adiwg-mdcodes 2.3.2 → 2.4.0
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 +3 -1
- data/package.json +1 -1
- data/resources/adiwg_mapGridSystem.yml +16 -0
- data/resources/adiwg_mapProjection.yml +34 -0
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 74df95178e73da14795a871ba682ee5d9098d6d8
|
4
|
+
data.tar.gz: 20d23b4e675f712abd9decab4bf51079966ba4cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e6092b672672b0edbefd40aabb6b0383d9772ba50a84493663423cb8c544457fd844023ccef9a5be8638f5aab4dc9ec8695d0bb87fc69ab1133444be9d5cc62e
|
7
|
+
data.tar.gz: c264be358d80b88ab99988b239159f70e5bf8f7ec3e9aab86b0050fd9542e05eaff8db6ff9a9321e9f059524b2ccdbc2e7faa7ca87e70eac1281adfdcf74a4b3
|
@@ -1,6 +1,8 @@
|
|
1
1
|
# adiwg mdCodes
|
2
2
|
|
3
3
|
# version 2 history
|
4
|
+
# 2.4.0 2018-01-10 added adiwg mapGridSystem codelist
|
5
|
+
# 2.4.0 2018-01-10 added adiwg mapProjection codelist
|
4
6
|
# 2.3.3 2017-10-11 added associationType code 'isPartOf'
|
5
7
|
# 2.3.2 2017-10-05 added spatialRepresentation code 'coordinate'
|
6
8
|
# 2.3.1 2017-09-21 added role codes 'observer', 'curator'
|
@@ -33,6 +35,6 @@
|
|
33
35
|
|
34
36
|
module ADIWG
|
35
37
|
module Mdcodes
|
36
|
-
VERSION = "2.
|
38
|
+
VERSION = "2.4.0"
|
37
39
|
end
|
38
40
|
end
|
data/package.json
CHANGED
@@ -0,0 +1,16 @@
|
|
1
|
+
---
|
2
|
+
# mdJson codelists
|
3
|
+
# base codelist for mdEditor
|
4
|
+
|
5
|
+
codelistType: "staticList"
|
6
|
+
codelistName: "adiwg_mapGridSystem"
|
7
|
+
source: "Alaska Data Integration working group"
|
8
|
+
sourceName: "ADIwg_MapGridSystem"
|
9
|
+
extensible: true
|
10
|
+
description: "map grid systems"
|
11
|
+
codelist:
|
12
|
+
- {code: "utm", codeName: UTM, description: "Universal Transverse Mercator (UTM) grid system based on the transverse mercator projection, applied between latitudes 84 degrees north and 80 degrees south on the Earth's surface."}
|
13
|
+
- {code: "ups", codeName: UPS, description: "Universal Polar Stereographic (UPS) grid system based on the polar stereographic projection, applied to the Earth's polar regions north of 84 degrees north and south of 80 degrees south."}
|
14
|
+
- {code: "spcs", codeName: SPCS, description: "State Plane Coordinate System (SPCS), a plane-rectangular coordinate system established for each state in the United States by the National Geodetic Survey"}
|
15
|
+
- {code: "arcsys", codeName: ARC, description: "Equal Arc-second Coordinate System (ARC) grid system, a plane-rectangular coordinate system established in Department of Defense in 1990."}
|
16
|
+
- {code: "other", codeName: other, description: "other grid system"}
|
@@ -0,0 +1,34 @@
|
|
1
|
+
---
|
2
|
+
# mdJson codelists
|
3
|
+
# base codelist for mdEditor
|
4
|
+
|
5
|
+
codelistType: "staticList"
|
6
|
+
codelistName: "adiwg_mapProjection"
|
7
|
+
source: "Alaska Data Integration working group"
|
8
|
+
sourceName: "ADIwg_MapProjection"
|
9
|
+
extensible: true
|
10
|
+
description: "map projections"
|
11
|
+
codelist:
|
12
|
+
- {code: "alaska", codeName: Alaska, description: "modified stereographic for Alaska projection"}
|
13
|
+
- {code: "albers", codeName: Albers, description: "Albers equal-area conic projection"}
|
14
|
+
- {code: "azimuthalEquidistant", codeName: azimuthal equidistant, description: "azimuthal equidistant projection"}
|
15
|
+
- {code: "equidistantConic", codeName: equidistant conic, description: "equidistant conic projection"}
|
16
|
+
- {code: "equirectangular", codeName: equirectangular, description: "equirectangular projection"}
|
17
|
+
- {code: "generalVertical", codeName: general vertical, description: "general vertical near-sided projection"}
|
18
|
+
- {code: "gnomonic", codeName: gnomonic, description: "gnomonic projection"}
|
19
|
+
- {code: "lambertConic", codeName: Lambert conic, description: "Lambert conformal conic projection"}
|
20
|
+
- {code: "lambertEqualArea", codeName: Lambert equal area, description: "Lambert azimuthal equal area projection"}
|
21
|
+
- {code: "mercator", codeName: Mercator, description: "Mercator projection"}
|
22
|
+
- {code: "miller", codeName: Miller, description: "Miller cylindrical projection"}
|
23
|
+
- {code: "obliqueMercator", codeName: oblique Mercator, description: "oblique Mercator projection"}
|
24
|
+
- {code: "orthographic", codeName: orthographic, description: "orthographic projection"}
|
25
|
+
- {code: "parameters", codeName: parameters, description: "projection parameter set"}
|
26
|
+
- {code: "polarStereo", codeName: polar stereographic, description: "polar stereographic projection"}
|
27
|
+
- {code: "polyconic", codeName: polyconic, description: "polyconic projection"}
|
28
|
+
- {code: "robinson", codeName: Robinson, description: "Robinson projection"}
|
29
|
+
- {code: "sinusoidal", codeName: sinusoidal, description: "sinusoidal projection"}
|
30
|
+
- {code: "spaceOblique", codeName: space oblique, description: "space oblique Mercator (Landsat) projection"}
|
31
|
+
- {code: "stereographic", codeName: stereographic, description: "stereographic projection"}
|
32
|
+
- {code: "transverseMercator", codeName: transverse Mercator, description: "transverse Mercator projection"}
|
33
|
+
- {code: "grinten", codeName: Van Der Grinten, description: "van der Grinten projection"}
|
34
|
+
- {code: "local", codeName: local system, description: "local coordinate system"}
|
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.
|
4
|
+
version: 2.4.0
|
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: 2018-01-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -92,6 +92,8 @@ files:
|
|
92
92
|
- package.json
|
93
93
|
- resources/adiwg_addressType.yml
|
94
94
|
- resources/adiwg_entityType.yml
|
95
|
+
- resources/adiwg_mapGridSystem.yml
|
96
|
+
- resources/adiwg_mapProjection.yml
|
95
97
|
- resources/adiwg_metadataRepository.yml
|
96
98
|
- resources/adiwg_metadataStandard.yml
|
97
99
|
- resources/adiwg_namespace.yml
|