adiwg-mdcodes 2.9.2 → 2.9.3.pre.beta.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 82c78f97c2fe64cf3123a90618e6581871188e6c31e973f312d12fadad630e56
4
- data.tar.gz: 441df0ecf3ab9c441a83cd0cf7bf7c72928e5d65e91d278307ab3e7a0c516e50
3
+ metadata.gz: 0a755d7dbbe16a949bdbdfec1f03926f2137c0409f6ff2a39505efe7ae9d5b35
4
+ data.tar.gz: 9d1f1aa0ee69ff2f27586e72e6cc5a4facb71904184f15aa1525d4d61bc736c6
5
5
  SHA512:
6
- metadata.gz: 9bbf9e025670c2e32ec4e723eff2049afc90078f885714c086b9883a2c64a3c27e7eb47faf4a76cdeede3a63fa662b79ddba2ee73b21e85be1e48917e7a47075
7
- data.tar.gz: 51e5811a64a9b4d214168210266153e39b185d2c54b2b0f6a3ea45c6f02cf38e399a2dde6cf3e0d3d071162564096745e8e418ac280b0edb4e08bf43e1648d29
6
+ metadata.gz: 3ce3b0d597beee976accda088988a2b8e8a4f02dee2192f1dc284fe2bf020c5c500c99f2b62c553ed6f201de04f3c74e2b5fc94dfbfc1a9672aeccaa5fce1733
7
+ data.tar.gz: 1a96fce3fa609dd672eae13b2e532a1a46671611ef0c5c9d8449f2258dd012c34b69b008fd4e7eca72f215fe9e2293cda56422db1876e028a89507535ef30911
@@ -30,7 +30,7 @@
30
30
 
31
31
  module ADIWG
32
32
  module Mdcodes
33
- VERSION = "2.9.2"
33
+ VERSION = "2.9.3-beta.3"
34
34
  end
35
35
  end
36
36
 
data/package-lock.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "mdcodes",
3
- "version": "2.9.2",
3
+ "version": "2.9.3-beta.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "mdcodes",
9
- "version": "2.9.2",
9
+ "version": "2.9.3-beta.3",
10
10
  "license": "Unlicense",
11
11
  "dependencies": {
12
12
  "buildify": "github:powmedia/buildify#20458a121411f759dcc5ec1b441695eb7fc2b3b7",
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdcodes",
3
- "version": "2.9.2",
3
+ "version": "2.9.3-beta.3",
4
4
  "main": "index.js",
5
5
  "description": "CodeLists for ADIwg mdJSON",
6
6
  "repository": {
@@ -8,28 +8,18 @@ sourceName: "ADIwg_DataQualityElement"
8
8
  extensible: true
9
9
  description: "ISO data quality element class names"
10
10
  codelist:
11
- - { code: "001", codeName: AbsoluteExternalPositionalAccuracy, description: "closeness of reported coordinate values to values accepted as or being true" }
12
- - { code: "002", codeName: AccuracyOfATimeMeasurement, description: "correctness of the temporal references of an item (reporting of error in time measurement)" }
13
- - { code: "003", codeName: ConceptualConsistency, description: "adherence to rules of the conceptual schema" }
14
- - { code: "004", codeName: CompletenessCommission, description: "excess data present in the dataset, as described by the scope" }
15
- - { code: "005", codeName: CompletenessOmission, description: "data absent from the dataset, as described by the scope" }
16
- - { code: "006", codeName: Confidence, description: "trustworthiness of a data quality result" }
17
- - { code: "007", codeName: CoverageResult, description: "result of a data quality measure organising the measured values as a coverage" }
18
- - { code: "008", codeName: DomainConsistency, description: "adherence of values to the value domains" }
19
- - { code: "009", codeName: FormatConsistency, description: "degree to which data is stored in accordance with the physical structure of the dataset, as described by the scope" }
20
- - { code: "010", codeName: GriddedDataPositionalAccuracy, description: "closeness of gridded data position values to values accepted as or being true" }
21
- - { code: "011", codeName: Homogeneity, description: "expected or tested uniformity of the results obtained for a data quality evaluation" }
22
- - { code: "012", codeName: NonQuantitativeAttributeCorrectness, description: "correctness of non-quantitative attributes" }
23
- - { code: "013", codeName: QuantitativeAttributeAccuracy, description: "accuracy of quantitative attributes" }
24
- - { code: "014", codeName: NonQuantitativeAttributeAccuracy, description: "accuracy of non-quantitative attributes" }
25
- - { code: "015", codeName: RelativeInternalPositionalAccuracy, description: "closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true" }
26
- - { code: "016", codeName: Representativity, description: "degree to which the sample used has produced a result which is representative of the data within the data quality scope" }
27
- - { code: "017", codeName: TemporalConsistency, description: "correctness of ordered events or sequences, if reported" }
28
- - { code: "018", codeName: TemporalValidity, description: "validity of data specified by the scope with respect to time" }
29
- - { code: "019", codeName: ThematicClassificationCorrectness, description: "comparison of the classes assigned to features or their attributes to a universe of discourse" }
30
- - { code: "020", codeName: TopologicalConsistency, description: "correctness of the explicitly encoded topological characteristics of the dataset as described by the scope" }
31
- - { code: "021", codeName: UsabilityElement, description: "degree of adherence of a dataset to a specific set of requirements" }
32
- - { code: "022", codeName: Completeness, description: "presence and absence of features, their attributes and their relationships" }
33
- - { code: "023", codeName: LogicalConsistency, description: "adherence to rules of the conceptual schema" }
34
- - { code: "024", codeName: PositionalAccuracy, description: "closeness of reported coordinate values to values accepted as or being true" }
35
- - { code: "025", codeName: TemporalQuality, description: "correctness of the temporal references of an item (reporting of error in time measurement)" }
11
+ - { code: "001", codeName: AbsolutePositionalAccuracy, description: "closeness of reported coordinate values to values accepted as or being true" }
12
+ - { code: "002", codeName: RelativePositionalAccuracy, description: "closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true" }
13
+ - { code: "003", codeName: GriddedDataPositionalAccuracy, description: "closeness of gridded data position values to values accepted as or being true" }
14
+ - { code: "004", codeName: ConceptualConsistency, description: "adherence to rules of the conceptual schema" }
15
+ - { code: "005", codeName: DomainConsistency, description: "adherence of values to the value domains" }
16
+ - { code: "006", codeName: FormatConsistency, description: "degree to which data is stored in accordance with the physical structure of the dataset, as described by the scope" }
17
+ - { code: "007", codeName: TopologicalConsistency, description: "correctness of the explicitly encoded topological characteristics of the dataset as described by the scope" }
18
+ - { code: "008", codeName: ThematicClassificationCorrectness, description: "comparison of the classes assigned to features or their attributes to a universe of discourse" }
19
+ - { code: "009", codeName: NonQuantitativeAttributeCorrectness, description: "correctness of non-quantitative attributes" }
20
+ - { code: "010", codeName: QuantitativeAttributeAccuracy, description: "accuracy of quantitative attributes" }
21
+ - { code: "011", codeName: AccuracyOfATimeMeasurement, description: "correctness of the temporal references of an item (reporting of error in time measurement)" }
22
+ - { code: "012", codeName: TemporalValidity, description: "validity of data specified by the scope with respect to time" }
23
+ - { code: "013", codeName: TemporalConsistency, description: "correctness of ordered events or sequences, if reported" }
24
+ - { code: "014", codeName: Commission, description: "excess data present in the dataset, as described by the scope" }
25
+ - { code: "015", codeName: Omission, description: "data absent from the dataset, as described by the scope" }
@@ -0,0 +1,25 @@
1
+ ---
2
+ # mdJson codelists
3
+ # base codelist for ISO 19115-2, 19115-1
4
+
5
+ codelistType: "staticList"
6
+ codelistName: "iso_eventTypeCode"
7
+ source: "ISO"
8
+ sourceName: "MI_EventTypeCode"
9
+ extensible: true
10
+ description: "type of event related to platform/instrument/sensor"
11
+ codelist:
12
+ - {code: "001", codeName: "announcement", description: "announcement about future events relevant to the platform/instrument/sensor"}
13
+ - {code: "002", codeName: "calibration", description: "calibration event for the platform/instrument/sensor"}
14
+ - {code: "003", codeName: "calibrationCoefficientUpdate", description: "update of calibration information for the platform/instrument/sensor"}
15
+ - {code: "004", codeName: "dataLoss", description: "event related to data loss"}
16
+ - {code: "005", codeName: "fatal", description: "event that renders the platform/instrument/sensor unusable"}
17
+ - {code: "006", codeName: "manoeuvre", description: "event related to a manoeuvre of the platform/instrument/sensor"}
18
+ - {code: "007", codeName: "missingData", description: "event related to missing data from the platform/instrument/sensor"}
19
+ - {code: "008", codeName: "notice", description: "notice about events related to the platform/instrument/sensor"}
20
+ - {code: "009", codeName: "prelaunch", description: "event related to prelaunch period for the platform/instrument/sensor"}
21
+ - {code: "010", codeName: "severe", description: "event with significant impact on the performance of the platform/instrument/sensor"}
22
+ - {code: "011", codeName: "switchOff", description: "event related to switching off platform/instrument/sensor"}
23
+ - {code: "012", codeName: "switchOn", description: "event related to switching on platform/instrument/sensor"}
24
+ - {code: "013", codeName: "clean", description: "event related to cleaning the platform/instrument/sensor"}
25
+
@@ -12,4 +12,4 @@ codelist:
12
12
  - {code: "001", codeName: point, description: "single geographic point of interest"}
13
13
  - {code: "002", codeName: linear, description: "extended collection in a single vector"}
14
14
  - {code: "003", codeName: areal, description: "collection of a geographic area defined by a polygon (coverage)"}
15
- - {code: "004", codeName: stripe, description: "series of linear collections grouped by way points"}
15
+ - {code: "004", codeName: strip, description: "series of linear collections grouped by way points"}
@@ -9,6 +9,6 @@ sourceName: "MI_OperationTypeCode"
9
9
  extensible: true
10
10
  description: "code indicating whether the data contained in this packet is real (originates from live-fly or other non-simulated operational sources), simulated (originates from target simulator sources), or synthesized (a mix of real and simulated data)."
11
11
  codelist:
12
- - {code: "001", codeName: instantaneousCollection, description: "originates from live-fly or other non-simulated operational source"}
13
- - {code: "002", codeName: persistentView, description: "originates from target simulator sources"}
14
- - {code: "003", codeName: survey, description: "mix of real and simulated data"}
12
+ - {code: "001", codeName: real, description: "originates from live-fly or other non-simulated operational source"}
13
+ - {code: "002", codeName: simulated, description: "originates from target simulator sources"}
14
+ - {code: "003", codeName: synthetic, description: "mix of real and simulated data"}
@@ -0,0 +1,12 @@
1
+
2
+ codelistType: "staticList"
3
+ codelistName: "iso_parameterDirection"
4
+ source: "ISO"
5
+ sourceName: "SV_ParameterDirection"
6
+ extensible: true
7
+ description: "class of information to which the referencing entity applies"
8
+ codelist:
9
+ - { code: "001", codeName: "in", description: "the parameter is an input parameter to the service instance" }
10
+ - { code: "002", codeName: "out", description: "the parameter is an output parameter to the service instance" }
11
+ - { code: "003", codeName: "in/out", description: "the parameter is both an input and output parameter to the service instance" }
12
+
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adiwg-mdcodes
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.9.2
4
+ version: 2.9.3.pre.beta.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - stansmith907, jlblcc
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-18 00:00:00.000000000 Z
11
+ date: 2024-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -117,6 +117,7 @@ files:
117
117
  - resources/iso_dimensionNameType.yml
118
118
  - resources/iso_entityClass.yml
119
119
  - resources/iso_evaluationMethodTypeCode.yml
120
+ - resources/iso_eventTypeCode.yml
120
121
  - resources/iso_geometricObjectType.yml
121
122
  - resources/iso_geometryTypeCode.yml
122
123
  - resources/iso_imageCondition.yml
@@ -130,6 +131,7 @@ files:
130
131
  - resources/iso_obligation.yml
131
132
  - resources/iso_onlineFunction.yml
132
133
  - resources/iso_operationTypeCode.yml
134
+ - resources/iso_parameterDirectionCode.yml
133
135
  - resources/iso_pixelOrientation.yml
134
136
  - resources/iso_polarisationOrientationCode.yml
135
137
  - resources/iso_presentationForm.yml
@@ -165,9 +167,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
165
167
  version: '0'
166
168
  required_rubygems_version: !ruby/object:Gem::Requirement
167
169
  requirements:
168
- - - ">="
170
+ - - ">"
169
171
  - !ruby/object:Gem::Version
170
- version: '0'
172
+ version: 1.3.1
171
173
  requirements: []
172
174
  rubygems_version: 3.1.6
173
175
  signing_key: