adiwg-mdjson_schemas 1.1.3 → 2.0.0.pre.alpha

Sign up to get free protection for your applications and to get access to all the features.
Files changed (247) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +2 -0
  3. data/README.md +14 -3
  4. data/adiwg-json_schemas.gemspec +2 -2
  5. data/bower.json +0 -1
  6. data/examples/additionalDocumentation.json +9 -60
  7. data/examples/address.json +14 -10
  8. data/examples/allocation.json +12 -0
  9. data/examples/associatedResource.json +10 -118
  10. data/examples/attribute.json +27 -0
  11. data/examples/attributeGroup.json +17 -0
  12. data/examples/boundingBox.json +6 -0
  13. data/examples/citation.json +69 -127
  14. data/examples/computedBbox.json +399 -0
  15. data/examples/constraint.json +62 -0
  16. data/examples/contact.json +40 -207
  17. data/examples/coverageDescription.json +21 -0
  18. data/examples/date.json +8 -19
  19. data/examples/dictionary.json +58 -0
  20. data/examples/dimension.json +11 -0
  21. data/examples/distribution.json +26 -0
  22. data/examples/distributor.json +22 -142
  23. data/examples/domain.json +29 -0
  24. data/examples/domainItem.json +11 -0
  25. data/examples/duration.json +17 -0
  26. data/examples/entity.json +48 -0
  27. data/examples/entityAttribute.json +31 -0
  28. data/examples/entityForeignKey.json +17 -0
  29. data/examples/entityIndex.json +8 -0
  30. data/examples/extent.json +60 -0
  31. data/examples/featureCollection.json +58 -0
  32. data/examples/featureProperties.json +16 -0
  33. data/examples/format.json +7 -14
  34. data/examples/funding.json +33 -0
  35. data/examples/geoJson.json +185 -0
  36. data/examples/geographicExtent.json +22 -0
  37. data/examples/geometryCollection.json +14 -0
  38. data/examples/geometryFeature.json +12 -0
  39. data/examples/geometryObject.json +90 -0
  40. data/examples/georectifiedRepresentation.json +28 -0
  41. data/examples/georeferencableRepresentation.json +25 -0
  42. data/examples/gmlIdentifier.json +8 -0
  43. data/examples/graphic.json +33 -0
  44. data/examples/gridRepresentation.json +14 -0
  45. data/examples/identifier.json +9 -0
  46. data/examples/imageDescription.json +15 -0
  47. data/examples/keyword.json +14 -0
  48. data/examples/keywordObject.json +12 -0
  49. data/examples/legalConstraint.json +21 -0
  50. data/examples/lineage.json +21 -0
  51. data/examples/locale.json +12 -3
  52. data/examples/maintenance.json +38 -0
  53. data/examples/mdJson.json +99 -0
  54. data/examples/measure.json +5 -0
  55. data/examples/medium.json +16 -0
  56. data/examples/metadata.json +102 -0
  57. data/examples/metadataInfo.json +68 -101
  58. data/examples/onlineResource.json +13 -17
  59. data/examples/orderProcess.json +6 -0
  60. data/examples/party.json +21 -0
  61. data/examples/phone.json +9 -0
  62. data/examples/processStep.json +34 -0
  63. data/examples/releasability.json +28 -0
  64. data/examples/resourceInfo.json +230 -1256
  65. data/examples/responsibleParty.json +31 -0
  66. data/examples/schema.json +8 -0
  67. data/examples/scope.json +33 -0
  68. data/examples/scopeDescription.json +8 -0
  69. data/examples/securityConstraint.json +13 -0
  70. data/examples/series.json +9 -0
  71. data/examples/source.json +23 -0
  72. data/examples/spatialReference.json +34 -0
  73. data/examples/spatialRepresentation.json +59 -0
  74. data/examples/spatialResolution.json +11 -0
  75. data/examples/taxonomicClassification.json +59 -0
  76. data/examples/taxonomicSystem.json +13 -0
  77. data/examples/taxonomy.json +79 -188
  78. data/examples/temporalExtent.json +11 -0
  79. data/examples/timeInstant.json +13 -0
  80. data/examples/timeInterval.json +8 -0
  81. data/examples/timePeriod.json +26 -0
  82. data/examples/transferOption.json +36 -0
  83. data/examples/usage.json +48 -33
  84. data/examples/vectorObject.json +4 -0
  85. data/examples/vectorRepresentation.json +10 -0
  86. data/examples/verticalExtent.json +10 -17
  87. data/examples/voucher.json +12 -0
  88. data/lib/adiwg/mdjson_schemas/utils.rb +45 -15
  89. data/lib/adiwg/mdjson_schemas/validator.rb +6 -7
  90. data/lib/adiwg/mdjson_schemas/version.rb +1 -1
  91. data/lib/adiwg/mdjson_schemas.rb +4 -2
  92. data/schema/additionalDocumentation.json +29 -0
  93. data/schema/associatedResource.json +49 -0
  94. data/schema/attribute.json +157 -0
  95. data/schema/attributeGroup.json +29 -0
  96. data/schema/{schema/geojson/bbox.json → bbox.json} +2 -2
  97. data/schema/{schema/citation.json → citation.json} +73 -99
  98. data/schema/common.json +49 -0
  99. data/schema/{schema/resourceConstraint.json → constraint.json} +83 -13
  100. data/schema/contact.json +234 -0
  101. data/schema/coverageDescription.json +50 -0
  102. data/schema/dataDictionary.json +71 -0
  103. data/schema/distribution.json +35 -0
  104. data/schema/distributor.json +46 -0
  105. data/schema/domain.json +65 -0
  106. data/schema/entity.json +235 -0
  107. data/schema/extent.json +59 -0
  108. data/schema/format.json +37 -0
  109. data/schema/funding.json +67 -0
  110. data/schema/geographicExtent.json +87 -0
  111. data/schema/{schema/geojson/geojson.json → geojson.json} +16 -44
  112. data/schema/{schema/geojson/geometry.json → geometry.json} +2 -1
  113. data/schema/georectifiedRepresentation.json +89 -0
  114. data/schema/georeferencableRepresentation.json +49 -0
  115. data/schema/{schema/graphicOverview.json → graphic.json} +19 -6
  116. data/schema/{schema/gridInfo.json → gridRepresentation.json} +7 -13
  117. data/schema/identifier.json +47 -0
  118. data/schema/imageDescription.json +92 -0
  119. data/schema/{schema/keyword.json → keyword.json} +18 -4
  120. data/schema/{schema/dataQuality.json → lineage.json} +92 -57
  121. data/schema/{schema/maintInfo.json → maintInfo.json} +24 -6
  122. data/schema/measure.json +31 -0
  123. data/schema/medium.json +55 -0
  124. data/schema/metadata.json +77 -0
  125. data/schema/metadataInfo.json +112 -0
  126. data/schema/{schema/onlineResource.json → onlineResource.json} +1 -1
  127. data/schema/orderProcess.json +45 -0
  128. data/schema/releasability.json +42 -0
  129. data/schema/{schema/resourceInfo.json → resourceInfo.json} +112 -189
  130. data/schema/responsibility.json +56 -0
  131. data/schema/schema.json +16 -31
  132. data/schema/scope.json +55 -0
  133. data/schema/spatialReference.json +26 -0
  134. data/schema/spatialRepresentation.json +83 -0
  135. data/schema/spatialResolution.json +54 -0
  136. data/schema/taxonomy.json +178 -0
  137. data/schema/temporalExtent.json +42 -0
  138. data/schema/timeInstant.json +46 -0
  139. data/schema/timePeriod.json +126 -0
  140. data/schema/transferOption.json +61 -0
  141. data/schema/{schema/usage.json → usage.json} +34 -4
  142. data/schema/vectorRepresentation.json +51 -0
  143. data/schema/verticalExtent.json +37 -0
  144. data/test/helper.rb +32 -0
  145. data/test/tc_additionalDocumentation.rb +8 -0
  146. data/test/tc_address.rb +8 -0
  147. data/test/tc_associatedResource.rb +8 -0
  148. data/test/tc_attribute.rb +8 -0
  149. data/test/tc_attributeGroup.rb +8 -0
  150. data/test/tc_boundingBox.rb +8 -0
  151. data/test/tc_citation.rb +8 -0
  152. data/test/tc_constraint.rb +8 -0
  153. data/test/tc_contact.rb +8 -0
  154. data/test/tc_coverageDescription.rb +8 -0
  155. data/test/tc_dataDictionary.rb +8 -0
  156. data/test/tc_dimension.rb +8 -0
  157. data/test/tc_distribution.rb +8 -0
  158. data/test/tc_distributor.rb +8 -0
  159. data/test/tc_domain.rb +8 -0
  160. data/test/tc_domainItem.rb +8 -0
  161. data/test/tc_duration.rb +8 -0
  162. data/test/tc_entity.rb +20 -0
  163. data/test/tc_extent.rb +8 -0
  164. data/test/tc_featureCollection.rb +8 -0
  165. data/test/tc_featureProperties.rb +8 -0
  166. data/test/tc_format.rb +8 -0
  167. data/test/tc_funding.rb +8 -0
  168. data/test/tc_geographicElement.rb +12 -0
  169. data/test/tc_geographicExtent.rb +8 -0
  170. data/test/tc_geometryCollection.rb +8 -0
  171. data/test/tc_geometryFeature.rb +8 -0
  172. data/test/tc_geometryObject.rb +8 -0
  173. data/test/tc_georectifiedRepresentation.rb +8 -0
  174. data/test/tc_georeferencableRepresentation.rb +8 -0
  175. data/test/tc_graphic.rb +8 -0
  176. data/test/tc_gridRepresentation.rb +8 -0
  177. data/test/tc_identifier.rb +8 -0
  178. data/test/tc_imageDescription.rb +8 -0
  179. data/test/tc_jsonschema.rb +16 -0
  180. data/test/tc_keyword.rb +8 -0
  181. data/test/tc_lineage.rb +8 -0
  182. data/test/tc_maintInfo.rb +8 -0
  183. data/test/tc_measure.rb +8 -0
  184. data/test/tc_medium.rb +8 -0
  185. data/test/tc_metadata.rb +8 -0
  186. data/test/tc_metadataInfo.rb +8 -0
  187. data/test/tc_onlineResource.rb +8 -0
  188. data/test/tc_orderProcess.rb +8 -0
  189. data/test/tc_party.rb +8 -0
  190. data/test/tc_processStep.rb +8 -0
  191. data/test/tc_releasability.rb +8 -0
  192. data/test/tc_resourceInfo.rb +8 -0
  193. data/test/tc_responsibility.rb +8 -0
  194. data/test/tc_schema.rb +8 -0
  195. data/test/tc_scope.rb +8 -0
  196. data/test/tc_source.rb +8 -0
  197. data/test/tc_spatialReference.rb +8 -0
  198. data/test/tc_spatialRepresentation.rb +8 -0
  199. data/test/tc_spatialResolution.rb +8 -0
  200. data/test/tc_taxonomicClassification.rb +8 -0
  201. data/test/tc_taxonomicSystem.rb +8 -0
  202. data/test/tc_taxonomy.rb +8 -0
  203. data/test/tc_temporalExtent.rb +8 -0
  204. data/test/tc_timeInstant.rb +8 -0
  205. data/test/tc_timePeriod.rb +8 -0
  206. data/test/tc_transferOption.rb +8 -0
  207. data/test/tc_uri.rb +8 -0
  208. data/test/tc_usage.rb +8 -0
  209. data/test/tc_utils.rb +8 -11
  210. data/test/tc_vectorRepresentation.rb +13 -0
  211. data/test/tc_verticalExtent.rb +8 -0
  212. data/test/tc_voucher.rb +8 -0
  213. metadata +264 -57
  214. data/examples/contactRef.json +0 -12
  215. data/examples/coverageInfo.json +0 -148
  216. data/examples/dataDictionary.json +0 -549
  217. data/examples/dataQuality.json +0 -272
  218. data/examples/extent_linestring.json +0 -288
  219. data/examples/extent_point.json +0 -246
  220. data/examples/extent_polygon.json +0 -353
  221. data/examples/full_example.json +0 -3065
  222. data/examples/full_example2.json +0 -2325
  223. data/examples/geojson.json +0 -446
  224. data/examples/graphicOverview.json +0 -28
  225. data/examples/gridInfo.json +0 -23
  226. data/examples/hierarchyLevel.json +0 -90
  227. data/examples/keywords.json +0 -144
  228. data/examples/lcc_project_example.json +0 -326
  229. data/examples/legalConstraints.json +0 -17
  230. data/examples/maintInfo.json +0 -34
  231. data/examples/minimum_example.json +0 -35
  232. data/examples/resolution.json +0 -9
  233. data/examples/resourceMaintenance.json +0 -10
  234. data/examples/securityConstraints.json +0 -13
  235. data/examples/spatialRef.json +0 -14
  236. data/examples/temporalElement.json +0 -29
  237. data/schema/schema/contact.json +0 -262
  238. data/schema/schema/coverageInfo.json +0 -303
  239. data/schema/schema/dataDictionary.json +0 -335
  240. data/schema/schema/distributor.json +0 -216
  241. data/schema/schema/extent.json +0 -215
  242. data/schema/schema/geojson/crs.json +0 -99
  243. data/schema/schema/metadata.json +0 -188
  244. data/schema/schema/resolution.json +0 -51
  245. data/schema/schema/taxonomy.json +0 -122
  246. data/test/tc_schemas.rb +0 -243
  247. /data/schema/{schema/locale.json → locale.json} +0 -0
@@ -1,3065 +0,0 @@
1
- {
2
- "version":{
3
- "name":"mdJson",
4
- "version":"1.1.0"
5
- },
6
- "contact":[
7
- {
8
- "contactId":"1",
9
- "organizationName":"US Geological Survey - Alaska Science Center",
10
- "primaryRole": "owner",
11
- "onlineResource":[
12
- {
13
- "uri":"http://alaska.usgs.gov/",
14
- "protocol":"http",
15
- "name":"Alaska Science Center Home Page",
16
- "description":"Alaska Science Center home page",
17
- "function":"information"
18
- }
19
- ],
20
- "contactInstructions":"Complete Department and Employee phone book online with email addresses",
21
- "phoneBook":[
22
- {
23
- "phoneName":"Main Phone",
24
- "phoneNumber":"907-786-7000",
25
- "service":[
26
- "voice"
27
- ]
28
- },
29
- {
30
- "phoneName":"Main Fax",
31
- "phoneNumber":"907-786-7020",
32
- "service":[
33
- "fax"
34
- ]
35
- }
36
- ],
37
- "address":{
38
- "deliveryPoint":[
39
- "4210 University Drive"
40
- ],
41
- "city":"Anchorage",
42
- "administrativeArea":"AK",
43
- "postalCode":"99508",
44
- "country":"USA"
45
- }
46
- },
47
- {
48
- "contactId":"2",
49
- "individualName":"Urban, Frank",
50
- "organizationName":"US Geological Survey",
51
- "positionName":"Research Geologist",
52
- "primaryRole": "principleInvestigator",
53
- "onlineResource":[
54
- {
55
- "uri":"http://academic.research.microsoft.com/Author/27724864/frank-e-urban",
56
- "protocol":"http",
57
- "name":"Microsoft Academic Search",
58
- "description":"Academic publications of Frank Urban",
59
- "function":"information"
60
- },
61
- {
62
- "uri":"http://www.linkedin.com/pub/frank-urban/27/565/1a8",
63
- "protocol":"http",
64
- "name":"LinkedIn",
65
- "description":"Frank Urban's Linked In page",
66
- "function":"information"
67
- },
68
- {
69
- "uri":"http://data.usgs.gov/climateMonitoring/region/show?region=alaska"
70
- }
71
- ],
72
- "contactInstructions":"Leave a message if no answer.",
73
- "phoneBook":[
74
- {
75
- "phoneName":"office",
76
- "phoneNumber":"303-236-5953",
77
- "service":[
78
- "voice"
79
- ]
80
- },
81
- {
82
- "phoneName":"mobile",
83
- "phoneNumber":"808-236-5463",
84
- "service":[
85
- "voice",
86
- "sms"
87
- ]
88
- }
89
- ],
90
- "address":{
91
- "deliveryPoint":[
92
- "West 6th Ave. & Kipling St.",
93
- "DFC Bldg. 810"
94
- ],
95
- "city":"Lakewood",
96
- "administrativeArea":"CO",
97
- "postalCode":"80225",
98
- "country":"USA",
99
- "electronicMailAddress":[
100
- "furban@usgs.gov"
101
- ]
102
- }
103
- },
104
- {
105
- "contactId":"3",
106
- "organizationName":"US Geological Survey - Permafrost and Climate Monitoring",
107
- "onlineResource":[
108
- {
109
- "uri":"http://data.usgs.gov/climateMonitoring/region/show?region=alaska",
110
- "protocol":"http",
111
- "name":"Real-Time Permafrost and Climate Monitoring Network - Arctic Alaska",
112
- "description":"",
113
- "function":"information"
114
- }
115
- ],
116
- "phoneBook":[
117
- {
118
- "phoneName":"main office",
119
- "phoneNumber":"303-236-5900",
120
- "service":[
121
- "voice"
122
- ]
123
- }
124
- ],
125
- "address":{
126
- "deliveryPoint":[
127
- "West 6th Ave. & Kipling St.",
128
- "DFC Bldg. 810"
129
- ],
130
- "city":"Lakewood",
131
- "administrativeArea":"CO",
132
- "postalCode":"80225",
133
- "country":"USA",
134
- "electronicMailAddress":[
135
- "pcm_info@usgs.gov"
136
- ]
137
- }
138
- },
139
- {
140
- "contactId":"4",
141
- "organizationName":"FWS - Arctic National Wildlife Refuge",
142
- "onlineResource":[
143
- {
144
- "uri":"http://www.fws.gov/alaska/nwr/arctic/",
145
- "name":"Arctic National Wildlife Refuge",
146
- "description":"Arctic National Wildlife Refuge home page",
147
- "function":"information"
148
- }
149
- ],
150
- "phoneBook":[
151
- {
152
- "phoneName":"main office",
153
- "phoneNumber":"907-456-0250",
154
- "service":[
155
- "voice"
156
- ]
157
- },
158
- {
159
- "phoneName":"main office toll free",
160
- "phoneNumber":"800-362-4546",
161
- "service":[
162
- "voice"
163
- ]
164
- },
165
- {
166
- "phoneName":"main office",
167
- "phoneNumber":"907-456-0428",
168
- "service":[
169
- "fax"
170
- ]
171
- }
172
- ],
173
- "address":{
174
- "deliveryPoint":[
175
- "101 12th Avenue",
176
- "Room 236"
177
- ],
178
- "city":"Fairbanks",
179
- "administrativeArea":"AK",
180
- "postalCode":"99701",
181
- "country":"USA",
182
- "electronicMailAddress":[
183
- "arctic_refuge@fws.gov"
184
- ]
185
- }
186
- },
187
- {
188
- "contactId":"5",
189
- "individualName":"",
190
- "organizationName":"BLM - Arctic Field Office",
191
- "onlineResource":[
192
- {
193
- "uri":"http://www.blm.gov/ak/st/en/fo/fdo/arctic_field_office.html",
194
- "name":"Bureau of Land Management - Alaska",
195
- "description":"Arctic Field office home page",
196
- "function":"information"
197
- }
198
- ],
199
- "contactInstructions":"Please send comments and questions about the BLM and its programs to woinfo@blm.gov",
200
- "phoneBook":[
201
- {
202
- "phoneName":"main office",
203
- "phoneNumber":"907-474-2200",
204
- "service":[
205
- "voice"
206
- ]
207
- },
208
- {
209
- "phoneName":"main office toll free",
210
- "phoneNumber":"800-437-7021",
211
- "service":[
212
- "voice"
213
- ]
214
- },
215
- {
216
- "phoneName":"main office",
217
- "phoneNumber":"907-474-2280",
218
- "service":[
219
- "fax"
220
- ]
221
- }
222
- ],
223
- "address":{
224
- "deliveryPoint":[
225
- "1150 University Avenue"
226
- ],
227
- "city":"Fairbanks",
228
- "administrativeArea":"AK",
229
- "postalCode":"99709",
230
- "country":"USA",
231
- "electronicMailAddress":[
232
- "Arctic@blm.gov",
233
- "woinfo@blm.gov"
234
- ]
235
- }
236
- },
237
- {
238
- "contactId":"6",
239
- "individualName":"Clow, Gary D.",
240
- "organizationName":"US Geological Survey",
241
- "positionName":"Research Geophysicist",
242
- "phoneBook":[
243
- {
244
- "phoneName":"office",
245
- "phoneNumber":"303-236-5944",
246
- "service":[
247
- "voice"
248
- ]
249
- }
250
- ],
251
- "address":{
252
- "deliveryPoint":[
253
- "West 6th Ave. & Kipling St.",
254
- "DFC Bldg. 810",
255
- "Building 25"
256
- ],
257
- "city":"Lakewood",
258
- "administrativeArea":"CO",
259
- "postalCode":"80225",
260
- "country":"USA",
261
- "electronicMailAddress":[
262
- "gclow@usgs.gov",
263
- "gary.clow@colorado.edu"
264
- ]
265
- }
266
- },
267
- {
268
- "contactId":"7",
269
- "individualName":"Brown, A.C.",
270
- "organizationName":"US Geological Survey - Alaska Science Center",
271
- "positionName":"Metadata Specialist",
272
- "phoneBook":[
273
- {
274
- "phoneName":"office",
275
- "phoneNumber":"907-786-7002",
276
- "service":[
277
- "voice"
278
- ]
279
- },
280
- {
281
- "phoneName":"main office",
282
- "phoneNumber":"907-786-7040",
283
- "service":[
284
- "fax"
285
- ]
286
- }
287
- ],
288
- "address":{
289
- "deliveryPoint":[
290
- "4230 University Drive",
291
- "Suite 201"
292
- ],
293
- "city":"Anchorage",
294
- "administrativeArea":"AK",
295
- "postalCode":"99508",
296
- "country":"USA",
297
- "electronicMailAddress":[
298
- "acbrown2@usgs.gov"
299
- ]
300
- }
301
- },
302
- {
303
- "contactId":"8",
304
- "individualName":"Sharon Smith",
305
- "organizationName":"Global Terrestrial Network for Permafrost (GTN-P)",
306
- "positionName":"Permafrost Research Scientist ",
307
- "onlineResource":[
308
- {
309
- "uri":"http://www.gtnp.org/",
310
- "protocol":"http",
311
- "name":"Global Terrestrial Network for Permafrost",
312
- "description":"Home page for the network initiative",
313
- "function":"information"
314
- }
315
- ],
316
- "contactInstructions":"email preferred",
317
- "phoneBook":[
318
- {
319
- "phoneName":"Office",
320
- "phoneNumber":"(613) 947-7066",
321
- "service":[
322
- "voice",
323
- "fax"
324
- ]
325
- }
326
- ],
327
- "address":{
328
- "electronicMailAddress":[
329
- "permafrost@nrcan.gc.ca"
330
- ]
331
- }
332
- },
333
- {
334
- "contactId":"9",
335
- "organizationName":"U.S. National Science Foundation, Division of Polar Programs, Directorate for Geosciences",
336
- "onlineResource":[
337
- {
338
- "uri":"http://www.nsf.gov",
339
- "protocol":"http",
340
- "name":"U.S. National Science Foundation",
341
- "description":"Home page for the agency",
342
- "function":"information"
343
- }
344
- ]
345
- }
346
- ],
347
- "metadata":{
348
- "metadataInfo":{
349
- "metadataIdentifier":{
350
- "identifier":"D5D16D06-CEEB-E011-8260-000C2952247E",
351
- "type":"uuid"
352
- },
353
- "parentMetadata":{
354
- "title":"Changing Arctic Ecosystems Initiative (CAE)",
355
- "date":[
356
- {
357
- "date":"2011-09-14",
358
- "dateType":"publication"
359
- }
360
- ],
361
- "identifier":[
362
- {
363
- "identifier":"D5B16D06-CFEB-E011-8260-000C2952247E",
364
- "type":"uuid"
365
- },
366
- {
367
- "identifier":"ALCC2018-99",
368
- "type":"project"
369
- }
370
- ],
371
- "responsibleParty":[
372
- {
373
- "contactId":"1",
374
- "role":"pointOfContact"
375
- }
376
- ],
377
- "presentationForm":[
378
- "documentDigital"
379
- ],
380
- "onlineResource":[
381
- {
382
- "uri":"http://alaska.usgs.gov/rex/adiwg/public/projects/316?format=xml",
383
- "protocol":"http",
384
- "description":"Project metadata record for CAE"
385
- }
386
- ]
387
- },
388
- "metadataContact":[
389
- {
390
- "contactId":"7",
391
- "role":"custodian"
392
- }
393
- ],
394
- "metadataCreationDate":"2014-02-28",
395
- "metadataLastUpdate":"2012-12-21",
396
- "metadataUri":"http://alaska.usgs.gov/rex/adiwg/public/projects/32.xml",
397
- "metadataCharacterSet":"utf8",
398
- "metadataLocale":[
399
- {
400
- "language":"eng",
401
- "country":"USA",
402
- "characterSet":"usAscii"
403
- }
404
- ],
405
- "metadataStatus":"completed",
406
- "metadataMaintenance":{
407
- "maintenanceFrequency":"asNeeded",
408
- "maintenanceNote":[
409
- "Metadata records are generated on request from current database"
410
- ],
411
- "maintenanceContact":[
412
- {
413
- "contactId":"7",
414
- "role":"custodian"
415
- }
416
- ]
417
- }
418
- },
419
- "resourceInfo":{
420
- "resourceType":"project",
421
- "citation":{
422
- "title":"Real-Time Permafrost and Climate Monitoring Network - Arctic Alaska",
423
- "date":[
424
- {
425
- "date":"2012-12-21",
426
- "dateType":"revision"
427
- }
428
- ],
429
- "edition":"First Edition plus edits",
430
- "responsibleParty":[
431
- {
432
- "contactId":"1",
433
- "role":"owner"
434
- },
435
- {
436
- "contactId":"2",
437
- "role":"principleInvestigator"
438
- },
439
- {
440
- "contactId":"3",
441
- "role":"administrator"
442
- },
443
- {
444
- "contactId":"4",
445
- "role":"collaborator"
446
- },
447
- {
448
- "contactId":"7",
449
- "role":"publisher"
450
- }
451
- ],
452
- "presentationForm":[
453
- "documentDigital",
454
- "tableDigital"
455
- ],
456
- "identifier":[
457
- {
458
- "identifier":"32",
459
- "type":"projectId",
460
- "authority":{
461
- "title":"ASC Project ID",
462
- "date":[
463
- {
464
- "date":"2014-05-27",
465
- "dateType":"publication"
466
- }
467
- ],
468
- "responsibleParty":[
469
- {
470
- "contactId":"1",
471
- "role":"owner"
472
- }
473
- ],
474
- "onlineResource":[
475
- {
476
- "uri":"http://alaska.usgs.gov/portal/project.php?project_id=32",
477
- "protocol":"HTTP",
478
- "name":"ASC Project page identifier",
479
- "description":"Links to Project page on the ASC website using the identifier.",
480
- "function":"information"
481
- }
482
- ]
483
- }
484
- },
485
- {
486
- "authority":{
487
- "title":"NSF Grant Award Number",
488
- "alternateTitle":"Award Number",
489
- "responsibleParty":[
490
- {
491
- "contactId":"9",
492
- "role":"funder"
493
- }
494
- ],
495
- "onlineResource":[
496
- {
497
- "uri":"http://thisisanexample.com",
498
- "protocol":"HTTP",
499
- "name":"Example is the name",
500
- "description":"It's an example!",
501
- "function":"See description"
502
- }
503
- ]
504
- },
505
- "identifier":"A516548V0034"
506
- },
507
- {
508
- "type":"doi",
509
- "identifier":"10/1256.321475266"
510
- },
511
- {
512
- "type":"isbn",
513
- "identifier":"ISBNYYt470098j"
514
- }
515
- ],
516
- "onlineResource":[
517
- {
518
- "uri":"http://data.usgs.gov/climateMonitoring/region/show?region=alaska",
519
- "protocol":"http",
520
- "name":"U.S. Geological Survey: Real-Time Permafrost and Climate Monitoring Network - Arctic Alaska",
521
- "description":"project website",
522
- "function":"information"
523
- }
524
- ]
525
- },
526
- "resourceTimePeriod":{
527
- "description":"Span of project activity",
528
- "beginPosition":"2011-09-03",
529
- "endPosition":"2014-11-15"
530
- },
531
- "pointOfContact":[
532
- {
533
- "contactId":"2",
534
- "role":"pointOfContact"
535
- },
536
- {
537
- "contactId":"5",
538
- "role":"collaborator"
539
- }
540
- ],
541
- "abstract":"DOI is developing a long-term permafrost monitoring network on federal lands in northern Alaska as part of the Global Terrestrial Network for Permafrost (GTN-P) and the Global Climate Observing System (GCOS). DOI/GTN-P consists of two subnetworks: 1) a network of 15 automated surface stations, and 2) a 20-element deep borehole array. The surface stations continuously monitor changes in permafrost active-layer as well as a number of other climate parameters, \"including\": permafrost temperature, soil moisture, snow depth, air temperature, wind speed and direction, up- and downwelling shortwave radiation, albedo, and cloudiness. A portion of the surface network is now available in near real-time through radio telemetry. Vegetation changes are coincidentally monitored at these sites. The borehole array is used to monitor the thermal state of the underlying permafrost. This is the largest array of deep boreholes in the world currently available for monitoring the thermal state of permafrost. Many of the surface stations are co-located with deep boreholes, effectively forming 'permafrost observatories.' In conjunction with DOI/GTN-P, we are developing models for synthesizing climate observations and for investigating how the cryosphere responds to climate change. These models will improve existing predictive capabilities for DOI lands. Climate projections by global coupled Atmosphere-Ocean General Circulation Models (AOGCMs) suggest significant environmental changes will occur in the Arctic during the next 80 years (http://www.acia.uaf.edu). According to these models, climate change will be Arctic-wide with a pronounced enhancement over the Arctic Ocean and adjacent coastal plains. These projections suggest large climate-induced landscape and ecosystem changes are likely to occur in northern Alaska during the next few decades. Important issues for DOI lands in this region include: permafrost degradation; vulnerability of high northern infrastructure to permafrost instability; large potential greenhouse gas (CO2, methane) emissions form warming permafrost; shifting vegetation patterns; impacts of habitat changes of wildlife; changing stream flow and lake levels; impacts of ecosystem changes on Native peoples: and, coastal erosion, inundation of coastal areas by storm surges. Given the large potential impacts, and the significant uncertainty in the model projections, a comprehensive monitoring effort is warranted.",
542
- "shortAbstract":"DOI is developing a long-term permafrost monitoring network on federal lands in northern Alaska as part of the Global Terrestrial Network for Permafrost (GTN-P) and the Global Climate Observing System (GCOS).",
543
- "status":"onGoing",
544
- "hasMapLocation":true,
545
- "hasDataAvailable":true,
546
- "language":[
547
- "eng; USA",
548
- "esp; MEX"
549
- ],
550
- "characterSet":[
551
- "utf8"
552
- ],
553
- "locale":[
554
- {
555
- "language":"eng",
556
- "country":"USA",
557
- "characterSet":"usAscii"
558
- },
559
- {
560
- "language":"esp",
561
- "country":"MEX",
562
- "characterSet":"utf8"
563
- }
564
- ],
565
- "purpose":"Long-term monitoring of permafrost conditions in the Alaska Arctic",
566
- "credit":[
567
- "Allison Gaylord - Nunatech",
568
- "Mike Dover - Critigen"
569
- ],
570
- "topicCategory":[
571
- "climatology",
572
- "geoscientificInformation",
573
- "location"
574
- ],
575
- "environmentDescription":"On my laptop, not backed up",
576
- "resourceNativeFormat":[
577
- {
578
- "formatName":"MS SQL Server",
579
- "version":"2008 R2"
580
- },
581
- {
582
- "formatName":"JSON"
583
- }
584
- ],
585
- "keyword":[
586
- {
587
- "keyword":[
588
- "Atmosphere > Clouds",
589
- "Atmosphere > Atmospheric Temperature > Air Temperature",
590
- "Cryosphere > Snow/Ice > Albedo",
591
- "Cryosphere > Frozen Ground > Permafrost",
592
- "Cryosphere > Snow/Ice > Snow Depth",
593
- "Land Surface > Soils > Soil Moisture/Water Content",
594
- "Cryosphere > Frozen Ground > Soil Temperature"
595
- ],
596
- "keywordType":"theme",
597
- "thesaurus":{
598
- "title":"NASA/Global Change Master Directory (GCMD) Earth Science Keywords",
599
- "date":[
600
- {
601
- "date":"2013-09-19",
602
- "dateType":"revision"
603
- }
604
- ],
605
- "edition":"Version 8.0.0.0.0",
606
- "presentationForm":[
607
- "documentDigital"
608
- ],
609
- "onlineResource":[
610
- {
611
- "uri":"http://gcmdservices.gsfc.nasa.gov/static/kms/sciencekeywords/sciencekeywords.csv"
612
- }
613
- ],
614
- "identifier":[
615
- {
616
- "type":"doi",
617
- "identifier":"10.1000/182"
618
- }
619
- ]
620
- }
621
- },
622
- {
623
- "keyword":[
624
- "Cryosphere"
625
- ],
626
- "keywordType":"theme",
627
- "thesaurus":{
628
- "title":"NSF IPY Discipline Codes",
629
- "responsibleParty":[
630
- {
631
- "contactId":"9",
632
- "role":"author"
633
- }
634
- ],
635
- "presentationForm":[
636
- "documentDigital"
637
- ],
638
- "onlineResource":[
639
- {
640
- "uri":"http://example.com"
641
- }
642
- ]
643
- }
644
- },
645
- {
646
- "keyword":[
647
- "North Slope Borough",
648
- "Barrow",
649
- "Point Barrow"
650
- ],
651
- "keywordType":"place",
652
- "thesaurus":{
653
- "title":"United States Board on Geographic Names",
654
- "date":[
655
- {
656
- "date":"1993-02-01",
657
- "dateType":"creation"
658
- }
659
- ],
660
- "presentationForm":[
661
- "documentDigital"
662
- ],
663
- "onlineResource":[
664
- {
665
- "uri":"http://geonames.usgs.gov/"
666
- }
667
- ]
668
- }
669
- }
670
- ],
671
- "resourceMaintenance":[
672
- {
673
- "maintenanceFrequency":"irregular",
674
- "maintenanceNote":[
675
- "The permafrost project data is updated in step with field work awards."
676
- ],
677
- "maintenanceContact":[
678
- {
679
- "contactId":"2",
680
- "role":"pointOfContact"
681
- }
682
- ]
683
- }
684
- ],
685
- "resourceSpecificUsage":[
686
- {
687
- "specificUsage":"GTN-P (Global Terrestrial Network for Permafrost)",
688
- "userDeterminedLimitation":"none",
689
- "userContactInfo":[
690
- {
691
- "contactId":"1",
692
- "role":"principalInvestigator"
693
- },
694
- {
695
- "contactId":"5",
696
- "role":"collaborator"
697
- }
698
- ]
699
- },
700
- {
701
- "specificUsage":"GCOS (Global Climate Observing System)",
702
- "userDeterminedLimitation":"none",
703
- "userContactInfo":[
704
- {
705
- "contactId":"1",
706
- "role":"principalInvestigator"
707
- },
708
- {
709
- "contactId":"5",
710
- "role":"collaborator"
711
- }
712
- ]
713
- }
714
- ],
715
- "graphicOverview":[
716
- {
717
- "fileName":"GTNP AK Collection Site Map",
718
- "fileDescription":"Map of borehole locations for permafrost data collection in Alaska in association with the Global Terrestrial Network forr Permafrost",
719
- "fileType":"Map image in PDF format",
720
- "uri":"http://alaska.usgs.gov/free/maps/GTNP North Slope.pdf"
721
- },
722
- {
723
- "fileName":"allRecs_callCounts_bowhead_2010.jpg",
724
- "fileDescription":"This image is a spectraplot visualizing the density of Bowhead whale calls in the Northeast Chukchi Sea, AMAR recorder locations, and industry lease areas.",
725
- "fileType":"JPEG",
726
- "uri":"http://aoos.org/aoos-data-resources/bowhead_images2010_0114.jpg"
727
- },
728
- {
729
- "fileName":"pln40_perc_2010_01.png",
730
- "fileType":"PNG"
731
- },
732
- {
733
- "fileName":"pln40_spec_summer_2010.png"
734
- }
735
- ],
736
- "constraint":{
737
- "useLimitation":[
738
- "not for suitable for navigation",
739
- "draft version",
740
- "not intended for general use",
741
- "don't be a jerk"
742
- ],
743
- "legalConstraint":[
744
- {
745
- "accessConstraint":[
746
- "patentPending",
747
- "restricted"
748
- ],
749
- "useConstraint":[
750
- "restricted"
751
- ],
752
- "otherConstraint":[
753
- "Legally barred from use for navigation."
754
- ]
755
- },
756
- {
757
- "accessConstraint":[
758
- "otherRestrictions"
759
- ],
760
- "useConstraint":[
761
- "otherRestrictions"
762
- ],
763
- "otherConstraint":[
764
- "Access Constraints: No one else. Use Constraints: None"
765
- ]
766
- },
767
- {
768
- "accessConstraint":[
769
- "copyright",
770
- "patent",
771
- "patentPending",
772
- "trademark",
773
- "license",
774
- "intellectualPropertyRights",
775
- "restricted",
776
- "otherRestrictions"
777
- ]
778
- }
779
- ],
780
- "securityConstraint":[
781
- {
782
- "classification":"unclassified",
783
- "userNote":"security clearance not required",
784
- "classificationSystem":"none",
785
- "handlingDescription":"this is how to handle things..."
786
- },
787
- {
788
- "classification":"intellectualPropertyRights"
789
- },
790
- {
791
- "classification":"secret",
792
- "userNote":"Shhhhh!!!"
793
- }
794
- ]
795
- },
796
- "taxonomy":{
797
- "classificationSystem":[
798
- {
799
- "title":"Otter Record Survey",
800
- "date":[
801
- {
802
- "date":"2000",
803
- "dateType":"publication"
804
- }
805
- ],
806
- "responsibleParty":[
807
- {
808
- "contactId":"2",
809
- "role":"publisher"
810
- }
811
- ]
812
- }
813
- ],
814
- "taxonGeneralScope":"The otters observed were identified to the subspecies criterion and identified as southern sea otters.",
815
- "observer":[
816
- {
817
- "contactId":"1",
818
- "role":"principalInvestigator"
819
- },
820
- {
821
- "contactId":"2",
822
- "role":"pointOfContact"
823
- }
824
- ],
825
- "taxonomicProcedure":"volunteers observed sea otters using binoculars in pairs",
826
- "voucher":{
827
- "specimen":"weathered skull found on beach",
828
- "repository":{
829
- "contactId":"2",
830
- "role":"publisher"
831
- }
832
- },
833
- "taxonClass":[
834
- {
835
- "taxonRank":"Kingdom",
836
- "taxonValue":"Animalia"
837
- },
838
- {
839
- "taxonRank":"Phylum",
840
- "taxonValue":"Chordata"
841
- },
842
- {
843
- "taxonRank":"Subphylum",
844
- "taxonValue":"Vertebrata"
845
- },
846
- {
847
- "taxonRank":"Class",
848
- "taxonValue":"Mammalia"
849
- },
850
- {
851
- "taxonRank":"Subclass",
852
- "taxonValue":"Theria"
853
- },
854
- {
855
- "taxonRank":"Infraclass",
856
- "taxonValue":"Eutheria"
857
- },
858
- {
859
- "taxonRank":"Order",
860
- "taxonValue":"Carnivora"
861
- },
862
- {
863
- "taxonRank":"Suborder",
864
- "taxonValue":"Caniformia"
865
- },
866
- {
867
- "taxonRank":"Family",
868
- "taxonValue":"Mustilidae"
869
- },
870
- {
871
- "taxonRank":"Subfamily",
872
- "taxonValue":"Lutrinae"
873
- },
874
- {
875
- "taxonRank":"Genus",
876
- "taxonValue":"Enhydra"
877
- },
878
- {
879
- "common":"Sea Otter",
880
- "taxonRank":"Species",
881
- "taxonValue":"Enhydra lutris"
882
- },
883
- {
884
- "common":"Southern Sea Otter",
885
- "taxonRank":"Subspecies",
886
- "taxonValue":"Enhydra"
887
- }
888
- ]
889
- },
890
- "spatialReferenceSystem":{
891
- "name":[
892
- "Alaska State Plane Zone 4",
893
- "UTM Zone 9"
894
- ],
895
- "epsgNumber":[
896
- 102634,
897
- 32609
898
- ],
899
- "wkt":[
900
- "PROJCS[\"NAD_1983_StatePlane_Alaska_4_FIPS_5004_Feet\",GEOGCS[\"GCS_North_American_1983\",DATUM[\"North_American_Datum_1983\",SPHEROID[\"GRS_1980\",6378137,298.257222101]],PRIMEM[\"Greenwich\",0],UNIT[\"Degree\",0.017453292519943295]],PROJECTION[\"Transverse_Mercator\"],PARAMETER[\"False_Easting\",1640416.666666667],PARAMETER[\"False_Northing\",0],PARAMETER[\"Central_Meridian\",-150],PARAMETER[\"Scale_Factor\",0.9999],PARAMETER[\"Latitude_Of_Origin\",54],UNIT[\"Foot_US\",0.30480060960121924],AUTHORITY[\"EPSG\",\"102634\"]]",
901
- "PROJCS[\"WGS 84 / UTM zone 9N\",GEOGCS[\"WGS 84\",DATUM[\"WGS_1984\",SPHEROID[\"WGS 84\",6378137,298.257223563,AUTHORITY[\"EPSG\",\"7030\"]],AUTHORITY[\"EPSG\",\"6326\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],UNIT[\"degree\",0.01745329251994328,AUTHORITY[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4326\"]],UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],PROJECTION[\"Transverse_Mercator\"],PARAMETER[\"latitude_of_origin\",0],PARAMETER[\"central_meridian\",-129],PARAMETER[\"scale_factor\",0.9996],PARAMETER[\"false_easting\",500000],PARAMETER[\"false_northing\",0],AUTHORITY[\"EPSG\",\"32609\"],AXIS[\"Easting\",EAST],AXIS[\"Northing\",NORTH]]"
902
- ]
903
- },
904
- "spatialRepresentation":[
905
- "textTable"
906
- ],
907
- "spatialResolution":[
908
- {
909
- "equivalentScale":45000
910
- },
911
- {
912
- "distance":45,
913
- "uom":"kilometers"
914
- }
915
- ],
916
- "extent":[
917
- {
918
- "description":"Spatial extent for GeoJSON Geometry",
919
- "geographicElement":[
920
- {
921
- "type":"Point",
922
- "bbox":[
923
- -161.45,
924
- 68.25,
925
- -148.272,
926
- 71.22
927
- ],
928
- "coordinates":[
929
- -160.123,
930
- 45.678,
931
- 500
932
- ],
933
- "crs":{
934
- "type":"link",
935
- "properties":{
936
- "href":"http://spatialreference.org/ref/epsg/wgs-84/proj4/",
937
- "type":"proj4"
938
- }
939
- }
940
- },
941
- {
942
- "type":"LineString",
943
- "coordinates":[
944
- [
945
- -120.717181,
946
- 70.879761,
947
- 5
948
- ],
949
- [
950
- -130.964531,
951
- 41.946544,
952
- 6
953
- ],
954
- [
955
- -140.3232,
956
- 87.12121,
957
- 7
958
- ]
959
- ],
960
- "crs":{
961
- "type":"name",
962
- "properties":{
963
- "name":"EPSG:4326"
964
- }
965
- }
966
- },
967
- {
968
- "type":"Polygon",
969
- "coordinates":[
970
- [
971
- [
972
- -139.111,
973
- 59.111
974
- ],
975
- [
976
- -140.882186,
977
- 59.839602
978
- ],
979
- [
980
- -143.101425,
981
- 60.22375
982
- ],
983
- [
984
- -147.056503,
985
- 60.829147
986
- ],
987
- [
988
- -148.902206,
989
- 59.982807
990
- ],
991
- [
992
- -148.792343,
993
- 57.944338
994
- ],
995
- [
996
- -139.111,
997
- 59.111
998
- ]
999
- ],
1000
- [
1001
- [
1002
- -139.111,
1003
- 59.111
1004
- ],
1005
- [
1006
- -140.882186,
1007
- 59.839602
1008
- ],
1009
- [
1010
- -148.792343,
1011
- 57.944338
1012
- ],
1013
- [
1014
- -139.111,
1015
- 59.111
1016
- ]
1017
- ],
1018
- [
1019
- [
1020
- -139.222,
1021
- 59.222
1022
- ],
1023
- [
1024
- -147.056503,
1025
- 60.829147
1026
- ],
1027
- [
1028
- -148.902206,
1029
- 59.982807
1030
- ],
1031
- [
1032
- -148.792343,
1033
- 57.944338
1034
- ],
1035
- [
1036
- -139.222,
1037
- 59.222
1038
- ]
1039
- ]
1040
- ],
1041
- "crs":{
1042
- "type":"link",
1043
- "properties":{
1044
- "href":"http://spatialreference.org/ref/epsg/wgs-84/proj4/"
1045
- }
1046
- }
1047
- },
1048
- {
1049
- "type":"MultiPoint",
1050
- "coordinates":[
1051
- [
1052
- -160.111,
1053
- 45.678,
1054
- 90
1055
- ],
1056
- [
1057
- -160.222,
1058
- 45.678,
1059
- 50
1060
- ],
1061
- [
1062
- -160.333,
1063
- 45.678,
1064
- 500
1065
- ]
1066
- ],
1067
- "crs":{
1068
- "type":"name",
1069
- "properties":{
1070
- "name":"EPSG:4326"
1071
- }
1072
- }
1073
- },
1074
- {
1075
- "type":"MultiLineString",
1076
- "coordinates":[
1077
- [
1078
- [
1079
- -120.111,
1080
- 70.879761,
1081
- 5
1082
- ],
1083
- [
1084
- -130.222,
1085
- 41.946544,
1086
- 6
1087
- ],
1088
- [
1089
- -140.333,
1090
- 87.12121,
1091
- 7
1092
- ],
1093
- [
1094
- -140.444,
1095
- 87.12121,
1096
- 7
1097
- ]
1098
- ],
1099
- [
1100
- [
1101
- -120.555,
1102
- 70.879761,
1103
- 5
1104
- ],
1105
- [
1106
- -130.666,
1107
- 41.946544,
1108
- 6
1109
- ],
1110
- [
1111
- -140.777,
1112
- 87.12121,
1113
- 7
1114
- ],
1115
- [
1116
- -140.888,
1117
- 87.12121,
1118
- 7
1119
- ]
1120
- ],
1121
- [
1122
- [
1123
- -120.999,
1124
- 70.879761,
1125
- 5
1126
- ],
1127
- [
1128
- -130,
1129
- 41.946544,
1130
- 6
1131
- ],
1132
- [
1133
- -140.111,
1134
- 87.12121,
1135
- 7
1136
- ],
1137
- [
1138
- -140.222,
1139
- 87.12121,
1140
- 7
1141
- ]
1142
- ]
1143
- ],
1144
- "crs":{
1145
- "type":"name",
1146
- "properties":{
1147
- "name":"EPSG:4326"
1148
- }
1149
- }
1150
- },
1151
- {
1152
- "type":"MultiPolygon",
1153
- "coordinates":[
1154
- [
1155
- [
1156
- [
1157
- -139,
1158
- 59
1159
- ],
1160
- [
1161
- -140.882186,
1162
- 59.839602
1163
- ],
1164
- [
1165
- -143.101425,
1166
- 60.22375
1167
- ],
1168
- [
1169
- -147.056503,
1170
- 60.829147
1171
- ],
1172
- [
1173
- -148.902206,
1174
- 59.982807
1175
- ],
1176
- [
1177
- -148.792343,
1178
- 57.944338
1179
- ],
1180
- [
1181
- -139,
1182
- 59
1183
- ]
1184
- ],
1185
- [
1186
- [
1187
- -139.111,
1188
- 59.111
1189
- ],
1190
- [
1191
- -140.882186,
1192
- 59.839602
1193
- ],
1194
- [
1195
- -148.792343,
1196
- 57.944338
1197
- ],
1198
- [
1199
- -139.111,
1200
- 59.111
1201
- ]
1202
- ],
1203
- [
1204
- [
1205
- -139.111,
1206
- 59.111
1207
- ],
1208
- [
1209
- -147.056503,
1210
- 60.829147
1211
- ],
1212
- [
1213
- -148.902206,
1214
- 59.982807
1215
- ],
1216
- [
1217
- -148.792343,
1218
- 57.944338
1219
- ],
1220
- [
1221
- -139.111,
1222
- 59.111
1223
- ]
1224
- ]
1225
- ],
1226
- [
1227
- [
1228
- [
1229
- -39,
1230
- 59
1231
- ],
1232
- [
1233
- -40.882186,
1234
- 59
1235
- ],
1236
- [
1237
- -43.101425,
1238
- 60
1239
- ],
1240
- [
1241
- -47.056503,
1242
- 60
1243
- ],
1244
- [
1245
- -48.902206,
1246
- 59
1247
- ],
1248
- [
1249
- -48.792343,
1250
- 57
1251
- ],
1252
- [
1253
- -34.576034,
1254
- 57
1255
- ]
1256
- ],
1257
- [
1258
- [
1259
- -39.111,
1260
- 59.111
1261
- ],
1262
- [
1263
- -40.882186,
1264
- 59
1265
- ],
1266
- [
1267
- -48.792343,
1268
- 57
1269
- ],
1270
- [
1271
- -34.576034,
1272
- 57
1273
- ]
1274
- ],
1275
- [
1276
- [
1277
- -39.222,
1278
- 59.222
1279
- ],
1280
- [
1281
- -47.056503,
1282
- 60
1283
- ],
1284
- [
1285
- -48.902206,
1286
- 59
1287
- ],
1288
- [
1289
- -48.792343,
1290
- 57
1291
- ],
1292
- [
1293
- -34.576034,
1294
- 57
1295
- ]
1296
- ]
1297
- ]
1298
- ]
1299
- }
1300
- ],
1301
- "temporalElement":{
1302
- "date":[
1303
- "2002-04-26",
1304
- "2013-03-21"
1305
- ],
1306
- "timeInstant":[
1307
- {
1308
- "id":"time012",
1309
- "description":"Right now.",
1310
- "timePosition":"2014-05-01T15:58:25-09:00"
1311
- }
1312
- ],
1313
- "timePeriod":[
1314
- {
1315
- "id":"timePeriod032",
1316
- "description":"Collection timeframe.",
1317
- "beginPosition":"2014-04-25",
1318
- "endPosition":"2014-05-02"
1319
- },
1320
- {
1321
- "id":"tp-001",
1322
- "description":"Ground Condition",
1323
- "beginPosition":"1987-05-16T16:05:00",
1324
- "endPosition":"2011-12"
1325
- },
1326
- {
1327
- "id":"tp-101",
1328
- "description":"Below Ground Condition",
1329
- "beginPosition":"1987-08-13T16:05:00"
1330
- },
1331
- {
1332
- "id":"tp-901",
1333
- "description":"Below Ground Condition",
1334
- "endPosition":"2012-12-12"
1335
- }
1336
- ]
1337
- },
1338
- "verticalElement":[
1339
- {
1340
- "minimumValue":125,
1341
- "maximumValue":222,
1342
- "verticalCRSTitle":"NAVD88 height (ftUS)",
1343
- "verticalCRSUri":"http://www.epsg-registry.org/export.htm?gml=urn:ogc:def:axis-name:EPSG::9904"
1344
- },
1345
- {
1346
- "minimumValue":1500,
1347
- "maximumValue":0,
1348
- "verticalCRSTitle":"NAVD88 depth",
1349
- "verticalCRSUri":"http://www.epsg-registry.org/export.htm?gml=urn:ogc:def:crs:EPSG::6357"
1350
- }
1351
- ]
1352
- },
1353
- {
1354
- "description":"Spatial extent for GeometryCollection",
1355
- "geographicElement":[
1356
- {
1357
- "type":"GeometryCollection",
1358
- "geometries":[
1359
- {
1360
- "type":"Point",
1361
- "coordinates":[
1362
- 100,
1363
- 70,
1364
- 0
1365
- ]
1366
- },
1367
- {
1368
- "type":"LineString",
1369
- "coordinates":[
1370
- [
1371
- 101,
1372
- 7
1373
- ],
1374
- [
1375
- 105.5,
1376
- 8
1377
- ],
1378
- [
1379
- 109.8,
1380
- 9
1381
- ]
1382
- ]
1383
- }
1384
- ]
1385
- }
1386
- ]
1387
- },
1388
- {
1389
- "description":"Spatial extent for GeoJSON Feature",
1390
- "geographicElement":[
1391
- {
1392
- "type":"Feature",
1393
- "id":"boundingBoxFeature",
1394
- "bbox":[
1395
- -161,
1396
- 68,
1397
- -148,
1398
- 71
1399
- ],
1400
- "crs":{
1401
- "type":"name",
1402
- "properties":{
1403
- "name":"EPSG:4326"
1404
- }
1405
- },
1406
- "geometry":null,
1407
- "properties":{
1408
- "featureName":"Project bounding box",
1409
- "description":"bounding box for DOI/GTN-P Deep Borehole Array",
1410
- "includesData":true
1411
- }
1412
- },
1413
- {
1414
- "type":"Feature",
1415
- "id":"point001",
1416
- "crs":{
1417
- "type":"name",
1418
- "properties":{
1419
- "name":"EPSG:4326"
1420
- }
1421
- },
1422
- "geometry":{
1423
- "type":"Point",
1424
- "coordinates":[
1425
- -160.77777,
1426
- 45.88888,
1427
- 500
1428
- ]
1429
- },
1430
- "properties":{
1431
- "featureName":"Drew Point",
1432
- "description":"Deep permafrost borehole",
1433
- "includesData":true,
1434
- "identifier":[
1435
- {
1436
- "identifier":"US 03",
1437
- "authority":{
1438
- "title":"Global Terrestrial Network for Permafrost Identifiers"
1439
- }
1440
- },
1441
- {
1442
- "identifier":"DWPT",
1443
- "authority":{
1444
- "title":"US Geological Survey borehole identifier"
1445
- }
1446
- }
1447
- ],
1448
- "featureScope":"borehole",
1449
- "featureAcquisitionMethod":"DGPS",
1450
- "temporalElement":{
1451
- "timePeriod":[
1452
- {
1453
- "id":"timePeriod030",
1454
- "description":"Period of borehole operation",
1455
- "beginPosition":"1987-09-17",
1456
- "endPosition":"2007-08-13"
1457
- }
1458
- ]
1459
- },
1460
- "verticalElement":[
1461
- {
1462
- "minimumValue":-653,
1463
- "maximumValue":12,
1464
- "verticalCRSTitle":"NAVD88 depth",
1465
- "verticalCRSUri":"http://www.epsg-registry.org/export.htm?gml=urn:ogc:def:crs:EPSG::6357"
1466
- }
1467
- ]
1468
- }
1469
- },
1470
- {
1471
- "type":"Feature",
1472
- "id":"multiPoint011",
1473
- "crs":{
1474
- "type":"name",
1475
- "properties":{
1476
- "name":"EPSG:4326"
1477
- }
1478
- },
1479
- "geometry":{
1480
- "type":"MultiPoint",
1481
- "coordinates":[
1482
- [
1483
- -151.717181,
1484
- 70.879761,
1485
- 5
1486
- ],
1487
- [
1488
- -134.964531,
1489
- 41.946544,
1490
- 236
1491
- ]
1492
- ]
1493
- },
1494
- "properties":{
1495
- "featureName":"test multi-point",
1496
- "description":"testing multi-point in feature element",
1497
- "includesData":false
1498
- }
1499
- },
1500
- {
1501
- "type":"Feature",
1502
- "id":"line001",
1503
- "crs":{
1504
- "type":"name",
1505
- "properties":{
1506
- "name":"EPSG:4326"
1507
- }
1508
- },
1509
- "geometry":{
1510
- "type":"LineString",
1511
- "coordinates":[
1512
- [
1513
- -120.717181,
1514
- 70.879761,
1515
- 5
1516
- ],
1517
- [
1518
- -130.964531,
1519
- 41.946544,
1520
- 6
1521
- ],
1522
- [
1523
- -140.3232,
1524
- 87.12121,
1525
- 7
1526
- ]
1527
- ]
1528
- },
1529
- "properties":{
1530
- "featureName":"test single linestring",
1531
- "description":"testing lineString in feature element",
1532
- "includesData":false
1533
- }
1534
- },
1535
- {
1536
- "type":"Feature",
1537
- "id":"multiLine011",
1538
- "crs":{
1539
- "type":"name",
1540
- "properties":{
1541
- "name":"EPSG:4326"
1542
- }
1543
- },
1544
- "geometry":{
1545
- "type":"MultiLineString",
1546
- "coordinates":[
1547
- [
1548
- [
1549
- -120.717181,
1550
- 70.879761,
1551
- 5
1552
- ],
1553
- [
1554
- -130.964531,
1555
- 41.946544,
1556
- 6
1557
- ],
1558
- [
1559
- -140.3232,
1560
- 87.12121,
1561
- 7
1562
- ]
1563
- ],
1564
- [
1565
- [
1566
- -125.717181,
1567
- 70.879761,
1568
- 5
1569
- ],
1570
- [
1571
- -135.964531,
1572
- 60.946544,
1573
- 6
1574
- ],
1575
- [
1576
- -145.3232,
1577
- 50.12121,
1578
- 7
1579
- ]
1580
- ]
1581
- ]
1582
- },
1583
- "properties":{
1584
- "featureName":"test multi linestring",
1585
- "description":"testing multi lineString in feature element",
1586
- "includesData":false
1587
- }
1588
- },
1589
- {
1590
- "type":"Feature",
1591
- "id":"boundingPolygon",
1592
- "geometry":{
1593
- "type":"Polygon",
1594
- "coordinates":[
1595
- [
1596
- [
1597
- -139.388046,
1598
- 59.828561
1599
- ],
1600
- [
1601
- -140.882186,
1602
- 59.839602
1603
- ],
1604
- [
1605
- -143.101425,
1606
- 60.22375
1607
- ],
1608
- [
1609
- -147.056503,
1610
- 60.829147
1611
- ],
1612
- [
1613
- -148.902206,
1614
- 59.982807
1615
- ],
1616
- [
1617
- -148.792343,
1618
- 57.944338
1619
- ],
1620
- [
1621
- -139.388046,
1622
- 59.828561
1623
- ]
1624
- ]
1625
- ]
1626
- },
1627
- "crs":{
1628
- "type":"name",
1629
- "properties":{
1630
- "name":"EPSG:4326"
1631
- }
1632
- },
1633
- "properties":{
1634
- "featureName":"Project boundary polygon",
1635
- "description":"bounding polygon for DOI/GTN-P Deep Borehole Array",
1636
- "includesData":true
1637
- }
1638
- },
1639
- {
1640
- "type":"FeatureCollection",
1641
- "features":[
1642
- {
1643
- "type":"Feature",
1644
- "id":"boundingPolygonHoles",
1645
- "geometry":{
1646
- "type":"Polygon",
1647
- "coordinates":[
1648
- [
1649
- [
1650
- -146.700439453125,
1651
- 59.77299162570672
1652
- ],
1653
- [
1654
- -146.22802734375,
1655
- 59.938504253195234
1656
- ],
1657
- [
1658
- -147.513427734375,
1659
- 59.92199002450385
1660
- ],
1661
- [
1662
- -146.700439453125,
1663
- 59.77299162570672
1664
- ]
1665
- ],
1666
- [
1667
- [
1668
- -141.222222,
1669
- 59.828561
1670
- ],
1671
- [
1672
- -140.882186,
1673
- 59.839602
1674
- ],
1675
- [
1676
- -140.792343,
1677
- 59.644338
1678
- ],
1679
- [
1680
- -141.222222,
1681
- 59.828561
1682
- ]
1683
- ],
1684
- [
1685
- [
1686
- -139.333333,
1687
- 59.828561
1688
- ],
1689
- [
1690
- -147.056503,
1691
- 60.829147
1692
- ],
1693
- [
1694
- -148.902206,
1695
- 59.982807
1696
- ],
1697
- [
1698
- -148.792343,
1699
- 57.944338
1700
- ],
1701
- [
1702
- -139.333333,
1703
- 59.828561
1704
- ]
1705
- ]
1706
- ]
1707
- },
1708
- "crs":{
1709
- "type":"name",
1710
- "properties":{
1711
- "name":"urn:ogc:def:crs:OGC:1.3:CRS84"
1712
- }
1713
- },
1714
- "properties":{
1715
- "featureName":"Project boundary polygon with holes",
1716
- "description":"bounding polygon with holes for DOI/GTN-P Deep Borehole Array",
1717
- "includesData":true
1718
- }
1719
- }
1720
- ]
1721
- },
1722
- {
1723
- "type":"FeatureCollection",
1724
- "features":[
1725
- {
1726
- "type":"Feature",
1727
- "id":"multiPolygon",
1728
- "geometry":{
1729
- "type":"MultiPolygon",
1730
- "coordinates":[
1731
- [
1732
- [
1733
- [
1734
- -139.111111,
1735
- 59.828561
1736
- ],
1737
- [
1738
- -140.111111,
1739
- 59.839602
1740
- ],
1741
- [
1742
- -143.111111,
1743
- 60.22375
1744
- ],
1745
- [
1746
- -147.111111,
1747
- 60.829147
1748
- ],
1749
- [
1750
- -135.111111,
1751
- 59.663361
1752
- ],
1753
- [
1754
- -139.111111,
1755
- 59.828561
1756
- ]
1757
- ]
1758
- ],
1759
- [
1760
- [
1761
- [
1762
- -139.222222,
1763
- 60.828561
1764
- ],
1765
- [
1766
- -140.222222,
1767
- 63.829147
1768
- ],
1769
- [
1770
- -134.222222,
1771
- 59.663361
1772
- ],
1773
- [
1774
- -139.222222,
1775
- 60.828561
1776
- ]
1777
- ],
1778
- [
1779
- [
1780
- -139.333333,
1781
- 59.628561
1782
- ],
1783
- [
1784
- -140.333333,
1785
- 57.839602
1786
- ],
1787
- [
1788
- -134.333333,
1789
- 57.663361
1790
- ],
1791
- [
1792
- -139.333333,
1793
- 59.628561
1794
- ]
1795
- ],
1796
- [
1797
- [
1798
- -147.444444,
1799
- 60.829147
1800
- ],
1801
- [
1802
- -148.444444,
1803
- 59.982807
1804
- ],
1805
- [
1806
- -148.444444,
1807
- 57.944338
1808
- ],
1809
- [
1810
- -147.444444,
1811
- 60.829147
1812
- ]
1813
- ]
1814
- ]
1815
- ]
1816
- },
1817
- "crs":{
1818
- "type":"name",
1819
- "properties":{
1820
- "name":"urn:ogc:def:crs:OGC:1.3:CRS84"
1821
- }
1822
- },
1823
- "properties":{
1824
- "featureName":"Project boundary multi polygon",
1825
- "description":"Two bounding polygons, the second with holes",
1826
- "includesData":true
1827
- }
1828
- }
1829
- ]
1830
- }
1831
- ]
1832
- },
1833
- {
1834
- "description":"Spatial extent for GeoJSON FeatureCollection",
1835
- "geographicElement":[
1836
- {
1837
- "type":"FeatureCollection",
1838
- "id":"barrowSiteMap",
1839
- "properties":{
1840
- "featureName":"North Slope Borehole Locations",
1841
- "description":"Borehole Locations for DOI/GTN-P Deep Borehole Array",
1842
- "includesData":true
1843
- },
1844
- "crs":{
1845
- "type":"name",
1846
- "properties":{
1847
- "name":"EPSG:4326"
1848
- }
1849
- },
1850
- "features":[
1851
- {
1852
- "type":"Feature",
1853
- "id":"borehole010",
1854
- "geometry":{
1855
- "type":"Point",
1856
- "coordinates":[
1857
- -151.717181,
1858
- 70.556119,
1859
- 2
1860
- ]
1861
- },
1862
- "properties":{
1863
- "featureName":"Atigaru",
1864
- "description":"Deep permafrost borehole",
1865
- "includesData":true,
1866
- "identifier":[
1867
- {
1868
- "identifier":"US 01",
1869
- "authority":{
1870
- "title":"Global Terrestrial Network for Permafrost Identifiers",
1871
- "responsibleParty":[
1872
- {
1873
- "contactId":"8",
1874
- "role":"originator"
1875
- }
1876
- ],
1877
- "onlineResource":[
1878
- {
1879
- "uri":"http://www.gtnp.org"
1880
- }
1881
- ]
1882
- }
1883
- },
1884
- {
1885
- "identifier":"ATI",
1886
- "authority":{
1887
- "title":"US Geological Survey borehole identifier",
1888
- "responsibleParty":[
1889
- {
1890
- "contactId":"3",
1891
- "role":"originator"
1892
- }
1893
- ],
1894
- "onlineResource":[
1895
- {
1896
- "uri":"http://data.usgs.gov/climateMonitoring/region/show?region=alaska"
1897
- }
1898
- ]
1899
- }
1900
- }
1901
- ],
1902
- "featureScope":"borehole",
1903
- "featureAcquisitionMethod":"DGPS",
1904
- "temporalElement":{
1905
- "timePeriod":[
1906
- {
1907
- "id":"timePeriod010",
1908
- "description":"Period of borehole operation",
1909
- "beginPosition":"1977-12-14"
1910
- }
1911
- ]
1912
- }
1913
- }
1914
- },
1915
- {
1916
- "type":"Feature",
1917
- "id":"borehole020",
1918
- "geometry":{
1919
- "type":"Point",
1920
- "coordinates":[
1921
- -158.022575,
1922
- 69.153217,
1923
- 337
1924
- ]
1925
- },
1926
- "properties":{
1927
- "featureName":"Awuna",
1928
- "description":"Deep permafrost borehole",
1929
- "includesData":true,
1930
- "identifier":[
1931
- {
1932
- "identifier":"US 02",
1933
- "authority":{
1934
- "title":"Global Terrestrial Network for Permafrost Identifiers"
1935
- }
1936
- },
1937
- {
1938
- "identifier":"AWUN",
1939
- "authority":{
1940
- "title":"US Geological Survey borehole identifier"
1941
- }
1942
- }
1943
- ],
1944
- "featureScope":"borehole",
1945
- "featureAcquisitionMethod":"DGPS",
1946
- "temporalElement":{
1947
- "timePeriod":[
1948
- {
1949
- "id":"timePeriod0120",
1950
- "description":"Period of borehole operation",
1951
- "beginPosition":"1981-08-22",
1952
- "endPosition":"1982-08-22"
1953
- }
1954
- ]
1955
- }
1956
- }
1957
- },
1958
- {
1959
- "type":"Feature",
1960
- "id":"",
1961
- "geometry":{
1962
- "type":"Point",
1963
- "coordinates":[
1964
- -151.717181,
1965
- 70.879761,
1966
- 5
1967
- ]
1968
- },
1969
- "properties":{
1970
- "featureName":"Drew Point",
1971
- "description":"Deep permafrost borehole",
1972
- "includesData":true,
1973
- "identifier":[
1974
- {
1975
- "identifier":"US 03",
1976
- "authority":{
1977
- "title":"Global Terrestrial Network for Permafrost Identifiers"
1978
- }
1979
- },
1980
- {
1981
- "identifier":"DWPT",
1982
- "authority":{
1983
- "title":"US Geological Survey borehole identifier"
1984
- }
1985
- }
1986
- ],
1987
- "featureScope":"borehole",
1988
- "featureAcquisitionMethod":"DGPS",
1989
- "temporalElement":{
1990
- "timePeriod":[
1991
- {
1992
- "id":"timePeriod030",
1993
- "description":"Period of borehole operation",
1994
- "beginPosition":"1987-09-17",
1995
- "endPosition":"2007-08-13"
1996
- }
1997
- ]
1998
- },
1999
- "verticalElement":[
2000
- {
2001
- "minimumValue":-653,
2002
- "maximumValue":12,
2003
- "verticalCRSTitle":"NAVD88 depth",
2004
- "verticalCRSUri":"http://www.epsg-registry.org/export.htm?gml=urn:ogc:def:crs:EPSG::6357"
2005
- }
2006
- ]
2007
- }
2008
- }
2009
- ]
2010
- }
2011
- ]
2012
- }
2013
- ],
2014
- "gridInfo":[
2015
- {
2016
- "numberOfDimensions":2,
2017
- "dimension":[
2018
- {
2019
- "dimensionType":"column",
2020
- "dimensionSize":800,
2021
- "resolution":10,
2022
- "resolutionUnit":"Meter",
2023
- "dimensionTitle":"x-axis",
2024
- "dimensionDescription":"The x-axis."
2025
- },
2026
- {
2027
- "dimensionType":"row",
2028
- "dimensionSize":600,
2029
- "resolution":10,
2030
- "resolutionUnit":"Meter",
2031
- "dimensionTitle":"y-axis",
2032
- "dimensionDescription":"The y-axis."
2033
- }
2034
- ],
2035
- "cellGeometry":"area",
2036
- "transformationParameterAvailability":false
2037
- }
2038
- ],
2039
- "coverageInfo":[
2040
- {
2041
- "coverageType":"image",
2042
- "coverageName":"Wildcast",
2043
- "coverageDescription":"Aerial photography flown along the Noatak River",
2044
- "processingLevel":{
2045
- "identifier":"A215",
2046
- "type":"local code",
2047
- "namespace":"Alaska Aerial Services",
2048
- "version":"1.1",
2049
- "description":"Description of processing leve goes here",
2050
- "authority":{
2051
- "title":"Alaska Aerial Services"
2052
- }
2053
- },
2054
- "imageInfo":{
2055
- "illuminationElevationAngle":60.0,
2056
- "illuminationAzimuthAngle":196.0,
2057
- "imagingCondition":"snow",
2058
- "imageQuality":{
2059
- "identifier":"good",
2060
- "type":"code",
2061
- "namespace":"ISO 1588",
2062
- "version":"2003",
2063
- "description":"ISO code for image quality (fake)"
2064
- },
2065
- "cloudCoverPercent":15.0,
2066
- "compressionQuantity":9,
2067
- "triangulationIndicator":true,
2068
- "radiometricCalibrationAvailable":false,
2069
- "cameraCalibrationAvailable":true,
2070
- "filmDistortionAvailable":true,
2071
- "lensDistortionAvailable":true
2072
- }
2073
- },
2074
- {
2075
- "coverageType":"thematicClassification",
2076
- "coverageName":"land use land cover",
2077
- "coverageDescription":"description of land use and land cover types in MatSu borough",
2078
- "coverageItem":[
2079
- {
2080
- "itemName":"land cover",
2081
- "itemType":"integer",
2082
- "itemDescription":"land cover classification",
2083
- "minValue":1,
2084
- "maxValue":11,
2085
- "units":"none",
2086
- "classifiedData":{
2087
- "numberOfClasses":2,
2088
- "classifiedDataItem":[
2089
- {
2090
- "className":"forest",
2091
- "classDescription":"undeveloped birch, cotton wood, or spruce forest",
2092
- "classValue":1
2093
- },
2094
- {
2095
- "className":"lake",
2096
- "classDescription":"lakes, ponds, or other non-moving surface water",
2097
- "classValue":2
2098
- }
2099
- ]
2100
- }
2101
- },
2102
- {
2103
- "itemName":"land use",
2104
- "itemType":"integer",
2105
- "itemDescription":"land use classification",
2106
- "minValue":1,
2107
- "maxValue":39,
2108
- "units":"none",
2109
- "scaleFactor":999.99,
2110
- "offset":999.99,
2111
- "meanValue":999.99,
2112
- "standardDeviation":999.999,
2113
- "bitsPerValue":8,
2114
- "classifiedData":{
2115
- "numberOfClasses":2,
2116
- "classifiedDataItem":[
2117
- {
2118
- "className":"recreation",
2119
- "classDescription":"public access lands for recreation",
2120
- "classValue":1
2121
- },
2122
- {
2123
- "className":"agriculture",
2124
- "classDescription":"cultivated land for farm or agriculture",
2125
- "classValue":2
2126
- }
2127
- ]
2128
- }
2129
- }
2130
- ]
2131
- },
2132
- {
2133
- "coverageType":"physicalMeasurement",
2134
- "coverageName":"PeNDAP",
2135
- "coverageDescription":"sst-50km-aggregation",
2136
- "coverageItem":[
2137
- {
2138
- "itemName":"analysis temperature",
2139
- "itemType":"real",
2140
- "itemDescription":"The latest sea surface temperature calculated based ...",
2141
- "minValue":-850.0,
2142
- "maxValue":610,
2143
- "units":"(degrees Celsius)*10",
2144
- "scaleFactor":1.0
2145
- },
2146
- {
2147
- "itemName":"sea surface temperature",
2148
- "itemType":"real",
2149
- "itemDescription":"Sea surface temperature is usually abbreviated SST ...",
2150
- "minValue":-850.0,
2151
- "maxValue":610,
2152
- "units":"degrees Celsius",
2153
- "scaleFactor":10.0
2154
- }
2155
- ]
2156
- },
2157
- {
2158
- "coverageType":"physicalMeasurement",
2159
- "coverageName":"MODIS",
2160
- "coverageDescription":"Moderate Resolution Imaging Spectroradiometer",
2161
- "coverageItem":[
2162
- {
2163
- "itemName":"Band 1",
2164
- "itemType":"Radiometric response",
2165
- "itemDescription":"Land/Cloud/Aerosols boundaries definitions",
2166
- "minValue":626.3,
2167
- "maxValue":658.2,
2168
- "units":"nanometers",
2169
- "scaleFactor":1,
2170
- "offset":0,
2171
- "meanValue":648.5,
2172
- "standardDeviation":1.2,
2173
- "bitsPerValue":12,
2174
- "sensorInfo":{
2175
- "toneGradations":9,
2176
- "sensorMin":620,
2177
- "sensorMax":670,
2178
- "sensorUnits":"nanometers",
2179
- "sensorPeakResponse":650
2180
- }
2181
- },
2182
- {
2183
- "itemName":"Band 2",
2184
- "itemType":"Radiometric response",
2185
- "itemDescription":"Land/Cloud/Aerosols boundaries definitions",
2186
- "minValue":846.1,
2187
- "maxValue":871.9,
2188
- "units":"nanometers",
2189
- "scaleFactor":1,
2190
- "bitsPerValue":12,
2191
- "sensorInfo":{
2192
- "sensorMin":841,
2193
- "sensorMax":876,
2194
- "sensorUnits":"nanometers",
2195
- "sensorPeakResponse":860
2196
- }
2197
- }
2198
- ]
2199
- }
2200
- ],
2201
- "dataQualityInfo":[
2202
- {
2203
- "scope":"dataset",
2204
- "lineage":{
2205
- "statement":"derived from that other dataset",
2206
- "processStep":[
2207
- {
2208
- "stepId":"135b",
2209
- "description":"Manually combed through to find obvious junk data values, changed value to 999999999999999999999",
2210
- "rationale":"It had to be done!",
2211
- "dateTime":"2011-08-23",
2212
- "processor":[
2213
- {
2214
- "contactId":"3",
2215
- "role":"processor"
2216
- },
2217
- {
2218
- "contactId":"2",
2219
- "role":"publisher"
2220
- }
2221
- ]
2222
- },
2223
- {
2224
- "description":"changed junk data value to 9999",
2225
- "rationale":"Way too many 9's that first time.",
2226
- "dateTime":"2013-08-28",
2227
- "processor":[
2228
- {
2229
- "contactId":"4",
2230
- "role":"processor"
2231
- }
2232
- ]
2233
- }
2234
- ],
2235
- "source":[
2236
- {
2237
- "description":"For this work, a mesoscale numerical model (WRF) will be initialized using the National Centers for Environmental Prediction (NCEP) North American Regional Reanalysis (NARR) output at 32-km resolution. The NARR data provides the “best-guess” analysis of atmospheric conditions for use in historical studies. The NARR domain covers all of North and Central America, much of the northeastern Pacific and northern Atlantic Oceans, including Alaska and Hawaii. Ten years of NARR data will be used (1 Jan 2000 – 31 Dec 2009).",
2238
- "citation":{
2239
- "title":"Very High-Resolution Dynamic Downscaling of Regional Climate and Hydrology",
2240
- "date":[
2241
- {
2242
- "date":"2000-01-21",
2243
- "dateType":"publication"
2244
- }
2245
- ],
2246
- "edition":"version 1.2.0",
2247
- "responsibleParty":[
2248
- {
2249
- "contactId":"1",
2250
- "role":"originator"
2251
- }
2252
- ],
2253
- "presentationForm":[
2254
- "documentDigital"
2255
- ],
2256
- "identifier":[
2257
- {
2258
- "type":"isbn",
2259
- "identifier":"HB12365.214"
2260
- },
2261
- {
2262
- "type":"issn",
2263
- "identifier":"0ab4-dd983c01"
2264
- }
2265
- ]
2266
- },
2267
- "processStep":[
2268
- {
2269
- "stepId":"135bc",
2270
- "description":"The NARR data will be used to initialize the WRF model. The NARR data cannot be used by the WRF directly. Instead, WRF-required initial data and lateral data will be created from the NARR data using the WRF Preprocessing System (WPS) utilities. In addition, the 32-km grid resolution of the NARR data will be objectively analyzed to the WRF 4-km grid. ",
2271
- "rationale":"It had to be done!",
2272
- "dateTime":"2013-08-13",
2273
- "processor":[
2274
- {
2275
- "contactId":"3",
2276
- "role":"processor"
2277
- }
2278
- ]
2279
- },
2280
- {
2281
- "stepId":"135bd",
2282
- "description":"The Hawaii Forest Bird Survey Vegetation Database includes data for over 40,400 vegetation plots that were sampled on the island of Hawaii in 1977. This database records with cover data that can be used for modeling their distribution abundance.",
2283
- "rationale":"It had to be done!",
2284
- "dateTime":"2013-08-13",
2285
- "processor":[
2286
- {
2287
- "contactId":"3",
2288
- "role":"processor"
2289
- }
2290
- ]
2291
- }
2292
- ]
2293
- },
2294
- {
2295
- "description":"We got this dataset from those guys in Fairbanks."
2296
- }
2297
- ]
2298
- }
2299
- },
2300
- {
2301
- "scope":"dataset",
2302
- "lineage":{
2303
- "statement":"This is that other dataset that you might have heard about.",
2304
- "source":[
2305
- {
2306
- "description":"This dataset came from somewhere. It was collected by so and so.",
2307
- "citation":{
2308
- "title":"Example_dataset_20111009_turner_v1-12.csv",
2309
- "date":[
2310
- {
2311
- "date":"2011-10-09",
2312
- "dateType":"revision"
2313
- }
2314
- ]
2315
- }
2316
- }
2317
- ]
2318
- }
2319
- },
2320
- {
2321
- "scope":"series",
2322
- "lineage":{
2323
- "statement":"This series is made up of those datasets."
2324
- }
2325
- },
2326
- {
2327
- "scope":"dataset",
2328
- "lineage":{
2329
- "statement":"This another ctd datas from the GAK1 location.",
2330
- "processStep":[
2331
- {
2332
- "description":"This is how this dataset was processed."
2333
- }
2334
- ]
2335
- }
2336
- },
2337
- {
2338
- "scope":"dataset",
2339
- "lineage":{
2340
- "statement":"This series is made up of those datasets.",
2341
- "source":[
2342
- {
2343
- "description":"We got this dataset from those guys in Fairbanks."
2344
- }
2345
- ]
2346
- }
2347
- }
2348
- ],
2349
- "supplementalInfo":"There is a lot more I could say, but won't"
2350
- },
2351
- "distributionInfo":[
2352
- {
2353
- "distributorContact":{
2354
- "contactId":"4",
2355
- "role":"custodian"
2356
- },
2357
- "distributionOrderProcess":[
2358
- {
2359
- "fees":"0.00USD",
2360
- "plannedAvailabilityDateTime":"2013-06-21T00:00:00-08:00",
2361
- "orderingInstructions":"Call 555-1212 and yell at the operator",
2362
- "turnaround":"up to 3 hours"
2363
- },
2364
- {
2365
- "fees":"3.00USD",
2366
- "turnaround":"immediate"
2367
- }
2368
- ],
2369
- "distributorTransferOptions":[
2370
- {
2371
- "distributorFormat":[
2372
- {
2373
- "formatName":"netCDF",
2374
- "version":"4.0",
2375
- "compressionMethod": "zip"
2376
- },
2377
- {
2378
- "formatName":"Excel Spreadsheet",
2379
- "version":"xlsx"
2380
- },
2381
- {
2382
- "formatName":"CSV"
2383
- }
2384
- ],
2385
- "transferSize": 9.9,
2386
- "transferSizeUnits": "kB",
2387
- "online":[
2388
- {
2389
- "uri":"http://aoos.org/aoos-data-resources",
2390
- "name":"AOOS Data Resources",
2391
- "description":"This page provides links to interactive maps and data discovery tools.",
2392
- "function":"information"
2393
- },
2394
- {
2395
- "uri":"http://aoos.org/fake_resource_location"
2396
- }
2397
- ],
2398
- "offline":{
2399
- "name":"dvd",
2400
- "mediumCapacity": 4.7,
2401
- "mediumCapacityUnits": "GB",
2402
- "mediumFormat":"iso9660",
2403
- "mediumNote":"To receive a dvd in the mail, contact the distributor POC."
2404
- }
2405
- }
2406
- ]
2407
- },
2408
- {
2409
- "distributorContact":{
2410
- "contactId":"5",
2411
- "role":"distributor"
2412
- }
2413
- }
2414
- ],
2415
- "associatedResource":[
2416
- {
2417
- "associationType":"crossReference",
2418
- "initiativeType":"collection",
2419
- "resourceType":"dataset",
2420
- "resourceCitation":{
2421
- "title":"U.S. Geological Survey's Borehole Temperature Logs from Arctic Alaska, pre-1989",
2422
- "date":[
2423
- {
2424
- "date":"1989",
2425
- "dateType":"creation"
2426
- }
2427
- ],
2428
- "responsibleParty":[
2429
- {
2430
- "contactId":"5",
2431
- "role":"pointOfContact"
2432
- }
2433
- ],
2434
- "presentationForm":[
2435
- "digitalData"
2436
- ],
2437
- "identifier":[
2438
- {
2439
- "authority":{
2440
- "title":"NCCWSC Grant Award Number",
2441
- "responsibleParty":[
2442
- {
2443
- "contactId":"9",
2444
- "role":"funder"
2445
- }
2446
- ]
2447
- },
2448
- "identifier":"2014AKCSC-03"
2449
- }
2450
- ],
2451
- "onlineResource":[
2452
- {
2453
- "uri":"http://esp.cr.usgs.gov/data/bht_alaska/",
2454
- "protocol":"http",
2455
- "description":"This dataset consists of borehole temperature measurements acquired in permafrost regions of arctic Alaska between 1950 and 1988 by the U.S. Geological Survey. A large number of the 87 sites (boreholes) represented in this dataset are deep enough to penetrate the base of permafrost."
2456
- }
2457
- ]
2458
- },
2459
- "metadataCitation":{
2460
- "title":"Borehole Temperature Logs Metadata",
2461
- "date":[
2462
- {
2463
- "date":"2013-08-15",
2464
- "dateType":"revision"
2465
- }
2466
- ],
2467
- "edition":"0.6.0",
2468
- "responsibleParty":[
2469
- {
2470
- "contactId":"5",
2471
- "role":"owner"
2472
- }
2473
- ],
2474
- "presentationForm":[
2475
- "digitalDocument"
2476
- ],
2477
- "onlineResource":[
2478
- {
2479
- "uri":"http://alaska.usgs.gov/rex/adiwg/public/projects/263?format=xml",
2480
- "protocol":"HTTP",
2481
- "name":"",
2482
- "description":"project metadata record",
2483
- "function":""
2484
- }
2485
- ]
2486
- }
2487
- }
2488
- ],
2489
- "additionalDocumentation":[
2490
- {
2491
- "resourceType":"publication",
2492
- "citation":{
2493
- "title":"A new high_precision borehole-temperature logging system used at GISP2, Greenland, and Taylor Dome, Antarctica",
2494
- "date":[
2495
- {
2496
- "date":"1996",
2497
- "dateType":"publication"
2498
- }
2499
- ],
2500
- "responsibleParty":[
2501
- {
2502
- "contactId":"5",
2503
- "role":"author"
2504
- }
2505
- ],
2506
- "presentationForm":[
2507
- "documentDigital"
2508
- ],
2509
- "onlineResource":[
2510
- {
2511
- "uri":"http://www.igsoc.org/journal.old/42/142/igs_journal_vol42_issue142_pg576-584.pdf",
2512
- "protocol":"http",
2513
- "name":"Journal of Glaciology",
2514
- "description":"Publication document",
2515
- "function":"download"
2516
- }
2517
- ]
2518
- }
2519
- },
2520
- {
2521
- "resourceType":"awardInfo",
2522
- "citation":{
2523
- "title":"Thermal State of Permafrost (TSP): The US Contribution to the International Permafrost Observatory Network",
2524
- "date":[
2525
- {
2526
- "date":"2006",
2527
- "dateType":"award"
2528
- }
2529
- ],
2530
- "responsibleParty":[
2531
- {
2532
- "contactId":"9",
2533
- "role":"funder"
2534
- }
2535
- ],
2536
- "presentationForm":[
2537
- "documentDigital"
2538
- ],
2539
- "onlineResource":[
2540
- {
2541
- "uri":"http://www.nsf.gov/awardsearch/showAward?AWD_ID=0520578",
2542
- "protocol":"http",
2543
- "name":"U.S. National Science Foundation Award database",
2544
- "description":"Grant award"
2545
- }
2546
- ]
2547
- }
2548
- }
2549
- ]
2550
- },
2551
- "dataDictionary":[
2552
- {
2553
- "dictionaryInfo":{
2554
- "citation":{
2555
- "title":"Project Metadata Database",
2556
- "date":[
2557
- {
2558
- "date":"2014-11-24",
2559
- "dateType":"creation"
2560
- }
2561
- ],
2562
- "edition":"14.0.2",
2563
- "responsibleParty":[
2564
- {
2565
- "contactId":"8",
2566
- "role":"author"
2567
- }
2568
- ]
2569
- },
2570
- "description":"Data dictionary for the ADIwg project metadata standard for 2011 based on the FGDC standard.",
2571
- "resourceType":"database",
2572
- "language":"eng; US",
2573
- "includedWithDataset":true
2574
- },
2575
- "domain":[
2576
- {
2577
- "domainId":"domain001",
2578
- "commonName":"agency type",
2579
- "codeName":"AGENCY_TYPE",
2580
- "description":"Legal classification for the organization.",
2581
- "member":[
2582
- {
2583
- "name":"federal government",
2584
- "value":"federal",
2585
- "definition":"An organization withing the federal government."
2586
- },
2587
- {
2588
- "name":"state government",
2589
- "value":"state",
2590
- "definition":"An organization withing a state or provincial government."
2591
- },
2592
- {
2593
- "name":"local government",
2594
- "value":"local",
2595
- "definition":"An organization withing a local county, city, or municipal government."
2596
- },
2597
- {
2598
- "name":"private business",
2599
- "value":"private",
2600
- "definition":"A private for-profit business."
2601
- },
2602
- {
2603
- "name":"non-profit business",
2604
- "value":"nonProfit",
2605
- "definition":"A private non-profit business."
2606
- },
2607
- {
2608
- "name":"academic institute",
2609
- "value":"academic",
2610
- "definition":"An organization of higher learning such as a college or university."
2611
- },
2612
- {
2613
- "name":"military",
2614
- "value":"military",
2615
- "definition":"An organization within a recognized military structure such as the Army. Navy, or Air Force."
2616
- }
2617
- ]
2618
- },
2619
- {
2620
- "domainId":"domain002",
2621
- "commonName":"agency address type",
2622
- "codeName":"ADDRESS_TYPE",
2623
- "description":"Type of agency address.",
2624
- "member":[
2625
- {
2626
- "name":"mailing address",
2627
- "value":"mailing",
2628
- "definition":"The preferred address for receiving mail. May be a physical address or P.O. Box."
2629
- },
2630
- {
2631
- "name":"physical address",
2632
- "value":"physical",
2633
- "definition":"The street address of the agency."
2634
- }
2635
- ]
2636
- },
2637
- {
2638
- "domainId":"domain003",
2639
- "commonName":"sky cover code",
2640
- "codeName":"sky_cover_code",
2641
- "description":"NH (Amount of the sky covered by all clouds) is part of the Cloud/WX mandatory 9 digit group. All nine digits must be entered, regardless of the presence or absence of clouds or significant weather conditions. Cloud/WX group format: NH CL h CM CH W W W W",
2642
- "member":[
2643
- {
2644
- "name":"0",
2645
- "value":"0",
2646
- "definition":"clear skys"
2647
- },
2648
- {
2649
- "name":"1",
2650
- "value":"1",
2651
- "definition":"1 okta or less, 1/10 or less, but not zero"
2652
- },
2653
- {
2654
- "name":"2",
2655
- "value":"2",
2656
- "definition":"2 oktas 2/10 - 3/10"
2657
- },
2658
- {
2659
- "name":"7",
2660
- "value":"7",
2661
- "definition":"7 oktas or more, 9/10 or more, but not 8 oktas but not 10/10"
2662
- },
2663
- {
2664
- "name":"8",
2665
- "value":"8",
2666
- "definition":"8 oktas, 10/10"
2667
- },
2668
- {
2669
- "name":"9",
2670
- "value":"9",
2671
- "definition":"Sky obscured by for and/or other meteorolocial phenonena / Cloud cover is indiscernible for reasons other than for or other meteorological phenomena such as smoke, or observation is not made."
2672
- }
2673
- ]
2674
- },
2675
- {
2676
- "domainId":"domain004",
2677
- "commonName":"low cloud type",
2678
- "codeName":"low_cloud_cover_type",
2679
- "description":"CL (low cloud type) is part of the Cloud/WX mandatory 9 digit group. All nine digits must be entered, regardless of the presence or absence of clouds or significant weather conditions. CL = type of low cloud, based on the priority given. A solidus (/) is reported if CL clouds are not visible owing to fog or similar obscuring phenomena. Cloud/WX group format: NH CL h CM CH W W W W",
2680
- "member":[
2681
- {
2682
- "name":"0",
2683
- "value":"0",
2684
- "definition":"No CL clouds -- no cumulus, cumulonimbus, stratocumulus, or stratus."
2685
- },
2686
- {
2687
- "name":"3",
2688
- "value":"3",
2689
- "definition":"If cumulonimbus are present, with or without other clouds, CL=3 if the upper part of none of the cumulonimbus clouds present is clearly fibrous or striated."
2690
- },
2691
- {
2692
- "name":"4",
2693
- "value":"4",
2694
- "definition":"If no cumulonimbus present, CL=4 if stratocumulus formed by the spreading out of cumulus is present."
2695
- },
2696
- {
2697
- "name":"8",
2698
- "value":"8",
2699
- "definition":"If no cumulonimbus present, CL=8 if the CL code figure 4 is not applicable and if cumulus and stratocumulus clouds with bases at different levels are present."
2700
- },
2701
- {
2702
- "name":"9",
2703
- "value":"9",
2704
- "definition":"If cumulonimbus are present, with or without other clouds, CL=9 if the upper part of at least one of the cumulonimbus clouds present is clearly fibrous or striated."
2705
- },
2706
- {
2707
- "name":"/",
2708
- "value":"/",
2709
- "definition":"CL clouds are not visible owing to fog or similar obscuring phenomena."
2710
- }
2711
- ]
2712
- }
2713
- ],
2714
- "entity":[
2715
- {
2716
- "entityId":"entity001",
2717
- "commonName":"agency",
2718
- "codeName":"AGENCY",
2719
- "alias":[
2720
- "partners"
2721
- ],
2722
- "definition":"Organizations providing some contribution to Alaska Science Center research.",
2723
- "primaryKeyAttributeCodeName":[
2724
- "agency_id"
2725
- ],
2726
- "index":[
2727
- {
2728
- "codeName":"ui_agencyCode",
2729
- "allowDuplicates":false,
2730
- "attributeCodeName":[
2731
- "agency_code"
2732
- ]
2733
- }
2734
- ],
2735
- "attribute":[
2736
- {
2737
- "commonName":"agency ID",
2738
- "codeName":"agency_id",
2739
- "alias":[
2740
- "id",
2741
- "agencyid"
2742
- ],
2743
- "definition":"Unique sequential ID for the agency assigned by the database.",
2744
- "dataType":"integer",
2745
- "allowNull":false
2746
- },
2747
- {
2748
- "commonName":"agency code",
2749
- "codeName":"agency_code",
2750
- "definition":"Unique alphanumeric ID for the agency assigned by the data steward.",
2751
- "dataType":"varchar(25)",
2752
- "allowNull":false,
2753
- "domainId":"domain001"
2754
- },
2755
- {
2756
- "commonName":"agency type code",
2757
- "codeName":"agency_type_code",
2758
- "definition":"Agency legal organization classification.",
2759
- "dataType":"varchar(25)",
2760
- "allowNull":false
2761
- },
2762
- {
2763
- "commonName":"agency name",
2764
- "codeName":"agency_name",
2765
- "definition":"Name of agency.",
2766
- "dataType":"varchar(100)",
2767
- "allowNull":false
2768
- },
2769
- {
2770
- "commonName":"agency comment",
2771
- "codeName":"comment",
2772
- "definition":"Supplemental information about the agency.",
2773
- "dataType":"varchar(500)",
2774
- "allowNull":true
2775
- },
2776
- {
2777
- "commonName":"time stamp",
2778
- "codeName":"ts",
2779
- "definition":"datetime of creation or latest update - maintained by system",
2780
- "dataType":"datetime",
2781
- "allowNull":false
2782
- }
2783
- ]
2784
- },
2785
- {
2786
- "entityId":"entity002",
2787
- "commonName":"agency address",
2788
- "codeName":"ADDRESS",
2789
- "alias":[
2790
- "address",
2791
- "ag_address"
2792
- ],
2793
- "definition":"Addresses for an AGENCY",
2794
- "primaryKeyAttributeCodeName":[
2795
- "agency_id",
2796
- "address_type_code"
2797
- ],
2798
- "attribute":[
2799
- {
2800
- "commonName":"agency ID",
2801
- "codeName":"agency_id",
2802
- "definition":"Unique sequential ID for the agency assigned by the database.",
2803
- "dataType":"integer",
2804
- "allowNull":false
2805
- },
2806
- {
2807
- "commonName":"address type",
2808
- "codeName":"address_type_code",
2809
- "definition":"Type of address.",
2810
- "dataType":"varchar(25)",
2811
- "allowNull":false,
2812
- "domainId":"domain002"
2813
- },
2814
- {
2815
- "commonName":"street address",
2816
- "codeName":"street",
2817
- "alias":[
2818
- "street_add"
2819
- ],
2820
- "definition":"Street and street number or P.O. Box number.",
2821
- "dataType":"varchar(100)",
2822
- "allowNull":false
2823
- },
2824
- {
2825
- "commonName":"city",
2826
- "codeName":"city",
2827
- "definition":"City name.",
2828
- "dataType":"varchar(50)",
2829
- "allowNull":false
2830
- },
2831
- {
2832
- "commonName":"state",
2833
- "codeName":"state_code",
2834
- "definition":"State or province code",
2835
- "dataType":"char(3)",
2836
- "allowNull":false
2837
- },
2838
- {
2839
- "commonName":"zip code",
2840
- "codeName":"postal_code",
2841
- "definition":"Postal code.",
2842
- "dataType":"char(9)",
2843
- "allowNull":true
2844
- },
2845
- {
2846
- "commonName":"office distance",
2847
- "codeName":"distance",
2848
- "definition":"Distance from main office.",
2849
- "dataType":"decimal",
2850
- "allowNull":true,
2851
- "units":"miles",
2852
- "minValue":"20",
2853
- "maxValue":"2000"
2854
- }
2855
- ],
2856
- "index":[
2857
- {
2858
- "codeName":"ui_street",
2859
- "allowDuplicates":true,
2860
- "attributeCodeName":[
2861
- "street"
2862
- ]
2863
- }
2864
- ],
2865
- "foreignKey":[
2866
- {
2867
- "localAttributeCodeName":[
2868
- "agency_id"
2869
- ],
2870
- "referencedEntityCodeName":"AGENCY",
2871
- "referencedAttributeCodeName":[
2872
- "agency_id"
2873
- ]
2874
- }
2875
- ]
2876
- },
2877
- {
2878
- "entityId":"entity003",
2879
- "commonName":"weather station",
2880
- "codeName":"WEATHER_STATION",
2881
- "definition":"Table describing weather permanent and semi-permanent weather all-season recording stations in Alaska.",
2882
- "primaryKeyAttributeCodeName":[
2883
- "station_id"
2884
- ],
2885
- "attribute":[
2886
- {
2887
- "commonName":"weather station id",
2888
- "codeName":"station_id",
2889
- "definition":"Unique identifier for weather station.",
2890
- "dataType":"integer",
2891
- "allowNull":false
2892
- },
2893
- {
2894
- "commonName":"weather station name",
2895
- "codeName":"station_name",
2896
- "definition":"Common name for the weather station.",
2897
- "dataType":"varchar(100)",
2898
- "allowNull":false
2899
- },
2900
- {
2901
- "commonName":"station latitude",
2902
- "codeName":"latitude",
2903
- "definition":"Latitude of weather station.",
2904
- "dataType":"decimal",
2905
- "allowNull":false,
2906
- "units":"degree",
2907
- "minValue":"-90.0",
2908
- "maxValue":"90.0"
2909
- },
2910
- {
2911
- "commonName":"station longitude",
2912
- "codeName":"longitude",
2913
- "definition":"Longitude of weather station.",
2914
- "dataType":"decimal",
2915
- "allowNull":false,
2916
- "units":"degree",
2917
- "minValue":"-180.0",
2918
- "maxValue":"180.0"
2919
- },
2920
- {
2921
- "commonName":"station elevation",
2922
- "codeName":"elevation_M",
2923
- "definition":"Elevation of weather station above sea level in meters.",
2924
- "dataType":"decimal",
2925
- "allowNull":true,
2926
- "units":"meter",
2927
- "minValue":"0",
2928
- "maxValue":"3000"
2929
- }
2930
- ]
2931
- },
2932
- {
2933
- "entityId":"entity004",
2934
- "commonName":"weather station observation",
2935
- "codeName":"WEATHER_STATION_OBSERVATION",
2936
- "definition":"Table of discontinuous weather station observation records including temperature, humidity, wind, precipitation, and cloud cover.",
2937
- "primaryKeyAttributeCodeName":[
2938
- "obs_id"
2939
- ],
2940
- "attribute":[
2941
- {
2942
- "commonName":"weather observation ID",
2943
- "codeName":"obs_id",
2944
- "definition":"Unique identifier of a single weather station observation record.",
2945
- "dataType":"integer",
2946
- "allowNull":false
2947
- },
2948
- {
2949
- "commonName":"weather station ID",
2950
- "codeName":"station_id",
2951
- "definition":"Unique identifier for weather station.",
2952
- "dataType":"integer",
2953
- "allowNull":false
2954
- },
2955
- {
2956
- "commonName":"observation date and time",
2957
- "codeName":"obs_datetime",
2958
- "definition":"Date and UTC with offset 24h time the weather observation was made.",
2959
- "dataType":"datetime",
2960
- "allowNull":false
2961
- },
2962
- {
2963
- "commonName":"ambient air temperature Celsius",
2964
- "codeName":"air_temp_C",
2965
- "definition":"Ambient air temperature recorded at weather station in degrees Celsius.",
2966
- "dataType":"decimal",
2967
- "allowNull":false,
2968
- "units":"degC",
2969
- "minValue":"-60",
2970
- "maxValue":"50"
2971
- },
2972
- {
2973
- "commonName":"ambient air temperature Fahrenheit",
2974
- "codeName":"air_temp_F",
2975
- "definition":"Ambient air temperature recorded at weather station in degrees Fahrenheit.",
2976
- "dataType":"decimal",
2977
- "allowNull":false,
2978
- "units":"degF",
2979
- "minValue":"-100",
2980
- "maxValue":"130"
2981
- },
2982
- {
2983
- "commonName":"daily precipitation",
2984
- "codeName":"precipitation_IN",
2985
- "definition":"The amount of rain fall or snow melt falling in a 24 hour period in inches.",
2986
- "dataType":"decimal",
2987
- "allowNull":false,
2988
- "units":"inch",
2989
- "minValue":"0",
2990
- "maxValue":"25"
2991
- },
2992
- {
2993
- "commonName":"daily precipitation",
2994
- "codeName":"precipitation_mm",
2995
- "definition":"The amount of rain fall or snow melt falling in a 24 hour period in millimeters.",
2996
- "dataType":"decimal",
2997
- "allowNull":false,
2998
- "units":"mm",
2999
- "minValue":"0",
3000
- "maxValue":"500"
3001
- },
3002
- {
3003
- "commonName":"wind direction",
3004
- "codeName":"wind_direction_DEG",
3005
- "definition":"Average direction wind is coming from in degrees. True north is 0 degrees.",
3006
- "dataType":"integer",
3007
- "allowNull":true,
3008
- "units":"degree",
3009
- "minValue":"0",
3010
- "maxValue":"359"
3011
- },
3012
- {
3013
- "commonName":"wind speed",
3014
- "codeName":"wind_speed_MPH",
3015
- "definition":"Average wind speed in miles per hour (MPH).",
3016
- "dataType":"integer",
3017
- "allowNull":true,
3018
- "units":"mph",
3019
- "minValue":"0",
3020
- "maxValue":"200"
3021
- },
3022
- {
3023
- "commonName":"wind speed",
3024
- "codeName":"wind_speed_KPH",
3025
- "definition":"Average wind speed in kilometers per hour (KPH).",
3026
- "dataType":"integer",
3027
- "allowNull":true,
3028
- "units":"kph",
3029
- "minValue":"0",
3030
- "maxValue":"300"
3031
- },
3032
- {
3033
- "commonName":"sky cover code",
3034
- "codeName":"sky_cover_code",
3035
- "definition":"NH (Amount of the sky covered by all clouds) is part of the Cloud/WX mandatory 9 digit group. All nine digits must be entered, regardless of the presence or absence of clouds or significant weather conditions. Cloud/WX group format: NH CL h CM CH W W W W",
3036
- "dataType":"char(1)",
3037
- "allowNull":true,
3038
- "units":"sunnyDays",
3039
- "domainId":"domain003"
3040
- },
3041
- {
3042
- "commonName":"low cloud type",
3043
- "codeName":"low_cloud_cover_code",
3044
- "definition":"CL (low cloud type) is part of the Cloud/WX mandatory 9 digit group. All nine digits must be entered, regardless of the presence or absence of clouds or significant weather conditions. CL = type of low cloud, based on the priority given. A solidus (/) is reported if CL clouds are not visible owing to fog or similar obscuring phenomena. Cloud/WX group format: NH CL h CM CH W W W W",
3045
- "dataType":"char(1)",
3046
- "allowNull":true,
3047
- "domainId":"domain004"
3048
- }
3049
- ],
3050
- "foreignKey":[
3051
- {
3052
- "localAttributeCodeName":[
3053
- "station_id"
3054
- ],
3055
- "referencedEntityCodeName":"WEATHER_STATION",
3056
- "referencedAttributeCodeName":[
3057
- "station_id"
3058
- ]
3059
- }
3060
- ]
3061
- }
3062
- ]
3063
- }
3064
- ]
3065
- }