adiwg-mdjson_schemas 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bower.json +1 -1
- data/lib/adiwg/mdjson_schemas/version.rb +1 -1
- data/schema/schema/dataDictionary.json +1 -1
- data/schema/schema/geojson/bbox.json +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1ef5d1e07a3c85724cb289dc1b87a25c0495633a
|
4
|
+
data.tar.gz: 2f2d440da40a125c98104848a462006b4e7b38d5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 66a5e144f3c6d4694b1053dc3f8733f4961fed3a26ea6ac9ac7c6b517943c05d18fb135efe363744f2bce3dfdc9807640a0f487622899c7359e0c099171b3d4d
|
7
|
+
data.tar.gz: 4fd6100874d5c8b7edf7aa976917710ab005e75b00baf09a74f90b38e366dff19c8d550a4f879a8ff9d9e798ac1cdb975065989e798697af5812234993d6879f
|
data/bower.json
CHANGED
@@ -268,7 +268,7 @@
|
|
268
268
|
"type": "string",
|
269
269
|
"description": "A unit-of-measure for the attribute. E.g. 'meters', 'atmospheres', 'liters'",
|
270
270
|
"translation": {
|
271
|
-
"ISO 19115-2": ["FC_FeatureCatalogue > featureType > FC_FeatureType > carrierOfCharacteristics > FC_FeatureAttribute > valueMeasurementUnit > [UnitDefinition > identifier | ConversionalUnit > identifier,name,catalogSystem,conversionToPreferredUnit,formula | BaseUnit > identifier,name,catalogSymbol,unitSystem | DerivedUnit > identifier,name,remarks,catalogSymbol,derivationUnitTerm]"]
|
271
|
+
"ISO 19115-2": ["FC_FeatureCatalogue > featureType > FC_FeatureType > carrierOfCharacteristics > FC_FeatureAttribute > valueMeasurementUnit > [UnitDefinition > identifier | ConversionalUnit > identifier, name, catalogSystem, conversionToPreferredUnit, formula | BaseUnit > identifier, name, catalogSymbol, unitSystem | DerivedUnit > identifier, name, remarks, catalogSymbol, derivationUnitTerm]"]
|
272
272
|
}
|
273
273
|
},
|
274
274
|
"domainId": {
|
@@ -3,7 +3,7 @@
|
|
3
3
|
"id": "bbox.json#",
|
4
4
|
"description": "To include information on the coordinate range for geometries, features, or feature collections, a GeoJSON object may have a member named \"bbox\". The value of the bbox member must be a 2*n array where n is the number of dimensions represented in the contained geometries, with the lowest values for all axes followed by the highest values. The axes order of a bbox follows the axes order of geometries. In addition, the coordinate reference system for the bbox is assumed to match the coordinate reference system of the GeoJSON object of which it is a member.",
|
5
5
|
"translation": {
|
6
|
-
"ISO 19115-2": ["EX_Extent > geographicElement > EX_GeographicBoundingBox
|
6
|
+
"ISO 19115-2": ["EX_Extent > geographicElement > EX_GeographicBoundingBox, EX_GeographicBoundingBox > westBoundLongitude > Decimal {west}, EX_GeographicBoundingBox > eastBoundLongitude > Decimal {east}, EX_GeographicBoundingBox > southBoundLatitude > Decimal {south}, EX_GeographicBoundingBox > northBoundLatitude > Decimal {north}"],
|
7
7
|
"FGDC CSDGM": ["[idinfo > spdom > bounding > westbc], [idinfo > spdom > bounding > eastbc], [idinfo > spdom > bounding > northbc], [idinfo > spdom > bounding > southbc]"]
|
8
8
|
},
|
9
9
|
"type": "array",
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: adiwg-mdjson_schemas
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josh Bradley, Stan Smith
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-10-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|