adiwg-mdjson_schemas 1.0.2 → 1.1.0
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/examples/citation.json +1 -0
- data/examples/coverageInfo.json +148 -0
- data/examples/dataDictionary.json +4 -2
- data/examples/distributor.json +36 -4
- data/examples/full_example.json +234 -17
- data/examples/gridInfo.json +23 -0
- data/examples/locale.json +5 -0
- data/lib/adiwg/mdjson_schemas/version.rb +1 -1
- data/schema/schema.json +1 -1
- data/schema/schema/citation.json +25 -0
- data/schema/schema/coverageInfo.json +303 -0
- data/schema/schema/dataDictionary.json +7 -0
- data/schema/schema/distributor.json +48 -3
- data/schema/schema/gridInfo.json +96 -0
- data/schema/schema/locale.json +32 -0
- data/schema/schema/metadata.json +9 -1
- data/schema/schema/resourceInfo.json +32 -3
- data/templates/mdJson_template.json +333 -8
- data/test/tc_schemas.rb +33 -0
- metadata +8 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 57d5445e879a60585f577e22b061bb72434d6919
|
4
|
+
data.tar.gz: a2ad214431a1181bc2f34f86365555cb7f9f949b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 306867202eaeb6f7036d81c0b344b28183525685b29eeff5209eabc697b6767dbd7165b7cc2efc3e2aa5728a93d5634499a01d7966f77d6be75942db98a7a790
|
7
|
+
data.tar.gz: 1f0135328fa8d1aab12a48e9f8331a827079858da606ac20ed94aeb018b8cc42e50b16f6cd9578868f4656c6368cf45d59d6626d1b50f1b0ab7b2810d1c590a3
|
data/bower.json
CHANGED
data/examples/citation.json
CHANGED
@@ -0,0 +1,148 @@
|
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"coverageType": "coverageType",
|
4
|
+
"coverageName": "coverageName",
|
5
|
+
"coverageDescription": "coverageDescription",
|
6
|
+
"processingLevel": {
|
7
|
+
"identifier": "identifier",
|
8
|
+
"type": "type",
|
9
|
+
"namespace": "namespace",
|
10
|
+
"version": "version",
|
11
|
+
"description": "description",
|
12
|
+
"authority": {
|
13
|
+
"title": "title",
|
14
|
+
"alternateTitle": "alternateTitle",
|
15
|
+
"date": [
|
16
|
+
{
|
17
|
+
"date": "1111-11-11",
|
18
|
+
"dateType": "dateType1"
|
19
|
+
}
|
20
|
+
],
|
21
|
+
"responsibleParty": [
|
22
|
+
{
|
23
|
+
"contactId": "contactId1",
|
24
|
+
"role": "role1"
|
25
|
+
}
|
26
|
+
],
|
27
|
+
"onlineResource": [
|
28
|
+
{
|
29
|
+
"uri": "http://thisisanexample1.com",
|
30
|
+
"protocol": "protocol1",
|
31
|
+
"name": "name1",
|
32
|
+
"description": "description1",
|
33
|
+
"function": "function1"
|
34
|
+
}
|
35
|
+
]
|
36
|
+
}
|
37
|
+
},
|
38
|
+
"coverageItem": [
|
39
|
+
{
|
40
|
+
"itemName": "itemName1",
|
41
|
+
"itemType": "itemType1",
|
42
|
+
"itemDescription": "itemDescription1",
|
43
|
+
"minValue": 111.11,
|
44
|
+
"maxValue": 111.11,
|
45
|
+
"units": "",
|
46
|
+
"scaleFactor": 111.11,
|
47
|
+
"offset": 111.11,
|
48
|
+
"meanValue": 111.11,
|
49
|
+
"standardDeviation": 111.119,
|
50
|
+
"bitsPerValue": 1,
|
51
|
+
"classifiedData": {
|
52
|
+
"numberOfClasses": 1,
|
53
|
+
"classifiedDataItem": [
|
54
|
+
{
|
55
|
+
"className": "className11",
|
56
|
+
"classDescription": "classDescription11",
|
57
|
+
"classValue": 111.11
|
58
|
+
}, {
|
59
|
+
"className": "className12",
|
60
|
+
"classDescription": "classDescription12",
|
61
|
+
"classValue": 222.22
|
62
|
+
}
|
63
|
+
]
|
64
|
+
},
|
65
|
+
"sensorInfo": {
|
66
|
+
"toneGradations": 1,
|
67
|
+
"sensorMin": 111.11,
|
68
|
+
"sensorMax": 111.11,
|
69
|
+
"sensorUnits": "sensorUnits1",
|
70
|
+
"sensorPeakResponse": 111.11
|
71
|
+
}
|
72
|
+
}, {
|
73
|
+
"itemName": "itemName2",
|
74
|
+
"itemType": "itemType2",
|
75
|
+
"itemDescription": "itemDescription2",
|
76
|
+
"minValue": 222.22,
|
77
|
+
"maxValue": 222.22,
|
78
|
+
"units": "",
|
79
|
+
"scaleFactor": 222.22,
|
80
|
+
"offset": 222.22,
|
81
|
+
"meanValue": 222.22,
|
82
|
+
"standardDeviation": 222.22,
|
83
|
+
"bitsPerValue": 2,
|
84
|
+
"classifiedData": {
|
85
|
+
"numberOfClasses": 2,
|
86
|
+
"classifiedDataItem": [
|
87
|
+
{
|
88
|
+
"className": "className21",
|
89
|
+
"classDescription": "classDescription21",
|
90
|
+
"classValue": 222.22
|
91
|
+
}
|
92
|
+
]
|
93
|
+
},
|
94
|
+
"sensorInfo": {
|
95
|
+
"toneGradations": 2,
|
96
|
+
"sensorMin": 222.22,
|
97
|
+
"sensorMax": 222.22,
|
98
|
+
"sensorUnits": "sensorUnits2",
|
99
|
+
"sensorPeakResponse": 222.22
|
100
|
+
}
|
101
|
+
}
|
102
|
+
],
|
103
|
+
"imageInfo": {
|
104
|
+
"illuminationElevationAngle": 111.11,
|
105
|
+
"illuminationAzimuthAngle": 111.11,
|
106
|
+
"imagingCondition": "imagingCondition",
|
107
|
+
"imageQuality": {
|
108
|
+
"identifier": "identifier",
|
109
|
+
"type": "type",
|
110
|
+
"namespace": "namespace",
|
111
|
+
"version": "version",
|
112
|
+
"description": "description",
|
113
|
+
"authority": {
|
114
|
+
"title": "title",
|
115
|
+
"alternateTitle": "alternateTitle",
|
116
|
+
"date": [
|
117
|
+
{
|
118
|
+
"date": "1111-11-11",
|
119
|
+
"dateType": "dateType1"
|
120
|
+
}
|
121
|
+
],
|
122
|
+
"responsibleParty": [
|
123
|
+
{
|
124
|
+
"contactId": "contactId1",
|
125
|
+
"role": "role1"
|
126
|
+
}
|
127
|
+
],
|
128
|
+
"onlineResource": [
|
129
|
+
{
|
130
|
+
"uri": "http://thisisanexample1.com",
|
131
|
+
"protocol": "protocol1",
|
132
|
+
"name": "name1",
|
133
|
+
"description": "description1",
|
134
|
+
"function": "function1"
|
135
|
+
}
|
136
|
+
]
|
137
|
+
}
|
138
|
+
},
|
139
|
+
"cloudCoverPercent": 11.11,
|
140
|
+
"compressionQuantity": 1,
|
141
|
+
"triangulationIndicator": true,
|
142
|
+
"radiometricCalibrationAvailable": true,
|
143
|
+
"cameraCalibrationAvailable": true,
|
144
|
+
"filmDistortionAvailable": true,
|
145
|
+
"lensDistortionAvailable": true
|
146
|
+
}
|
147
|
+
}
|
148
|
+
]
|
@@ -40,7 +40,8 @@
|
|
40
40
|
},
|
41
41
|
"description": "description",
|
42
42
|
"resourceType": "resourceType",
|
43
|
-
"language": "language"
|
43
|
+
"language": "language",
|
44
|
+
"includedWithDataset": true
|
44
45
|
},
|
45
46
|
"domain": [
|
46
47
|
{
|
@@ -153,7 +154,8 @@
|
|
153
154
|
},
|
154
155
|
"description": "Data dictionary for the ADIwg project metadata standard for 2011 based on the FGDC standard.",
|
155
156
|
"resourceType": "database",
|
156
|
-
"language": "eng; US"
|
157
|
+
"language": "eng; US",
|
158
|
+
"includedWithDataset": false
|
157
159
|
},
|
158
160
|
"domain": [
|
159
161
|
{
|
data/examples/distributor.json
CHANGED
@@ -20,14 +20,29 @@
|
|
20
20
|
"distributorFormat": [
|
21
21
|
{
|
22
22
|
"formatName": "formatName1",
|
23
|
-
"version": "version1"
|
23
|
+
"version": "version1",
|
24
|
+
"compressionMethod": 1
|
24
25
|
}, {
|
25
26
|
"formatName": "formatName2",
|
26
|
-
"version": "version2"
|
27
|
+
"version": "version2",
|
28
|
+
"compressionMethod": "compressionMethod2"
|
27
29
|
}
|
28
30
|
],
|
29
31
|
"distributorTransferOptions": [
|
30
32
|
{
|
33
|
+
"distributorFormat": [
|
34
|
+
{
|
35
|
+
"formatName": "formatName11",
|
36
|
+
"version": "version11",
|
37
|
+
"compressionMethod": "compressionMethod11"
|
38
|
+
}, {
|
39
|
+
"formatName": "formatName12",
|
40
|
+
"version": "version12",
|
41
|
+
"compressionMethod": "compressionMethod12"
|
42
|
+
}
|
43
|
+
],
|
44
|
+
"transferSize": 1.1,
|
45
|
+
"transferSizeUnits": "kB",
|
31
46
|
"online": [
|
32
47
|
{
|
33
48
|
"uri": "http://thisisanexample11.com",
|
@@ -40,9 +55,24 @@
|
|
40
55
|
"offline": {
|
41
56
|
"name": "name1",
|
42
57
|
"mediumFormat": "mediumFormat1",
|
43
|
-
"mediumNote": "mediumNote1"
|
58
|
+
"mediumNote": "mediumNote1" ,
|
59
|
+
"mediumCapacity": 1.1,
|
60
|
+
"mediumCapacityUnits": "kB"
|
44
61
|
}
|
45
62
|
}, {
|
63
|
+
"distributorFormat": [
|
64
|
+
{
|
65
|
+
"formatName": "formatName21",
|
66
|
+
"version": "version21",
|
67
|
+
"compressionMethod": "compressionMethod21"
|
68
|
+
}, {
|
69
|
+
"formatName": "formatName22",
|
70
|
+
"version": "version22",
|
71
|
+
"compressionMethod": "compressionMethod22"
|
72
|
+
}
|
73
|
+
],
|
74
|
+
"transferSize": 2.2,
|
75
|
+
"transferSizeUnits": "KB",
|
46
76
|
"online": [
|
47
77
|
{
|
48
78
|
"uri": "http://thisisanexample21.com",
|
@@ -55,7 +85,9 @@
|
|
55
85
|
"offline": {
|
56
86
|
"name": "name2",
|
57
87
|
"mediumFormat": "mediumFormat2",
|
58
|
-
"mediumNote": "mediumNote2"
|
88
|
+
"mediumNote": "mediumNote2",
|
89
|
+
"mediumCapacity": 2.2,
|
90
|
+
"mediumCapacityUnits": "MB"
|
59
91
|
}
|
60
92
|
}
|
61
93
|
]
|
data/examples/full_example.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"version":{
|
3
3
|
"name":"mdJson",
|
4
|
-
"version":"1.0
|
4
|
+
"version":"1.1.0"
|
5
5
|
},
|
6
6
|
"contact":[
|
7
7
|
{
|
@@ -393,6 +393,13 @@
|
|
393
393
|
"metadataLastUpdate":"2012-12-21",
|
394
394
|
"metadataUri":"http://alaska.usgs.gov/rex/adiwg/public/projects/32.xml",
|
395
395
|
"metadataCharacterSet":"utf8",
|
396
|
+
"metadataLocale":[
|
397
|
+
{
|
398
|
+
"language":"eng",
|
399
|
+
"country":"USA",
|
400
|
+
"characterSet":"usAscii"
|
401
|
+
}
|
402
|
+
],
|
396
403
|
"metadataStatus":"completed",
|
397
404
|
"metadataMaintenance":{
|
398
405
|
"maintenanceFrequency":"asNeeded",
|
@@ -476,6 +483,7 @@
|
|
476
483
|
{
|
477
484
|
"authority":{
|
478
485
|
"title":"NSF Grant Award Number",
|
486
|
+
"alternateTitle":"Award Number",
|
479
487
|
"responsibleParty":[
|
480
488
|
{
|
481
489
|
"contactId":"9",
|
@@ -537,7 +545,21 @@
|
|
537
545
|
"eng; USA",
|
538
546
|
"esp; MEX"
|
539
547
|
],
|
540
|
-
"characterSet":
|
548
|
+
"characterSet":[
|
549
|
+
"utf8"
|
550
|
+
],
|
551
|
+
"locale":[
|
552
|
+
{
|
553
|
+
"language":"eng",
|
554
|
+
"country":"USA",
|
555
|
+
"characterSet":"usAscii"
|
556
|
+
},
|
557
|
+
{
|
558
|
+
"language":"esp",
|
559
|
+
"country":"MEX",
|
560
|
+
"characterSet":"utf8"
|
561
|
+
}
|
562
|
+
],
|
541
563
|
"purpose":"Long-term monitoring of permafrost conditions in the Alaska Arctic",
|
542
564
|
"credit":[
|
543
565
|
"Allison Gaylord - Nunatech",
|
@@ -1986,6 +2008,193 @@
|
|
1986
2008
|
]
|
1987
2009
|
}
|
1988
2010
|
],
|
2011
|
+
"gridInfo":[
|
2012
|
+
{
|
2013
|
+
"numberOfDimensions":2,
|
2014
|
+
"dimension":[
|
2015
|
+
{
|
2016
|
+
"dimensionType":"column",
|
2017
|
+
"dimensionSize":800,
|
2018
|
+
"resolution":10,
|
2019
|
+
"resolutionUnit":"Meter",
|
2020
|
+
"dimensionTitle":"x-axis",
|
2021
|
+
"dimensionDescription":"The x-axis."
|
2022
|
+
},
|
2023
|
+
{
|
2024
|
+
"dimensionType":"row",
|
2025
|
+
"dimensionSize":600,
|
2026
|
+
"resolution":10,
|
2027
|
+
"resolutionUnit":"Meter",
|
2028
|
+
"dimensionTitle":"y-axis",
|
2029
|
+
"dimensionDescription":"The y-axis."
|
2030
|
+
}
|
2031
|
+
],
|
2032
|
+
"cellGeometry":"area",
|
2033
|
+
"transformationParameterAvailability":false
|
2034
|
+
}
|
2035
|
+
],
|
2036
|
+
"coverageInfo":[
|
2037
|
+
{
|
2038
|
+
"coverageType":"image",
|
2039
|
+
"coverageName":"Wildcast",
|
2040
|
+
"coverageDescription":"Aerial photography flown along the Noatak River",
|
2041
|
+
"processingLevel":{
|
2042
|
+
"identifier":"A215",
|
2043
|
+
"type":"local code",
|
2044
|
+
"namespace":"Alaska Aerial Services",
|
2045
|
+
"version":"1.1",
|
2046
|
+
"description":"Description of processing leve goes here",
|
2047
|
+
"authority":{
|
2048
|
+
"title":"Alaska Aerial Services"
|
2049
|
+
}
|
2050
|
+
},
|
2051
|
+
"imageInfo":{
|
2052
|
+
"illuminationElevationAngle":60.0,
|
2053
|
+
"illuminationAzimuthAngle":196.0,
|
2054
|
+
"imagingCondition":"snow",
|
2055
|
+
"imageQuality":{
|
2056
|
+
"identifier":"good",
|
2057
|
+
"type":"code",
|
2058
|
+
"namespace":"ISO 1588",
|
2059
|
+
"version":"2003",
|
2060
|
+
"description":"ISO code for image quality (fake)"
|
2061
|
+
},
|
2062
|
+
"cloudCoverPercent":15.0,
|
2063
|
+
"compressionQuantity":9,
|
2064
|
+
"triangulationIndicator":true,
|
2065
|
+
"radiometricCalibrationAvailable":false,
|
2066
|
+
"cameraCalibrationAvailable":true,
|
2067
|
+
"filmDistortionAvailable":true,
|
2068
|
+
"lensDistortionAvailable":true
|
2069
|
+
}
|
2070
|
+
},
|
2071
|
+
{
|
2072
|
+
"coverageType":"thematicClassification",
|
2073
|
+
"coverageName":"land use land cover",
|
2074
|
+
"coverageDescription":"description of land use and land cover types in MatSu borough",
|
2075
|
+
"coverageItem":[
|
2076
|
+
{
|
2077
|
+
"itemName":"land cover",
|
2078
|
+
"itemType":"integer",
|
2079
|
+
"itemDescription":"land cover classification",
|
2080
|
+
"minValue":1,
|
2081
|
+
"maxValue":11,
|
2082
|
+
"units":"none",
|
2083
|
+
"classifiedData":{
|
2084
|
+
"numberOfClasses":2,
|
2085
|
+
"classifiedDataItem":[
|
2086
|
+
{
|
2087
|
+
"className":"forest",
|
2088
|
+
"classDescription":"undeveloped birch, cotton wood, or spruce forest",
|
2089
|
+
"classValue":1
|
2090
|
+
},
|
2091
|
+
{
|
2092
|
+
"className":"lake",
|
2093
|
+
"classDescription":"lakes, ponds, or other non-moving surface water",
|
2094
|
+
"classValue":2
|
2095
|
+
}
|
2096
|
+
]
|
2097
|
+
}
|
2098
|
+
},
|
2099
|
+
{
|
2100
|
+
"itemName":"land use",
|
2101
|
+
"itemType":"integer",
|
2102
|
+
"itemDescription":"land use classification",
|
2103
|
+
"minValue":1,
|
2104
|
+
"maxValue":39,
|
2105
|
+
"units":"none",
|
2106
|
+
"scaleFactor":999.99,
|
2107
|
+
"offset":999.99,
|
2108
|
+
"meanValue":999.99,
|
2109
|
+
"standardDeviation":999.999,
|
2110
|
+
"bitsPerValue":8,
|
2111
|
+
"classifiedData":{
|
2112
|
+
"numberOfClasses":2,
|
2113
|
+
"classifiedDataItem":[
|
2114
|
+
{
|
2115
|
+
"className":"recreation",
|
2116
|
+
"classDescription":"public access lands for recreation",
|
2117
|
+
"classValue":1
|
2118
|
+
},
|
2119
|
+
{
|
2120
|
+
"className":"agriculture",
|
2121
|
+
"classDescription":"cultivated land for farm or agriculture",
|
2122
|
+
"classValue":2
|
2123
|
+
}
|
2124
|
+
]
|
2125
|
+
}
|
2126
|
+
}
|
2127
|
+
]
|
2128
|
+
},
|
2129
|
+
{
|
2130
|
+
"coverageType":"physicalMeasurement",
|
2131
|
+
"coverageName":"PeNDAP",
|
2132
|
+
"coverageDescription":"sst-50km-aggregation",
|
2133
|
+
"coverageItem":[
|
2134
|
+
{
|
2135
|
+
"itemName":"analysis temperature",
|
2136
|
+
"itemType":"real",
|
2137
|
+
"itemDescription":"The latest sea surface temperature calculated based ...",
|
2138
|
+
"minValue":-850.0,
|
2139
|
+
"maxValue":610,
|
2140
|
+
"units":"(degrees Celsius)*10",
|
2141
|
+
"scaleFactor":1.0
|
2142
|
+
},
|
2143
|
+
{
|
2144
|
+
"itemName":"sea surface temperature",
|
2145
|
+
"itemType":"real",
|
2146
|
+
"itemDescription":"Sea surface temperature is usually abbreviated SST ...",
|
2147
|
+
"minValue":-850.0,
|
2148
|
+
"maxValue":610,
|
2149
|
+
"units":"degrees Celsius",
|
2150
|
+
"scaleFactor":10.0
|
2151
|
+
}
|
2152
|
+
]
|
2153
|
+
},
|
2154
|
+
{
|
2155
|
+
"coverageType":"physicalMeasurement",
|
2156
|
+
"coverageName":"MODIS",
|
2157
|
+
"coverageDescription":"Moderate Resolution Imaging Spectroradiometer",
|
2158
|
+
"coverageItem":[
|
2159
|
+
{
|
2160
|
+
"itemName":"Band 1",
|
2161
|
+
"itemType":"Radiometric response",
|
2162
|
+
"itemDescription":"Land/Cloud/Aerosols boundaries definitions",
|
2163
|
+
"minValue":626.3,
|
2164
|
+
"maxValue":658.2,
|
2165
|
+
"units":"nanometers",
|
2166
|
+
"scaleFactor":1,
|
2167
|
+
"offset":0,
|
2168
|
+
"meanValue":648.5,
|
2169
|
+
"standardDeviation":1.2,
|
2170
|
+
"bitsPerValue":12,
|
2171
|
+
"sensorInfo":{
|
2172
|
+
"toneGradations":9,
|
2173
|
+
"sensorMin":620,
|
2174
|
+
"sensorMax":670,
|
2175
|
+
"sensorUnits":"nanometers",
|
2176
|
+
"sensorPeakResponse":650
|
2177
|
+
}
|
2178
|
+
},
|
2179
|
+
{
|
2180
|
+
"itemName":"Band 2",
|
2181
|
+
"itemType":"Radiometric response",
|
2182
|
+
"itemDescription":"Land/Cloud/Aerosols boundaries definitions",
|
2183
|
+
"minValue":846.1,
|
2184
|
+
"maxValue":871.9,
|
2185
|
+
"units":"nanometers",
|
2186
|
+
"scaleFactor":1,
|
2187
|
+
"bitsPerValue":12,
|
2188
|
+
"sensorInfo":{
|
2189
|
+
"sensorMin":841,
|
2190
|
+
"sensorMax":876,
|
2191
|
+
"sensorUnits":"nanometers",
|
2192
|
+
"sensorPeakResponse":860
|
2193
|
+
}
|
2194
|
+
}
|
2195
|
+
]
|
2196
|
+
}
|
2197
|
+
],
|
1989
2198
|
"dataQualityInfo":[
|
1990
2199
|
{
|
1991
2200
|
"scope":"dataset",
|
@@ -2154,21 +2363,24 @@
|
|
2154
2363
|
"turnaround":"immediate"
|
2155
2364
|
}
|
2156
2365
|
],
|
2157
|
-
"distributorFormat":[
|
2158
|
-
{
|
2159
|
-
"formatName":"netCDF",
|
2160
|
-
"version":"4.0"
|
2161
|
-
},
|
2162
|
-
{
|
2163
|
-
"formatName":"Excel Spreadsheet",
|
2164
|
-
"version":"xlsx"
|
2165
|
-
},
|
2166
|
-
{
|
2167
|
-
"formatName":"CSV"
|
2168
|
-
}
|
2169
|
-
],
|
2170
2366
|
"distributorTransferOptions":[
|
2171
2367
|
{
|
2368
|
+
"distributorFormat":[
|
2369
|
+
{
|
2370
|
+
"formatName":"netCDF",
|
2371
|
+
"version":"4.0",
|
2372
|
+
"compressionMethod": "zip"
|
2373
|
+
},
|
2374
|
+
{
|
2375
|
+
"formatName":"Excel Spreadsheet",
|
2376
|
+
"version":"xlsx"
|
2377
|
+
},
|
2378
|
+
{
|
2379
|
+
"formatName":"CSV"
|
2380
|
+
}
|
2381
|
+
],
|
2382
|
+
"transferSize": 9.9,
|
2383
|
+
"transferSizeUnits": "kB",
|
2172
2384
|
"online":[
|
2173
2385
|
{
|
2174
2386
|
"uri":"http://aoos.org/aoos-data-resources",
|
@@ -2182,6 +2394,8 @@
|
|
2182
2394
|
],
|
2183
2395
|
"offline":{
|
2184
2396
|
"name":"dvd",
|
2397
|
+
"mediumCapacity": 4.7,
|
2398
|
+
"mediumCapacityUnits": "GB",
|
2185
2399
|
"mediumFormat":"iso9660",
|
2186
2400
|
"mediumNote":"To receive a dvd in the mail, contact the distributor POC."
|
2187
2401
|
}
|
@@ -2352,7 +2566,8 @@
|
|
2352
2566
|
},
|
2353
2567
|
"description":"Data dictionary for the ADIwg project metadata standard for 2011 based on the FGDC standard.",
|
2354
2568
|
"resourceType":"database",
|
2355
|
-
"language":"eng; US"
|
2569
|
+
"language":"eng; US",
|
2570
|
+
"includedWithDataset":true
|
2356
2571
|
},
|
2357
2572
|
"domain":[
|
2358
2573
|
{
|
@@ -2596,7 +2811,9 @@
|
|
2596
2811
|
{
|
2597
2812
|
"commonName":"street address",
|
2598
2813
|
"codeName":"street",
|
2599
|
-
"alias":
|
2814
|
+
"alias":[
|
2815
|
+
"street_add"
|
2816
|
+
],
|
2600
2817
|
"definition":"Street and street number or P.O. Box number.",
|
2601
2818
|
"dataType":"varchar(100)",
|
2602
2819
|
"allowNull":false
|