adiwg-mdcodes 2.9.2 → 2.9.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: e46ff9604a33f672bfd76838c423ae5d9cd769f64003730f66874bf70fa83123
4
+ data.tar.gz: de4f17353458e8c76c9ba57f84c5f1334b8ecaf247b4838460d67cf7dfc293ed
5
5
  SHA512:
6
- metadata.gz: 9bbf9e025670c2e32ec4e723eff2049afc90078f885714c086b9883a2c64a3c27e7eb47faf4a76cdeede3a63fa662b79ddba2ee73b21e85be1e48917e7a47075
7
- data.tar.gz: 51e5811a64a9b4d214168210266153e39b185d2c54b2b0f6a3ea45c6f02cf38e399a2dde6cf3e0d3d071162564096745e8e418ac280b0edb4e08bf43e1648d29
6
+ metadata.gz: dadec99e4c0d3d499e68c02a90b3069a47a3628e80438ca845e91a8e8ed34924e6efb1a0bde4079eee97eac038173ee17ec69e3bbce5acfad859069ad46d838f
7
+ data.tar.gz: 64c181bcea79b96aa6bedb669f89021f178232a25d3da14c80d8fe3306812c95cb6d8e999b8a190a66b7e8f2abcc4ca0b2a0c75a53c3de7c7cf83e3ba06fb65e
data/.gitignore CHANGED
@@ -5,7 +5,6 @@
5
5
  .config
6
6
  .yardoc
7
7
  .idea
8
- Gemfile.lock
9
8
  InstalledFiles
10
9
  _yardoc
11
10
  coverage
data/Gemfile.lock ADDED
@@ -0,0 +1,24 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ adiwg-mdcodes (2.9.3)
5
+ json (~> 2.0)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ json (2.7.1)
11
+ minitest (5.22.2)
12
+ rake (11.3.0)
13
+
14
+ PLATFORMS
15
+ arm64-darwin-22
16
+
17
+ DEPENDENCIES
18
+ adiwg-mdcodes!
19
+ bundler (~> 2)
20
+ minitest (~> 5)
21
+ rake (~> 11)
22
+
23
+ BUNDLED WITH
24
+ 2.4.21
@@ -30,7 +30,7 @@
30
30
 
31
31
  module ADIWG
32
32
  module Mdcodes
33
- VERSION = "2.9.2"
33
+ VERSION = "2.9.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",
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",
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",
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
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-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -80,6 +80,7 @@ files:
80
80
  - ".travis.yml"
81
81
  - CHANGELOG.md
82
82
  - Gemfile
83
+ - Gemfile.lock
83
84
  - Gruntfile.js
84
85
  - LICENSE.txt
85
86
  - README.md
@@ -117,6 +118,7 @@ files:
117
118
  - resources/iso_dimensionNameType.yml
118
119
  - resources/iso_entityClass.yml
119
120
  - resources/iso_evaluationMethodTypeCode.yml
121
+ - resources/iso_eventTypeCode.yml
120
122
  - resources/iso_geometricObjectType.yml
121
123
  - resources/iso_geometryTypeCode.yml
122
124
  - resources/iso_imageCondition.yml
@@ -130,6 +132,7 @@ files:
130
132
  - resources/iso_obligation.yml
131
133
  - resources/iso_onlineFunction.yml
132
134
  - resources/iso_operationTypeCode.yml
135
+ - resources/iso_parameterDirectionCode.yml
133
136
  - resources/iso_pixelOrientation.yml
134
137
  - resources/iso_polarisationOrientationCode.yml
135
138
  - resources/iso_presentationForm.yml