adiwg-mdcodes 2.8.2 → 2.8.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/adiwg/mdcodes/version.rb +2 -1
- data/package-lock.json +945 -541
- data/resources/iso_dataQualityElement.yml +35 -0
- metadata +4 -3
@@ -0,0 +1,35 @@
|
|
1
|
+
---
|
2
|
+
# mdJson codelists
|
3
|
+
# base codelist for ISO 19115-2, 19115-1
|
4
|
+
|
5
|
+
codelistType: "staticList"
|
6
|
+
codelistName: "iso_dataQualityElement"
|
7
|
+
source: "ISO"
|
8
|
+
sourceName: "dataQualityElement"
|
9
|
+
extensible: true
|
10
|
+
description: "ISO data quality elements"
|
11
|
+
codelist:
|
12
|
+
- {code: "001", codeName: DQ_AbsoluteExternalPositionalAccuracy, description: "closeness of reported coordinate values to values accepted as or being true"}
|
13
|
+
- {code: "002", codeName: DQ_AccuracyOfATimeMeasurement, description: "correctness of the temporal references of an item (reporting of error in time measurement)"}
|
14
|
+
- {code: "003", codeName: DQ_ConceptualConsistency, description: "adherence to rules of the conceptual schema"}
|
15
|
+
- {code: "004", codeName: DQ_CompletenessCommission, description: "excess data present in the dataset, as described by the scope"}
|
16
|
+
- {code: "005", codeName: DQ_CompletenessOmission, description: "data absent from the dataset, as described by the scope"}
|
17
|
+
- {code: "006", codeName: DQ_Confidence, description: "trustworthiness of a data quality result"}
|
18
|
+
- {code: "007", codeName: DQ_CoverageResult, description: "result of a data quality measure organising the measured values as a coverage"}
|
19
|
+
- {code: "008", codeName: DQ_DomainConsistency, description: "adherence of values to the value domains"}
|
20
|
+
- {code: "009", codeName: DQ_FormatConsistency, description: "degree to which data is stored in accordance with the physical structure of the dataset, as described by the scope"}
|
21
|
+
- {code: "010", codeName: DQ_GriddedDataPositionalAccuracy, description: "closeness of gridded data position values to values accepted as or being true"}
|
22
|
+
- {code: "011", codeName: DQ_Homogeneity, description: "expected or tested uniformity of the results obtained for a data quality evaluation"}
|
23
|
+
- {code: "012", codeName: DQ_NonQuantitativeAttributeCorrectness, description: "correctness of non-quantitative attributes"}
|
24
|
+
- {code: "013", codeName: DQ_QuantitativeAttributeAccuracy, description: "accuracy of quantitative attributes"}
|
25
|
+
- {code: "014", codeName: DQ_RelativeInternalPositionalAccuracy, description: "closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true"}
|
26
|
+
- {code: "015", codeName: DQ_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: "016", codeName: DQ_TemporalConsistency, description: "correctness of ordered events or sequences, if reported"}
|
28
|
+
- {code: "017", codeName: DQ_TemporalValidity, description: "validity of data specified by the scope with respect to time"}
|
29
|
+
- {code: "018", codeName: DQ_ThematicClassificationCorrectness, description: "comparison of the classes assigned to features or their attributes to a universe of discourse"}
|
30
|
+
- {code: "019", codeName: DQ_TopologicalConsistency, description: "correctness of the explicitly encoded topological characteristics of the dataset as described by the scope"}
|
31
|
+
- {code: "020", codeName: DQ_UsabilityElement, description: "degree of adherence of a dataset to a specific set of requirements"}
|
32
|
+
- {code: "021", codeName: DQ_Completeness, description: "presence and absence of features, their attributes and their relationships"}
|
33
|
+
- {code: "022", codeName: DQ_LogicalConsistency, description: "adherence to rules of the conceptual schema"}
|
34
|
+
- {code: "023", codeName: DQ_PositionalAccuracy, description: "closeness of reported coordinate values to values accepted as or being true"}
|
35
|
+
- {code: "024", codeName: DQ_TemporalQuality, description: "correctness of the temporal references of an item (reporting of error in time measurement)"}
|
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.8.
|
4
|
+
version: 2.8.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- stansmith907, jlblcc
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-03-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -111,6 +111,7 @@ files:
|
|
111
111
|
- resources/iso_countries.yml
|
112
112
|
- resources/iso_coverageContentType.yml
|
113
113
|
- resources/iso_currency.yml
|
114
|
+
- resources/iso_dataQualityElement.yml
|
114
115
|
- resources/iso_dateType.yml
|
115
116
|
- resources/iso_dimensionNameType.yml
|
116
117
|
- resources/iso_entityClass.yml
|
@@ -165,7 +166,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
165
166
|
- !ruby/object:Gem::Version
|
166
167
|
version: '0'
|
167
168
|
requirements: []
|
168
|
-
rubygems_version: 3.
|
169
|
+
rubygems_version: 3.3.5
|
169
170
|
signing_key:
|
170
171
|
specification_version: 4
|
171
172
|
summary: adiwg-mdcodes provides code lists for mdJSON.
|