adiwg-mdcodes 2.9.2 → 2.9.3.pre.beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/adiwg/mdcodes/version.rb +1 -1
- data/package-lock.json +2 -2
- data/package.json +1 -1
- data/resources/adiwg_dataQualityElement.yml +15 -25
- data/resources/iso_eventTypeCode.yml +25 -0
- data/resources/iso_geometryTypeCode.yml +1 -1
- data/resources/iso_operationTypeCode.yml +3 -3
- data/resources/iso_parameterDirectionCode.yml +12 -0
- metadata +6 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0a755d7dbbe16a949bdbdfec1f03926f2137c0409f6ff2a39505efe7ae9d5b35
|
|
4
|
+
data.tar.gz: 9d1f1aa0ee69ff2f27586e72e6cc5a4facb71904184f15aa1525d4d61bc736c6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3ce3b0d597beee976accda088988a2b8e8a4f02dee2192f1dc284fe2bf020c5c500c99f2b62c553ed6f201de04f3c74e2b5fc94dfbfc1a9672aeccaa5fce1733
|
|
7
|
+
data.tar.gz: 1a96fce3fa609dd672eae13b2e532a1a46671611ef0c5c9d8449f2258dd012c34b69b008fd4e7eca72f215fe9e2293cda56422db1876e028a89507535ef30911
|
data/package-lock.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mdcodes",
|
|
3
|
-
"version": "2.9.
|
|
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.
|
|
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
|
@@ -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:
|
|
12
|
-
- { code: "002", codeName:
|
|
13
|
-
- { code: "003", codeName:
|
|
14
|
-
- { code: "004", codeName:
|
|
15
|
-
- { code: "005", codeName:
|
|
16
|
-
- { code: "006", codeName:
|
|
17
|
-
- { code: "007", codeName:
|
|
18
|
-
- { code: "008", codeName:
|
|
19
|
-
- { code: "009", codeName:
|
|
20
|
-
- { code: "010", codeName:
|
|
21
|
-
- { code: "011", codeName:
|
|
22
|
-
- { code: "012", codeName:
|
|
23
|
-
- { code: "013", codeName:
|
|
24
|
-
- { code: "014", codeName:
|
|
25
|
-
- { code: "015", codeName:
|
|
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:
|
|
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:
|
|
13
|
-
- {code: "002", codeName:
|
|
14
|
-
- {code: "003", codeName:
|
|
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.
|
|
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-
|
|
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:
|
|
172
|
+
version: 1.3.1
|
|
171
173
|
requirements: []
|
|
172
174
|
rubygems_version: 3.1.6
|
|
173
175
|
signing_key:
|