adiwg-json_schemas 0.5.2 → 0.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/examples/extent_point.json +39 -13
- data/examples/extent_polygon.json +4 -4
- data/examples/full_example.json +195 -156
- data/examples/full_example2.json +2278 -0
- data/examples/geojson.json +428 -235
- data/examples/keywords.json +45 -40
- data/examples/lcc_project_example.json +266 -203
- data/examples/onlineResource.json +1 -2
- data/examples/resourceInfo.json +1015 -1045
- data/examples/spatialRef.json +14 -0
- data/examples/uri.json +2 -1
- data/lib/adiwg/json_schemas/version.rb +2 -2
- data/schema/schema/citation.json +16 -25
- data/schema/schema/extent.json +3 -3
- data/schema/schema/geojson/geojson.json +5 -2
- data/schema/schema/graphicOverview.json +3 -3
- data/schema/schema/keyword.json +1 -15
- data/schema/schema/metadata.json +0 -6
- data/schema/schema/onlineResource.json +0 -3
- data/schema/schema/resourceInfo.json +25 -10
- data/templates/adiwg_metadata_template.json +263 -148
- data/test/tc_schemas.rb +132 -122
- data/test/tc_utils.rb +1 -1
- metadata +4 -2
data/examples/resourceInfo.json
CHANGED
@@ -1,301 +1,237 @@
|
|
1
1
|
[
|
2
2
|
{
|
3
|
-
"citation":
|
4
|
-
"title":
|
5
|
-
"date":
|
3
|
+
"citation":{
|
4
|
+
"title":"Project Tracking System",
|
5
|
+
"date":[
|
6
6
|
{
|
7
|
-
"date":
|
8
|
-
"dateType":
|
7
|
+
"date":"2013-03-13",
|
8
|
+
"dateType":"creation"
|
9
9
|
}
|
10
10
|
],
|
11
|
-
"responsibleParty":
|
11
|
+
"responsibleParty":[
|
12
12
|
{
|
13
|
-
"contactId":
|
14
|
-
"role":
|
15
|
-
},
|
16
|
-
|
17
|
-
"
|
13
|
+
"contactId":"1",
|
14
|
+
"role":"originator"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"contactId":"2",
|
18
|
+
"role":"publisher"
|
18
19
|
}
|
19
20
|
]
|
20
21
|
},
|
21
|
-
"pointOfContact":
|
22
|
+
"pointOfContact":[
|
22
23
|
{
|
23
|
-
"contactId":
|
24
|
-
"role":
|
24
|
+
"contactId":"1",
|
25
|
+
"role":"custodian"
|
25
26
|
}
|
26
27
|
],
|
27
|
-
"abstract":
|
28
|
-
"status":
|
29
|
-
"language":
|
30
|
-
|
28
|
+
"abstract":"The Arctic LCC has developed a Project Tracking System(PTS) to assist with the management of projects. The PTS is used to track projects throughout all stages of development, from receipt of proposals through delivery of final products.",
|
29
|
+
"status":"onGoing",
|
30
|
+
"language":[
|
31
|
+
"eng; USA"
|
32
|
+
],
|
33
|
+
"resourceNativeFormat":[
|
34
|
+
{
|
35
|
+
"formatName":"ExtJS",
|
36
|
+
"version":"4.0.7"
|
37
|
+
},
|
38
|
+
{
|
39
|
+
"formatName":"PostgreSQL",
|
40
|
+
"version":"9.1"
|
41
|
+
},
|
31
42
|
{
|
32
|
-
"formatName":
|
33
|
-
"version":
|
34
|
-
}, {
|
35
|
-
"formatName": "PostgreSQL",
|
36
|
-
"version": "9.1"
|
37
|
-
}, {
|
38
|
-
"formatName": "PHP",
|
39
|
-
"version": "5.3"
|
43
|
+
"formatName":"PHP",
|
44
|
+
"version":"5.3"
|
40
45
|
}
|
41
46
|
],
|
42
|
-
"keyword":
|
43
|
-
|
44
|
-
|
45
|
-
"
|
46
|
-
"
|
47
|
-
|
48
|
-
"citation": {
|
49
|
-
"title": "NASA/Global Change Master Directory (GCMD) Earth Science Keywords.",
|
50
|
-
"date": [
|
51
|
-
{
|
52
|
-
"date": "2013-09-19",
|
53
|
-
"dateType": "revision"
|
54
|
-
}
|
55
|
-
],
|
56
|
-
"edition": "Version 8.0.0.0.0",
|
57
|
-
"responsibleParty": [
|
58
|
-
{
|
59
|
-
"contactId": "1",
|
60
|
-
"role": "originator"
|
61
|
-
}, {
|
62
|
-
"contactId": "2",
|
63
|
-
"role": "owner"
|
64
|
-
}
|
65
|
-
],
|
66
|
-
"presentationForm": ["documentDigital"],
|
67
|
-
"additionalIdentifier": {
|
68
|
-
"doi": "10.1000/182",
|
69
|
-
"isbn": "HB12365.214",
|
70
|
-
"issn": "0ab4-dd983c01"
|
71
|
-
}
|
72
|
-
}
|
73
|
-
}
|
74
|
-
}, {
|
75
|
-
"keyword": ["Oceans > Ocean temperature > Thermocline", "Oceans > Ocean Temperature > Water Temperature", "Oceans > Ocean Heat Budget > Heat Flux"],
|
76
|
-
"keywordType": "theme",
|
77
|
-
"thesaurus": {
|
78
|
-
"thesaurusLink": "http://gcmdservices.gsfc.nasa.gov/static/kms/sciencekeywords/sciencekeywords.csv",
|
79
|
-
"citation": {
|
80
|
-
"title": "NASA/Global Change Master Directory (GCMD) Earth Science Keywords.",
|
81
|
-
"date": [
|
82
|
-
{
|
83
|
-
"date": "2013-09-19",
|
84
|
-
"dateType": "revision"
|
85
|
-
}
|
86
|
-
]
|
87
|
-
}
|
88
|
-
}
|
89
|
-
}, {
|
90
|
-
"keyword": ["In Situ/Laboratory Instruments > Temperature/Humidity Sensors > Thermometers"],
|
91
|
-
"keywordType": "instrument",
|
92
|
-
"thesaurus": {
|
93
|
-
"citation": {
|
94
|
-
"title": "NASA/Global Change Master Directory (GCMD) Earth Science Keywords."
|
95
|
-
}
|
96
|
-
}
|
97
|
-
}, {
|
98
|
-
"keyword": ["In Situ/Laboratory Instruments > Temperature/Humidity Sensors > Thermometers"],
|
99
|
-
"keywordType": "instrument"
|
100
|
-
}, {
|
101
|
-
"keyword": ["In Situ/Laboratory Instruments > Temperature/Humidity Sensors > Thermometers"],
|
102
|
-
"thesaurus": {
|
103
|
-
"citation": {
|
104
|
-
"title": "NASA/Global Change Master Directory (GCMD) Earth Science Keywords."
|
105
|
-
}
|
106
|
-
}
|
107
|
-
}, {
|
108
|
-
"keyword": ["thermocline", "sea surface temperature"]
|
109
|
-
}
|
110
|
-
]
|
111
|
-
},{
|
112
|
-
"citation":{
|
113
|
-
"title":"Project Tracking System",
|
114
|
-
"date":[
|
115
|
-
{
|
116
|
-
"date":"2011-11-11",
|
117
|
-
"dateType":"publication"
|
118
|
-
},
|
119
|
-
{
|
120
|
-
"date":"2013-03-13T17:30-08:00",
|
121
|
-
"dateType":"revision"
|
122
|
-
}
|
123
|
-
],
|
124
|
-
"edition":"version 1.2.0",
|
125
|
-
"responsibleParty":[
|
126
|
-
{
|
127
|
-
"contactId":"1",
|
128
|
-
"role":"originator"
|
129
|
-
},
|
130
|
-
{
|
131
|
-
"contactId":"2",
|
132
|
-
"role":"publisher"
|
133
|
-
}
|
47
|
+
"keyword":[
|
48
|
+
{
|
49
|
+
"keyword":[
|
50
|
+
"Oceans > Ocean temperature > Thermocline",
|
51
|
+
"Oceans > Ocean Temperature > Water Temperature",
|
52
|
+
"Oceans > Ocean Heat Budget > Heat Flux"
|
134
53
|
],
|
135
|
-
"
|
136
|
-
"
|
137
|
-
"
|
138
|
-
"
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
"pointOfContact":[
|
143
|
-
{
|
144
|
-
"contactId":"1",
|
145
|
-
"role":"custodian"
|
146
|
-
}
|
147
|
-
],
|
148
|
-
"abstract":"The Arctic LCC has developed a Project Tracking System(PTS) to assist with the management of projects. The PTS is used to track projects throughout all stages of development, from receipt of proposals through delivery of final products.",
|
149
|
-
"status":"onGoing",
|
150
|
-
"language":[
|
151
|
-
"eng; USA",
|
152
|
-
"spa; Spanish; Castilian"
|
153
|
-
],
|
154
|
-
"purpose":"The LAS files can be used to create DEMs and also to extract topographic data in software that does not support raster data. Other surface features can also be extracted with custom applications. LiDAR data has a wide range of uses such as earthquake hazard studies, hydrologic modeling, forestry, coastal engineering, roadway and pipeline engineering, flood plain mapping, wetland studies, geologic studies and a variety of analytical and cartographic projects.",
|
155
|
-
"credit":[
|
156
|
-
"FEMA",
|
157
|
-
"Washington DNR and Lewis County",
|
158
|
-
"Puget Sound LiDAR Consortium (PSLC) - The PSLC is supported by the Puget Sound Regional Council, the National Aeronautical and Space Administration (NASA), the United States Geological Survey (USGS) and numerous partners in local, state, and tribal government."
|
159
|
-
],
|
160
|
-
"spatialRepresentation":[
|
161
|
-
"textTable",
|
162
|
-
"grid",
|
163
|
-
"tin"
|
164
|
-
],
|
165
|
-
"topicCategory":[
|
166
|
-
"boundaries",
|
167
|
-
"environment",
|
168
|
-
"climatologyMeteorologyAtmosphere"
|
169
|
-
],
|
170
|
-
"environmentDescription":"Processed datafiles created in a Windows 7 environment, using R x64 2.15.1, Kepler 2.3, pgAdminIII and Postgres 9.1, and ArcInfo 10.2",
|
171
|
-
"supplementalInfo":"A footprint of this data set may be viewed in Google Earth at: <ftp://ftp.csc.noaa.gov/pub/crs/beachmap/qa_docs/wa/pslc2012/wa2012_pslc_chehalis_footprint.KMZ> A Lidar Report from the vendor for this data set may be viewed here: <ftp://ftp.csc.noaa.gov/pub/crs/beachmap/qa_docs/wa/pslc2012/wa2012_pslc_chehalis_lidarreport.pdf>",
|
172
|
-
"resourceNativeFormat":[
|
173
|
-
{
|
174
|
-
"formatName":"ExtJS",
|
175
|
-
"version":"4.0.7"
|
176
|
-
},
|
177
|
-
{
|
178
|
-
"formatName":"PostgreSQL",
|
179
|
-
"version":"9.1"
|
180
|
-
},
|
181
|
-
{
|
182
|
-
"formatName":"PHP",
|
183
|
-
"version":"5.3"
|
184
|
-
}
|
185
|
-
],
|
186
|
-
"keyword":[
|
187
|
-
{
|
188
|
-
"keyword":[
|
189
|
-
"Oceans > Ocean temperature > Thermocline",
|
190
|
-
"Oceans > Ocean Temperature > Water Temperature",
|
191
|
-
"Oceans > Ocean Heat Budget > Heat Flux"
|
192
|
-
],
|
193
|
-
"keywordType":"theme",
|
194
|
-
"thesaurus":{
|
195
|
-
"thesaurusLink":"http://gcmdservices.gsfc.nasa.gov/static/kms/sciencekeywords/sciencekeywords.csv",
|
196
|
-
"citation":{
|
197
|
-
"title":"NASA/Global Change Master Directory (GCMD) Earth Science Keywords.",
|
198
|
-
"date":[
|
199
|
-
{
|
200
|
-
"date":"2013-09-19",
|
201
|
-
"dateType":"revision"
|
202
|
-
}
|
203
|
-
],
|
204
|
-
"edition":"Version 8.0.0.0.0",
|
205
|
-
"responsibleParty":[
|
206
|
-
{
|
207
|
-
"contactId":"1",
|
208
|
-
"role":"originator"
|
209
|
-
},
|
210
|
-
{
|
211
|
-
"contactId":"2",
|
212
|
-
"role":"owner"
|
213
|
-
}
|
214
|
-
],
|
215
|
-
"presentationForm":["documentDigital"],
|
216
|
-
"additionalIdentifier": {
|
217
|
-
"doi": "10.1000/182",
|
218
|
-
"isbn": "HB12365.214",
|
219
|
-
"issn": "0ab4-dd983c01"
|
220
|
-
}
|
54
|
+
"keywordType":"theme",
|
55
|
+
"thesaurus":{
|
56
|
+
"title":"NASA/Global Change Master Directory (GCMD) Earth Science Keywords.",
|
57
|
+
"date":[
|
58
|
+
{
|
59
|
+
"date":"2013-09-19",
|
60
|
+
"dateType":"revision"
|
221
61
|
}
|
222
|
-
}
|
223
|
-
},
|
224
|
-
{
|
225
|
-
"keyword":[
|
226
|
-
"In Situ/Laboratory Instruments > Temperature/Humidity Sensors > Thermometers"
|
227
62
|
],
|
228
|
-
"
|
229
|
-
|
230
|
-
|
231
|
-
"title":"NASA/Global Change Master Directory (GCMD) Earth Science Keywords Version 7.0.0."
|
63
|
+
"onlineResource":[
|
64
|
+
{
|
65
|
+
"uri":"http://gcmdservices.gsfc.nasa.gov/static/kms/sciencekeywords/sciencekeywords.csv"
|
232
66
|
}
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
"keyword":[
|
237
|
-
"thermocline",
|
238
|
-
"sea surface temperature"
|
239
|
-
]
|
240
|
-
}
|
241
|
-
],
|
242
|
-
"resourceMaintenance":[
|
243
|
-
{
|
244
|
-
"maintenanceFrequency":"fortnightly"
|
245
|
-
},
|
246
|
-
{
|
247
|
-
"maintenanceFrequency":"annually",
|
248
|
-
"maintenanceNote":["Updates to data are generally in available November after the season's field data has been validated"]
|
249
|
-
},
|
250
|
-
{
|
251
|
-
"maintenanceNote":["Test of missing frequency code"]
|
252
|
-
}
|
253
|
-
],
|
254
|
-
"resourceSpecificUsage":[
|
255
|
-
{
|
256
|
-
"specificUsage":"Developed for land use planning.",
|
257
|
-
"userDeterminedLimitation":"Not suitable for use for navigation.",
|
258
|
-
"userContactInfo":[
|
67
|
+
],
|
68
|
+
"edition":"Version 8.0.0.0.0",
|
69
|
+
"responsibleParty":[
|
259
70
|
{
|
260
|
-
"contactId":"
|
261
|
-
"role":"
|
71
|
+
"contactId":"1",
|
72
|
+
"role":"originator"
|
262
73
|
},
|
263
74
|
{
|
264
|
-
"contactId":"
|
265
|
-
"role":"
|
75
|
+
"contactId":"2",
|
76
|
+
"role":"owner"
|
266
77
|
}
|
267
|
-
]
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
"
|
78
|
+
],
|
79
|
+
"presentationForm":[
|
80
|
+
"documentDigital"
|
81
|
+
],
|
82
|
+
"identifier":[
|
272
83
|
{
|
273
|
-
"
|
274
|
-
"
|
84
|
+
"type":"isbn",
|
85
|
+
"identifier":"HB12365.214"
|
86
|
+
},
|
87
|
+
{
|
88
|
+
"type":"issn",
|
89
|
+
"identifier":"0ab4-dd983c01"
|
275
90
|
}
|
276
91
|
]
|
277
92
|
}
|
278
|
-
|
279
|
-
|
93
|
+
}
|
94
|
+
]
|
95
|
+
},
|
96
|
+
{
|
97
|
+
"citation":{
|
98
|
+
"title":"Project Tracking System",
|
99
|
+
"date":[
|
280
100
|
{
|
281
|
-
"
|
282
|
-
"
|
283
|
-
"fileType":"JPEG",
|
284
|
-
"fileLink":"http://aoos.org/aoos-data-resources/bowhead_images2010_0114.jpg"
|
101
|
+
"date":"2011-11-11",
|
102
|
+
"dateType":"publication"
|
285
103
|
},
|
286
104
|
{
|
287
|
-
"
|
288
|
-
"
|
289
|
-
}
|
105
|
+
"date":"2013-03-13T17:30-08:00",
|
106
|
+
"dateType":"revision"
|
107
|
+
}
|
108
|
+
],
|
109
|
+
"edition":"version 1.2.0",
|
110
|
+
"responsibleParty":[
|
290
111
|
{
|
291
|
-
"
|
292
|
-
"
|
112
|
+
"contactId":"1",
|
113
|
+
"role":"originator"
|
293
114
|
},
|
294
115
|
{
|
295
|
-
"
|
116
|
+
"contactId":"2",
|
117
|
+
"role":"publisher"
|
296
118
|
}
|
297
119
|
],
|
298
|
-
"
|
120
|
+
"presentationForm":[
|
121
|
+
"documentDigital"
|
122
|
+
],
|
123
|
+
"additionalIdentifier":{
|
124
|
+
"doi":"10.1000/182",
|
125
|
+
"isbn":"HB12365.214",
|
126
|
+
"issn":"0ab4-dd983c01"
|
127
|
+
}
|
128
|
+
},
|
129
|
+
"pointOfContact":[
|
130
|
+
{
|
131
|
+
"contactId":"1",
|
132
|
+
"role":"custodian"
|
133
|
+
}
|
134
|
+
],
|
135
|
+
"abstract":"The Arctic LCC has developed a Project Tracking System(PTS) to assist with the management of projects. The PTS is used to track projects throughout all stages of development, from receipt of proposals through delivery of final products.",
|
136
|
+
"status":"onGoing",
|
137
|
+
"language":[
|
138
|
+
"eng; USA",
|
139
|
+
"spa; Spanish; Castilian"
|
140
|
+
],
|
141
|
+
"purpose":"The LAS files can be used to create DEMs and also to extract topographic data in software that does not support raster data. Other surface features can also be extracted with custom applications. LiDAR data has a wide range of uses such as earthquake hazard studies, hydrologic modeling, forestry, coastal engineering, roadway and pipeline engineering, flood plain mapping, wetland studies, geologic studies and a variety of analytical and cartographic projects.",
|
142
|
+
"credit":[
|
143
|
+
"FEMA",
|
144
|
+
"Washington DNR and Lewis County",
|
145
|
+
"Puget Sound LiDAR Consortium (PSLC) - The PSLC is supported by the Puget Sound Regional Council, the National Aeronautical and Space Administration (NASA), the United States Geological Survey (USGS) and numerous partners in local, state, and tribal government."
|
146
|
+
],
|
147
|
+
"spatialRepresentation":[
|
148
|
+
"textTable",
|
149
|
+
"grid",
|
150
|
+
"tin"
|
151
|
+
],
|
152
|
+
"topicCategory":[
|
153
|
+
"boundaries",
|
154
|
+
"environment",
|
155
|
+
"climatologyMeteorologyAtmosphere"
|
156
|
+
],
|
157
|
+
"environmentDescription":"Processed datafiles created in a Windows 7 environment, using R x64 2.15.1, Kepler 2.3, pgAdminIII and Postgres 9.1, and ArcInfo 10.2",
|
158
|
+
"supplementalInfo":"A footprint of this data set may be viewed in Google Earth at: <ftp://ftp.csc.noaa.gov/pub/crs/beachmap/qa_docs/wa/pslc2012/wa2012_pslc_chehalis_footprint.KMZ> A Lidar Report from the vendor for this data set may be viewed here: <ftp://ftp.csc.noaa.gov/pub/crs/beachmap/qa_docs/wa/pslc2012/wa2012_pslc_chehalis_lidarreport.pdf>",
|
159
|
+
"resourceNativeFormat":[
|
160
|
+
{
|
161
|
+
"formatName":"ExtJS",
|
162
|
+
"version":"4.0.7"
|
163
|
+
},
|
164
|
+
{
|
165
|
+
"formatName":"PostgreSQL",
|
166
|
+
"version":"9.1"
|
167
|
+
},
|
168
|
+
{
|
169
|
+
"formatName":"PHP",
|
170
|
+
"version":"5.3"
|
171
|
+
}
|
172
|
+
],
|
173
|
+
"resourceMaintenance":[
|
174
|
+
{
|
175
|
+
"maintenanceFrequency":"fortnightly"
|
176
|
+
},
|
177
|
+
{
|
178
|
+
"maintenanceFrequency":"annually",
|
179
|
+
"maintenanceNote":[
|
180
|
+
"Updates to data are generally in available November after the season's field data has been validated"
|
181
|
+
]
|
182
|
+
},
|
183
|
+
{
|
184
|
+
"maintenanceNote":[
|
185
|
+
"Test of missing frequency code"
|
186
|
+
]
|
187
|
+
}
|
188
|
+
],
|
189
|
+
"resourceSpecificUsage":[
|
190
|
+
{
|
191
|
+
"specificUsage":"Developed for land use planning.",
|
192
|
+
"userDeterminedLimitation":"Not suitable for use for navigation.",
|
193
|
+
"userContactInfo":[
|
194
|
+
{
|
195
|
+
"contactId":"3",
|
196
|
+
"role":"publisher"
|
197
|
+
},
|
198
|
+
{
|
199
|
+
"contactId":"3",
|
200
|
+
"role":"author"
|
201
|
+
}
|
202
|
+
]
|
203
|
+
},
|
204
|
+
{
|
205
|
+
"specificUsage":"Bathymetry datasets developed for modeling physical oceanographic conditions in the Barrow Straight.",
|
206
|
+
"userContactInfo":[
|
207
|
+
{
|
208
|
+
"contactId":"1",
|
209
|
+
"role":"custodian"
|
210
|
+
}
|
211
|
+
]
|
212
|
+
}
|
213
|
+
],
|
214
|
+
"graphicOverview":[
|
215
|
+
{
|
216
|
+
"fileName":"allRecs_callCounts_bowhead_2010.jpg",
|
217
|
+
"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.",
|
218
|
+
"fileType":"JPEG",
|
219
|
+
"fileLink":"http://aoos.org/aoos-data-resources/bowhead_images2010_0114.jpg"
|
220
|
+
},
|
221
|
+
{
|
222
|
+
"fileName":"cross_section_perc_sommer_2010.png",
|
223
|
+
"fileDescription":"."
|
224
|
+
},
|
225
|
+
{
|
226
|
+
"fileName":"pln40_perc_2010_01.png",
|
227
|
+
"fileType":"PNG"
|
228
|
+
},
|
229
|
+
{
|
230
|
+
"fileName":"pln40_spec_summer_2010.png"
|
231
|
+
}
|
232
|
+
],
|
233
|
+
"constraint":{
|
234
|
+
"useLimitations":[
|
299
235
|
"not for suitable for navigation",
|
300
236
|
"draft version",
|
301
237
|
"not intended for general use",
|
@@ -352,370 +288,517 @@
|
|
352
288
|
"classification":"secret",
|
353
289
|
"userNote":"shhhhh"
|
354
290
|
}
|
355
|
-
]
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
"contactId":"1",
|
378
|
-
"role":"principalInvestigator"
|
379
|
-
},
|
380
|
-
{
|
381
|
-
"contactId":"2",
|
382
|
-
"role":"pointOfContact"
|
383
|
-
}
|
384
|
-
],
|
385
|
-
"taxonomicProcedure":"volunteers observed sea otters using binoculars in pairs",
|
386
|
-
"voucher":{
|
387
|
-
"specimen":"weathered skull found on beach",
|
388
|
-
"repository":{
|
389
|
-
"contactId":"2",
|
390
|
-
"role":"publisher"
|
391
|
-
}
|
392
|
-
},
|
393
|
-
"taxonClass":[
|
394
|
-
{
|
395
|
-
"taxonRank":"Kingdom",
|
396
|
-
"taxonValue":"Animalia"
|
397
|
-
},
|
398
|
-
{
|
399
|
-
"taxonRank":"Phylum",
|
400
|
-
"taxonValue":"Chordata"
|
401
|
-
},
|
402
|
-
{
|
403
|
-
"taxonRank":"Subphylum",
|
404
|
-
"taxonValue":"Vertebrata"
|
405
|
-
},
|
406
|
-
{
|
407
|
-
"taxonRank":"Class",
|
408
|
-
"taxonValue":"Mammalia"
|
409
|
-
},
|
410
|
-
{
|
411
|
-
"taxonRank":"Subclass",
|
412
|
-
"taxonValue":"Theria"
|
413
|
-
},
|
414
|
-
{
|
415
|
-
"taxonRank":"Infraclass",
|
416
|
-
"taxonValue":"Eutheria"
|
417
|
-
},
|
418
|
-
{
|
419
|
-
"taxonRank":"Order",
|
420
|
-
"taxonValue":"Carnivora"
|
421
|
-
},
|
422
|
-
{
|
423
|
-
"taxonRank":"Suborder",
|
424
|
-
"taxonValue":"Caniformia"
|
425
|
-
},
|
426
|
-
{
|
427
|
-
"taxonRank":"Family",
|
428
|
-
"taxonValue":"Mustilidae"
|
429
|
-
},
|
430
|
-
{
|
431
|
-
"taxonRank":"Subfamily",
|
432
|
-
"taxonValue":"Lutrinae"
|
433
|
-
},
|
434
|
-
{
|
435
|
-
"taxonRank":"Genus",
|
436
|
-
"taxonValue":"Enhydra"
|
437
|
-
},
|
438
|
-
{
|
439
|
-
"common":"Sea Otter",
|
440
|
-
"taxonRank":"Species",
|
441
|
-
"taxonValue":"Enhydra lutris"
|
442
|
-
},
|
443
|
-
{
|
444
|
-
"common":"Southern Sea Otter",
|
445
|
-
"taxonRank":"Subspecies",
|
446
|
-
"taxonValue":"Enhydra"
|
447
|
-
}
|
448
|
-
]
|
449
|
-
},
|
450
|
-
"spatialResolution":[
|
291
|
+
]
|
292
|
+
},
|
293
|
+
"taxonomy":{
|
294
|
+
"classificationSystem":[
|
295
|
+
{
|
296
|
+
"title":"Otter Record Survey",
|
297
|
+
"date":[
|
298
|
+
{
|
299
|
+
"date":"2000",
|
300
|
+
"dateType":"publication"
|
301
|
+
}
|
302
|
+
],
|
303
|
+
"responsibleParty":[
|
304
|
+
{
|
305
|
+
"contactId":"2",
|
306
|
+
"role":"publisher"
|
307
|
+
}
|
308
|
+
]
|
309
|
+
}
|
310
|
+
],
|
311
|
+
"taxonGeneralScope":"The otters observed were identified to the subspecies criterion and identified as southern sea otters.",
|
312
|
+
"observer":[
|
451
313
|
{
|
452
|
-
"
|
314
|
+
"contactId":"1",
|
315
|
+
"role":"principalInvestigator"
|
453
316
|
},
|
454
317
|
{
|
455
|
-
"
|
456
|
-
"
|
318
|
+
"contactId":"2",
|
319
|
+
"role":"pointOfContact"
|
457
320
|
}
|
458
321
|
],
|
459
|
-
"
|
322
|
+
"taxonomicProcedure":"volunteers observed sea otters using binoculars in pairs",
|
323
|
+
"voucher":{
|
324
|
+
"specimen":"weathered skull found on beach",
|
325
|
+
"repository":{
|
326
|
+
"contactId":"2",
|
327
|
+
"role":"publisher"
|
328
|
+
}
|
329
|
+
},
|
330
|
+
"taxonClass":[
|
460
331
|
{
|
461
|
-
"
|
462
|
-
"
|
463
|
-
{
|
464
|
-
"type":"Feature",
|
465
|
-
"id":"point1",
|
466
|
-
"properties":{
|
467
|
-
"identifier":"PNT-12345",
|
468
|
-
"idAuthority":"http://www.gtnp.org",
|
469
|
-
"name":"BS7882",
|
470
|
-
"description":"Sea buoy BS7882 location"
|
471
|
-
},
|
472
|
-
"geometry":{
|
473
|
-
"type":"Point",
|
474
|
-
"coordinates":[
|
475
|
-
-164.87402357161,
|
476
|
-
59.165040850639
|
477
|
-
]
|
478
|
-
},
|
479
|
-
"crs":{
|
480
|
-
"type":"name",
|
481
|
-
"properties":{
|
482
|
-
"name":"urn:ogc:def:crs:OGC:1.3:CRS84"
|
483
|
-
}
|
484
|
-
}
|
485
|
-
},
|
486
|
-
{
|
487
|
-
"type":"Feature",
|
488
|
-
"id":"point100",
|
489
|
-
"properties":{
|
490
|
-
"identifier":"PNT-12346",
|
491
|
-
"idAuthority":"http://www.gtnp.org",
|
492
|
-
"name":"BS999",
|
493
|
-
"description":"Sea buoy BS999 location"
|
494
|
-
},
|
495
|
-
"geometry":{
|
496
|
-
"type":"Point",
|
497
|
-
"coordinates":[
|
498
|
-
-164.87302357161,
|
499
|
-
59.145040850639
|
500
|
-
]
|
501
|
-
},
|
502
|
-
"crs":{
|
503
|
-
"type":"name",
|
504
|
-
"properties":{
|
505
|
-
"name":"urn:ogc:def:crs:OGC:1.3:CRS84"
|
506
|
-
}
|
507
|
-
}
|
508
|
-
}
|
509
|
-
]
|
332
|
+
"taxonRank":"Kingdom",
|
333
|
+
"taxonValue":"Animalia"
|
510
334
|
},
|
511
335
|
{
|
512
|
-
"
|
513
|
-
"
|
514
|
-
{
|
515
|
-
"type":"Feature",
|
516
|
-
"bbox":[
|
517
|
-
-164.88550989974,
|
518
|
-
59.159712874412,
|
519
|
-
-164.86353724349,
|
520
|
-
59.169368826866
|
521
|
-
],
|
522
|
-
"id":"pointlist1",
|
523
|
-
"properties":{
|
524
|
-
"name":"Fishin' spots",
|
525
|
-
"description":"These points have shared attributes",
|
526
|
-
"includesData":true
|
527
|
-
},
|
528
|
-
"geometry":{
|
529
|
-
"type":"MultiPoint",
|
530
|
-
"coordinates":[
|
531
|
-
[
|
532
|
-
-164.87402357161,
|
533
|
-
59.165040850639
|
534
|
-
],
|
535
|
-
[
|
536
|
-
-164.87502357161,
|
537
|
-
59.164040850639
|
538
|
-
],
|
539
|
-
[
|
540
|
-
-164.88387053359,
|
541
|
-
59.161207759012
|
542
|
-
]
|
543
|
-
]
|
544
|
-
},
|
545
|
-
"crs":{
|
546
|
-
"type":"name",
|
547
|
-
"properties":{
|
548
|
-
"name":"urn:ogc:def:crs:OGC:1.3:CRS84"
|
549
|
-
}
|
550
|
-
}
|
551
|
-
}
|
552
|
-
]
|
336
|
+
"taxonRank":"Phylum",
|
337
|
+
"taxonValue":"Chordata"
|
553
338
|
},
|
554
339
|
{
|
555
|
-
"
|
556
|
-
"
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
340
|
+
"taxonRank":"Subphylum",
|
341
|
+
"taxonValue":"Vertebrata"
|
342
|
+
},
|
343
|
+
{
|
344
|
+
"taxonRank":"Class",
|
345
|
+
"taxonValue":"Mammalia"
|
346
|
+
},
|
347
|
+
{
|
348
|
+
"taxonRank":"Subclass",
|
349
|
+
"taxonValue":"Theria"
|
350
|
+
},
|
351
|
+
{
|
352
|
+
"taxonRank":"Infraclass",
|
353
|
+
"taxonValue":"Eutheria"
|
354
|
+
},
|
355
|
+
{
|
356
|
+
"taxonRank":"Order",
|
357
|
+
"taxonValue":"Carnivora"
|
358
|
+
},
|
359
|
+
{
|
360
|
+
"taxonRank":"Suborder",
|
361
|
+
"taxonValue":"Caniformia"
|
362
|
+
},
|
363
|
+
{
|
364
|
+
"taxonRank":"Family",
|
365
|
+
"taxonValue":"Mustilidae"
|
366
|
+
},
|
367
|
+
{
|
368
|
+
"taxonRank":"Subfamily",
|
369
|
+
"taxonValue":"Lutrinae"
|
370
|
+
},
|
371
|
+
{
|
372
|
+
"taxonRank":"Genus",
|
373
|
+
"taxonValue":"Enhydra"
|
374
|
+
},
|
375
|
+
{
|
376
|
+
"common":"Sea Otter",
|
377
|
+
"taxonRank":"Species",
|
378
|
+
"taxonValue":"Enhydra lutris"
|
379
|
+
},
|
380
|
+
{
|
381
|
+
"common":"Southern Sea Otter",
|
382
|
+
"taxonRank":"Subspecies",
|
383
|
+
"taxonValue":"Enhydra"
|
384
|
+
}
|
385
|
+
]
|
386
|
+
},
|
387
|
+
"spatialResolution":[
|
388
|
+
{
|
389
|
+
"equivalentScale":45000
|
390
|
+
},
|
391
|
+
{
|
392
|
+
"distance":45,
|
393
|
+
"uom":"kilometers"
|
394
|
+
}
|
395
|
+
],
|
396
|
+
"extent":[
|
397
|
+
{
|
398
|
+
"description":"Single Points, multiple elements",
|
399
|
+
"geographicElement":[
|
400
|
+
{
|
401
|
+
"type":"Feature",
|
402
|
+
"id":"point1",
|
403
|
+
"properties":{
|
404
|
+
"identifier":[
|
405
|
+
{
|
406
|
+
"identifier":"PNT-12345",
|
407
|
+
"authority":{
|
408
|
+
"title":"Global Terrestrial Network for Permafrost Identifiers",
|
409
|
+
"onlineResource":[
|
410
|
+
{
|
411
|
+
"uri":"http://www.gtnp.org"
|
412
|
+
}
|
413
|
+
]
|
414
|
+
}
|
415
|
+
}
|
565
416
|
],
|
417
|
+
"name":"BS7882",
|
418
|
+
"description":"Sea buoy BS7882 location"
|
419
|
+
},
|
420
|
+
"geometry":{
|
421
|
+
"type":"Point",
|
422
|
+
"coordinates":[
|
423
|
+
-164.87402357161,
|
424
|
+
59.165040850639
|
425
|
+
]
|
426
|
+
},
|
427
|
+
"crs":{
|
428
|
+
"type":"name",
|
566
429
|
"properties":{
|
567
|
-
"name":"
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
"features":[
|
430
|
+
"name":"urn:ogc:def:crs:OGC:1.3:CRS84"
|
431
|
+
}
|
432
|
+
}
|
433
|
+
},
|
434
|
+
{
|
435
|
+
"type":"Feature",
|
436
|
+
"id":"point100",
|
437
|
+
"properties":{
|
438
|
+
"identifier":[
|
577
439
|
{
|
578
|
-
"
|
579
|
-
"
|
580
|
-
|
581
|
-
"
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
440
|
+
"identifier":"PNT-12346",
|
441
|
+
"authority":{
|
442
|
+
"title":"Global Terrestrial Network for Permafrost Identifiers",
|
443
|
+
"onlineResource":[
|
444
|
+
{
|
445
|
+
"uri":"http://www.gtnp.org"
|
446
|
+
}
|
447
|
+
]
|
448
|
+
}
|
449
|
+
}
|
450
|
+
],
|
451
|
+
"name":"BS999",
|
452
|
+
"description":"Sea buoy BS999 location"
|
453
|
+
},
|
454
|
+
"geometry":{
|
455
|
+
"type":"Point",
|
456
|
+
"coordinates":[
|
457
|
+
-164.87302357161,
|
458
|
+
59.145040850639
|
459
|
+
]
|
460
|
+
},
|
461
|
+
"crs":{
|
462
|
+
"type":"name",
|
463
|
+
"properties":{
|
464
|
+
"name":"urn:ogc:def:crs:OGC:1.3:CRS84"
|
465
|
+
}
|
466
|
+
}
|
467
|
+
}
|
468
|
+
]
|
469
|
+
},
|
470
|
+
{
|
471
|
+
"description":"List of Points",
|
472
|
+
"geographicElement":[
|
473
|
+
{
|
474
|
+
"type":"Feature",
|
475
|
+
"bbox":[
|
476
|
+
-164.88550989974,
|
477
|
+
59.159712874412,
|
478
|
+
-164.86353724349,
|
479
|
+
59.169368826866
|
480
|
+
],
|
481
|
+
"id":"pointlist1",
|
482
|
+
"properties":{
|
483
|
+
"name":"Fishin' spots",
|
484
|
+
"description":"These points have shared attributes",
|
485
|
+
"includesData":true
|
486
|
+
},
|
487
|
+
"geometry":{
|
488
|
+
"type":"MultiPoint",
|
489
|
+
"coordinates":[
|
490
|
+
[
|
491
|
+
-164.87402357161,
|
492
|
+
59.165040850639
|
493
|
+
],
|
494
|
+
[
|
495
|
+
-164.87502357161,
|
496
|
+
59.164040850639
|
497
|
+
],
|
498
|
+
[
|
499
|
+
-164.88387053359,
|
500
|
+
59.161207759012
|
501
|
+
]
|
502
|
+
]
|
503
|
+
},
|
504
|
+
"crs":{
|
505
|
+
"type":"name",
|
506
|
+
"properties":{
|
507
|
+
"name":"urn:ogc:def:crs:OGC:1.3:CRS84"
|
508
|
+
}
|
509
|
+
}
|
510
|
+
}
|
511
|
+
]
|
512
|
+
},
|
513
|
+
{
|
514
|
+
"description":"List of Points with attributes",
|
515
|
+
"geographicElement":[
|
516
|
+
{
|
517
|
+
"type":"FeatureCollection",
|
518
|
+
"id":"multiPt1",
|
519
|
+
"bbox":[
|
520
|
+
-164.88550989974,
|
521
|
+
59.159712874412,
|
522
|
+
-164.86353724349,
|
523
|
+
59.169368826866
|
524
|
+
],
|
525
|
+
"properties":{
|
526
|
+
"name":"A FeatureCollection(points)",
|
527
|
+
"description":"represents GML MultiGeometry"
|
528
|
+
},
|
529
|
+
"crs":{
|
530
|
+
"type":"name",
|
531
|
+
"properties":{
|
532
|
+
"name":"urn:ogc:def:crs:OGC:1.3:CRS84"
|
533
|
+
}
|
534
|
+
},
|
535
|
+
"features":[
|
536
|
+
{
|
537
|
+
"type":"Feature",
|
538
|
+
"id":"point010",
|
539
|
+
"properties":{
|
540
|
+
"identifier":[
|
541
|
+
{
|
542
|
+
"identifier":"PNT-12345",
|
543
|
+
"authority":{
|
544
|
+
"title":"Global Terrestrial Network for Permafrost Identifiers",
|
545
|
+
"onlineResource":[
|
546
|
+
{
|
547
|
+
"uri":"http://www.gtnp.org"
|
548
|
+
}
|
549
|
+
]
|
550
|
+
}
|
590
551
|
}
|
591
|
-
|
592
|
-
"
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
552
|
+
],
|
553
|
+
"name":"BS7882",
|
554
|
+
"description":"point valid on or after a specific date",
|
555
|
+
"temporalElement":{
|
556
|
+
"date":[
|
557
|
+
"2011-09-15",
|
558
|
+
"2012-08-14"
|
597
559
|
]
|
598
560
|
}
|
599
561
|
},
|
600
|
-
{
|
601
|
-
"type":"
|
602
|
-
"
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
562
|
+
"geometry":{
|
563
|
+
"type":"Point",
|
564
|
+
"coordinates":[
|
565
|
+
-164.88550989974,
|
566
|
+
59.179712874412
|
567
|
+
]
|
568
|
+
}
|
569
|
+
},
|
570
|
+
{
|
571
|
+
"type":"Feature",
|
572
|
+
"id":"point012",
|
573
|
+
"properties":{
|
574
|
+
"description":"point valid on or after a specific date",
|
575
|
+
"temporalElement":{
|
576
|
+
"timeInstant":[
|
577
|
+
{
|
578
|
+
"description":"ground condition",
|
579
|
+
"timePosition":"2012-07-15T08:05:00-09:00"
|
580
|
+
}
|
619
581
|
]
|
620
582
|
}
|
621
583
|
},
|
622
|
-
{
|
623
|
-
"type":"
|
624
|
-
"
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
|
632
|
-
|
633
|
-
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
|
584
|
+
"geometry":{
|
585
|
+
"type":"Point",
|
586
|
+
"coordinates":[
|
587
|
+
-164.87550989974,
|
588
|
+
59.209712874412
|
589
|
+
]
|
590
|
+
}
|
591
|
+
},
|
592
|
+
{
|
593
|
+
"type":"Feature",
|
594
|
+
"id":"point013",
|
595
|
+
"properties":{
|
596
|
+
"description":"point valid over a time period",
|
597
|
+
"temporalElement":{
|
598
|
+
"timePeriod":[
|
599
|
+
{
|
600
|
+
"beginPosition":"2013-08-24T08:05:00",
|
601
|
+
"endPosition":"2013-10-04"
|
602
|
+
}
|
641
603
|
]
|
642
604
|
}
|
605
|
+
},
|
606
|
+
"geometry":{
|
607
|
+
"type":"Point",
|
608
|
+
"coordinates":[
|
609
|
+
-164.89650989974,
|
610
|
+
59.249712874412
|
611
|
+
]
|
643
612
|
}
|
613
|
+
}
|
614
|
+
]
|
615
|
+
}
|
616
|
+
]
|
617
|
+
},
|
618
|
+
{
|
619
|
+
"description":"Single Line",
|
620
|
+
"geographicElement":[
|
621
|
+
{
|
622
|
+
"type":"Feature",
|
623
|
+
"id":"line1",
|
624
|
+
"properties":{
|
625
|
+
"name":"Summer 2012 Bering Sea Survey Track",
|
626
|
+
"description":"Coordinates of ship track"
|
627
|
+
},
|
628
|
+
"geometry":{
|
629
|
+
"type":"LineString",
|
630
|
+
"coordinates":[
|
631
|
+
[
|
632
|
+
-157.0702509848438,
|
633
|
+
71.10933136359692
|
634
|
+
],
|
635
|
+
[
|
636
|
+
-154.6526281903968,
|
637
|
+
70.40820968995817
|
638
|
+
],
|
639
|
+
[
|
640
|
+
-150.7617407589279,
|
641
|
+
70.02201223417278
|
642
|
+
],
|
643
|
+
[
|
644
|
+
-150.8371960238169,
|
645
|
+
70.43210058905156
|
646
|
+
],
|
647
|
+
[
|
648
|
+
-152.2049884417053,
|
649
|
+
70.87235618158296
|
650
|
+
],
|
651
|
+
[
|
652
|
+
-154.5708878990441,
|
653
|
+
71.04082324476376
|
654
|
+
]
|
644
655
|
]
|
645
|
-
}
|
646
|
-
|
647
|
-
|
648
|
-
{
|
649
|
-
"description":"Single Line",
|
650
|
-
"geographicElement":[
|
651
|
-
{
|
652
|
-
"type":"Feature",
|
653
|
-
"id":"line1",
|
656
|
+
},
|
657
|
+
"crs":{
|
658
|
+
"type":"name",
|
654
659
|
"properties":{
|
655
|
-
"name":"
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
|
660
|
+
"name":"urn:ogc:def:crs:OGC:1.3:CRS84"
|
661
|
+
}
|
662
|
+
}
|
663
|
+
}
|
664
|
+
]
|
665
|
+
},
|
666
|
+
{
|
667
|
+
"description":"List of Lines",
|
668
|
+
"geographicElement":[
|
669
|
+
{
|
670
|
+
"type":"Feature",
|
671
|
+
"bbox":[
|
672
|
+
-157.07025098484,
|
673
|
+
70.022012234173,
|
674
|
+
35.2,
|
675
|
+
-150.76174075893,
|
676
|
+
71.109331363597,
|
677
|
+
125.8
|
678
|
+
],
|
679
|
+
"id":"linelist1",
|
680
|
+
"properties":{
|
681
|
+
"name":"Lines",
|
682
|
+
"description":"These lines have shared attributes",
|
683
|
+
"includesData":true
|
684
|
+
},
|
685
|
+
"geometry":{
|
686
|
+
"type":"MultiLineString",
|
687
|
+
"coordinates":[
|
688
|
+
[
|
661
689
|
[
|
662
690
|
-157.0702509848438,
|
663
|
-
71.10933136359692
|
691
|
+
71.10933136359692,
|
692
|
+
35.2
|
664
693
|
],
|
665
694
|
[
|
666
695
|
-154.6526281903968,
|
667
|
-
70.40820968995817
|
696
|
+
70.40820968995817,
|
697
|
+
68.1
|
668
698
|
],
|
669
699
|
[
|
670
700
|
-150.7617407589279,
|
671
|
-
70.02201223417278
|
701
|
+
70.02201223417278,
|
702
|
+
84.7
|
672
703
|
],
|
673
704
|
[
|
674
705
|
-150.8371960238169,
|
675
|
-
70.43210058905156
|
706
|
+
70.43210058905156,
|
707
|
+
125.8
|
676
708
|
],
|
677
709
|
[
|
678
710
|
-152.2049884417053,
|
679
|
-
70.87235618158296
|
680
|
-
|
711
|
+
70.87235618158296,
|
712
|
+
116.0
|
713
|
+
]
|
714
|
+
],
|
715
|
+
[
|
681
716
|
[
|
682
717
|
-154.5708878990441,
|
683
|
-
71.04082324476376
|
718
|
+
71.04082324476376,
|
719
|
+
36.9
|
720
|
+
],
|
721
|
+
[
|
722
|
+
-150.7617407589279,
|
723
|
+
70.02201223417278,
|
724
|
+
84.7
|
725
|
+
],
|
726
|
+
[
|
727
|
+
-154.6526281903968,
|
728
|
+
70.40820968995817,
|
729
|
+
68.1
|
730
|
+
],
|
731
|
+
[
|
732
|
+
-157.0702509848438,
|
733
|
+
71.10933136359692,
|
734
|
+
35.2
|
735
|
+
]
|
736
|
+
],
|
737
|
+
[
|
738
|
+
[
|
739
|
+
-150.7617407589279,
|
740
|
+
70.02201223417278,
|
741
|
+
84.7
|
742
|
+
],
|
743
|
+
[
|
744
|
+
-154.6526281903968,
|
745
|
+
70.40820968995817,
|
746
|
+
68.1
|
684
747
|
]
|
685
748
|
]
|
686
|
-
|
687
|
-
|
688
|
-
|
689
|
-
|
690
|
-
|
691
|
-
|
749
|
+
]
|
750
|
+
},
|
751
|
+
"crs":{
|
752
|
+
"type":"name",
|
753
|
+
"properties":{
|
754
|
+
"name":"urn:ogc:def:crs:OGC:1.3:CRS84"
|
692
755
|
}
|
693
756
|
}
|
694
|
-
|
695
|
-
|
696
|
-
|
697
|
-
|
698
|
-
|
699
|
-
|
700
|
-
|
701
|
-
|
702
|
-
|
703
|
-
|
704
|
-
|
705
|
-
|
706
|
-
|
707
|
-
|
708
|
-
|
709
|
-
|
757
|
+
}
|
758
|
+
]
|
759
|
+
},
|
760
|
+
{
|
761
|
+
"description":"List of Lines with attributes",
|
762
|
+
"geographicElement":[
|
763
|
+
{
|
764
|
+
"type":"FeatureCollection",
|
765
|
+
"id":"multiline1",
|
766
|
+
"bbox":[
|
767
|
+
-157.07025098484,
|
768
|
+
70.022012234173,
|
769
|
+
35.2,
|
770
|
+
-150.76174075893,
|
771
|
+
71.109331363597,
|
772
|
+
125.8
|
773
|
+
],
|
774
|
+
"properties":{
|
775
|
+
"name":"A FeatureCollection(lines)",
|
776
|
+
"description":"represents GML MultiGeometry"
|
777
|
+
},
|
778
|
+
"crs":{
|
779
|
+
"type":"name",
|
710
780
|
"properties":{
|
711
|
-
"name":"
|
712
|
-
|
713
|
-
|
714
|
-
|
715
|
-
|
716
|
-
"type":"
|
717
|
-
"
|
718
|
-
|
781
|
+
"name":"urn:ogc:def:crs:OGC:1.3:CRS84"
|
782
|
+
}
|
783
|
+
},
|
784
|
+
"features":[
|
785
|
+
{
|
786
|
+
"type":"Feature",
|
787
|
+
"id":"multiLine001",
|
788
|
+
"properties":{
|
789
|
+
"name":"Josh",
|
790
|
+
"description":"First line in multiline object",
|
791
|
+
"temporalElement":{
|
792
|
+
"date":[
|
793
|
+
"2011-09-15",
|
794
|
+
"2012-08-13",
|
795
|
+
"2013-08-05"
|
796
|
+
]
|
797
|
+
}
|
798
|
+
},
|
799
|
+
"geometry":{
|
800
|
+
"type":"LineString",
|
801
|
+
"coordinates":[
|
719
802
|
[
|
720
803
|
-157.0702509848438,
|
721
804
|
71.10933136359692,
|
@@ -741,8 +824,33 @@
|
|
741
824
|
70.87235618158296,
|
742
825
|
116.0
|
743
826
|
]
|
744
|
-
]
|
745
|
-
|
827
|
+
]
|
828
|
+
}
|
829
|
+
},
|
830
|
+
{
|
831
|
+
"type":"Feature",
|
832
|
+
"id":"multiLine002",
|
833
|
+
"properties":{
|
834
|
+
"name":"Chris",
|
835
|
+
"description":"Second line in multiline object",
|
836
|
+
"temporalElement":{
|
837
|
+
"date":[
|
838
|
+
"2011-09-15",
|
839
|
+
"2012-08-13",
|
840
|
+
"2013-08-05"
|
841
|
+
],
|
842
|
+
"timeInstant":[
|
843
|
+
{
|
844
|
+
"id":"ti-035",
|
845
|
+
"description":"the moment I realized I was lost",
|
846
|
+
"timePosition":"1968-12-15T08:05:00.0+09:00"
|
847
|
+
}
|
848
|
+
]
|
849
|
+
}
|
850
|
+
},
|
851
|
+
"geometry":{
|
852
|
+
"type":"LineString",
|
853
|
+
"coordinates":[
|
746
854
|
[
|
747
855
|
-154.5708878990441,
|
748
856
|
71.04082324476376,
|
@@ -763,8 +871,19 @@
|
|
763
871
|
71.10933136359692,
|
764
872
|
35.2
|
765
873
|
]
|
766
|
-
]
|
767
|
-
|
874
|
+
]
|
875
|
+
}
|
876
|
+
},
|
877
|
+
{
|
878
|
+
"type":"Feature",
|
879
|
+
"id":"multiLine003",
|
880
|
+
"properties":{
|
881
|
+
"name":"Allison",
|
882
|
+
"description":"Third line in multiline object"
|
883
|
+
},
|
884
|
+
"geometry":{
|
885
|
+
"type":"LineString",
|
886
|
+
"coordinates":[
|
768
887
|
[
|
769
888
|
-150.7617407589279,
|
770
889
|
70.02201223417278,
|
@@ -776,512 +895,363 @@
|
|
776
895
|
68.1
|
777
896
|
]
|
778
897
|
]
|
779
|
-
]
|
780
|
-
},
|
781
|
-
"crs":{
|
782
|
-
"type":"name",
|
783
|
-
"properties":{
|
784
|
-
"name":"urn:ogc:def:crs:OGC:1.3:CRS84"
|
785
898
|
}
|
786
899
|
}
|
900
|
+
]
|
901
|
+
}
|
902
|
+
]
|
903
|
+
},
|
904
|
+
{
|
905
|
+
"description":"BBOX only",
|
906
|
+
"geographicElement":[
|
907
|
+
{
|
908
|
+
"type":"Feature",
|
909
|
+
"bbox":[
|
910
|
+
-148.1764,
|
911
|
+
57.01428,
|
912
|
+
-132.821,
|
913
|
+
60.917
|
914
|
+
],
|
915
|
+
"geometry":null,
|
916
|
+
"properties":{
|
917
|
+
"includesData":true,
|
918
|
+
"description":"Gulf of Alaska"
|
919
|
+
},
|
920
|
+
"crs":{
|
921
|
+
"type":"link",
|
922
|
+
"properties":{
|
923
|
+
"href":"http://spatialreference.org/ref/epsg/4326/proj4/",
|
924
|
+
"type":"proj4"
|
925
|
+
}
|
926
|
+
}
|
927
|
+
}
|
928
|
+
],
|
929
|
+
"temporalElement":{
|
930
|
+
"timeInstant":[
|
931
|
+
{
|
932
|
+
"id":"ti-001",
|
933
|
+
"description":"ground condition",
|
934
|
+
"timePosition":"2012-07-15T08:05:00.0+09:00"
|
787
935
|
}
|
788
936
|
]
|
789
937
|
},
|
790
|
-
|
791
|
-
|
792
|
-
|
938
|
+
"verticalElement":[
|
939
|
+
{
|
940
|
+
"minimumValue":-500,
|
941
|
+
"maximumValue":0,
|
942
|
+
"verticalCRSTitle":"NAVD88 depth",
|
943
|
+
"verticalCRSUri":"http://www.epsg-registry.org/export.htm?gml=urn:ogc:def:crs:EPSG::6357"
|
944
|
+
}
|
945
|
+
]
|
946
|
+
},
|
947
|
+
{
|
948
|
+
"description":"Polygon with BBOX",
|
949
|
+
"geographicElement":[
|
950
|
+
{
|
951
|
+
"type":"Feature",
|
952
|
+
"id":"unique1",
|
953
|
+
"bbox":[
|
954
|
+
-148.1764,
|
955
|
+
57.01428,
|
956
|
+
-132.821,
|
957
|
+
60.917
|
958
|
+
],
|
959
|
+
"geometry":{
|
960
|
+
"type":"Polygon",
|
961
|
+
"coordinates":[
|
962
|
+
[
|
963
|
+
[
|
964
|
+
-139.388046,
|
965
|
+
59.828561
|
966
|
+
],
|
967
|
+
[
|
968
|
+
-140.882186,
|
969
|
+
59.839602
|
970
|
+
],
|
971
|
+
[
|
972
|
+
-143.101425,
|
973
|
+
60.22375
|
974
|
+
],
|
975
|
+
[
|
976
|
+
-147.056503,
|
977
|
+
60.829147
|
978
|
+
],
|
979
|
+
[
|
980
|
+
-148.902206,
|
981
|
+
59.982807
|
982
|
+
],
|
983
|
+
[
|
984
|
+
-148.792343,
|
985
|
+
57.944338
|
986
|
+
],
|
987
|
+
[
|
988
|
+
-134.576034,
|
989
|
+
57.663361
|
990
|
+
]
|
991
|
+
]
|
992
|
+
]
|
993
|
+
},
|
994
|
+
"properties":{
|
995
|
+
"includesData":true,
|
996
|
+
"description":"Gulf of Alaska"
|
997
|
+
},
|
998
|
+
"crs":{
|
999
|
+
"type":"name",
|
1000
|
+
"properties":{
|
1001
|
+
"name":"urn:ogc:def:crs:OGC:1.3:CRS84"
|
1002
|
+
}
|
1003
|
+
}
|
1004
|
+
},
|
1005
|
+
{
|
1006
|
+
"type":"Feature",
|
1007
|
+
"id":"unique101",
|
1008
|
+
"bbox":[
|
1009
|
+
-97.067240989074,
|
1010
|
+
18.556394455134,
|
1011
|
+
-80.807475364074,
|
1012
|
+
29.366941330134
|
1013
|
+
],
|
1014
|
+
"geometry":{
|
1015
|
+
"type":"Polygon",
|
1016
|
+
"coordinates":[
|
1017
|
+
[
|
1018
|
+
[
|
1019
|
+
-84.059428489074,
|
1020
|
+
29.366941330134
|
1021
|
+
],
|
1022
|
+
[
|
1023
|
+
-97.067240989074,
|
1024
|
+
28.048581955134
|
1025
|
+
],
|
1026
|
+
[
|
1027
|
+
-95.397319114074,
|
1028
|
+
18.556394455134
|
1029
|
+
],
|
1030
|
+
[
|
1031
|
+
-80.895365989074,
|
1032
|
+
24.620847580134
|
1033
|
+
],
|
1034
|
+
[
|
1035
|
+
-80.807475364074,
|
1036
|
+
24.708738205134
|
1037
|
+
],
|
1038
|
+
[
|
1039
|
+
-84.059428489074,
|
1040
|
+
29.366941330134
|
1041
|
+
]
|
1042
|
+
]
|
1043
|
+
]
|
1044
|
+
},
|
1045
|
+
"properties":{
|
1046
|
+
"includesData":false,
|
1047
|
+
"description":"Gulf of Mexico",
|
1048
|
+
"text":"Whatever I want."
|
1049
|
+
},
|
1050
|
+
"crs":{
|
1051
|
+
"type":"name",
|
1052
|
+
"properties":{
|
1053
|
+
"name":"urn:ogc:def:crs:OGC:1.3:CRS84"
|
1054
|
+
}
|
1055
|
+
}
|
1056
|
+
}
|
1057
|
+
],
|
1058
|
+
"temporalElement":{
|
1059
|
+
"timePeriod":[
|
793
1060
|
{
|
794
|
-
"
|
795
|
-
"
|
796
|
-
"
|
797
|
-
|
798
|
-
|
799
|
-
|
800
|
-
|
801
|
-
|
802
|
-
|
803
|
-
|
1061
|
+
"id":"tp-001",
|
1062
|
+
"description":"Ground Condition",
|
1063
|
+
"beginPosition":"1987-05-16T16:05:00",
|
1064
|
+
"endPosition":"2011-12"
|
1065
|
+
},
|
1066
|
+
{
|
1067
|
+
"id":"tp-101",
|
1068
|
+
"description":"Below Ground Condition",
|
1069
|
+
"beginPosition":"1987-08-13T16:05:00",
|
1070
|
+
"endPosition":"2012-12-12"
|
1071
|
+
}
|
1072
|
+
]
|
1073
|
+
},
|
1074
|
+
"verticalElement":[
|
1075
|
+
{
|
1076
|
+
"minimumValue":0,
|
1077
|
+
"maximumValue":1000,
|
1078
|
+
"verticalCRSTitle":"NAVD88 height",
|
1079
|
+
"verticalCRSUri":"http://www.epsg-registry.org/export.htm?gml=urn:ogc:def:crs:EPSG::5703"
|
1080
|
+
},
|
1081
|
+
{
|
1082
|
+
"minimumValue":1500,
|
1083
|
+
"maximumValue":0,
|
1084
|
+
"verticalCRSTitle":"NAVD88 depth",
|
1085
|
+
"verticalCRSUri":"http://www.epsg-registry.org/export.htm?gml=urn:ogc:def:crs:EPSG::6357"
|
1086
|
+
}
|
1087
|
+
]
|
1088
|
+
},
|
1089
|
+
{
|
1090
|
+
"description":"A feature collection with just polygons",
|
1091
|
+
"geographicElement":[
|
1092
|
+
{
|
1093
|
+
"type":"FeatureCollection",
|
1094
|
+
"id":"unique2",
|
1095
|
+
"bbox":[
|
1096
|
+
-149.89603182812,
|
1097
|
+
61.215716023773,
|
1098
|
+
-149.87405917187,
|
1099
|
+
61.225371976227
|
1100
|
+
],
|
1101
|
+
"properties":{
|
1102
|
+
"name":"A FeatureCollection(polygons)",
|
1103
|
+
"description":"represents GML MultiGeometry",
|
1104
|
+
"includesData":true
|
1105
|
+
},
|
1106
|
+
"crs":{
|
1107
|
+
"type":"name",
|
804
1108
|
"properties":{
|
805
|
-
"name":"
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
|
810
|
-
"
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
|
815
|
-
|
816
|
-
"type":"Feature",
|
817
|
-
"id":"multiLine001",
|
818
|
-
"properties":{
|
819
|
-
"name":"Josh",
|
820
|
-
"description":"First line in multiline object",
|
821
|
-
"temporalElement":{
|
822
|
-
"date":[
|
823
|
-
"2011-09-15",
|
824
|
-
"2012-08-13",
|
825
|
-
"2013-08-05"
|
826
|
-
]
|
827
|
-
}
|
828
|
-
},
|
829
|
-
"geometry":{
|
830
|
-
"type":"LineString",
|
831
|
-
"coordinates":[
|
1109
|
+
"name":"urn:ogc:def:crs:OGC:1.3:CRS84"
|
1110
|
+
}
|
1111
|
+
},
|
1112
|
+
"features":[
|
1113
|
+
{
|
1114
|
+
"type":"Feature",
|
1115
|
+
"id":"unique3",
|
1116
|
+
"geometry":{
|
1117
|
+
"type":"Polygon",
|
1118
|
+
"coordinates":[
|
1119
|
+
[
|
832
1120
|
[
|
833
|
-
-
|
834
|
-
|
835
|
-
35.2
|
1121
|
+
-149.880796,
|
1122
|
+
61.21988
|
836
1123
|
],
|
837
1124
|
[
|
838
|
-
-
|
839
|
-
|
840
|
-
68.1
|
1125
|
+
-149.880625,
|
1126
|
+
61.221305
|
841
1127
|
],
|
842
1128
|
[
|
843
|
-
-
|
844
|
-
|
845
|
-
84.7
|
1129
|
+
-149.889386,
|
1130
|
+
61.221346
|
846
1131
|
],
|
847
1132
|
[
|
848
|
-
-
|
849
|
-
|
850
|
-
|
1133
|
+
-149.880796,
|
1134
|
+
61.21988
|
1135
|
+
]
|
1136
|
+
],
|
1137
|
+
[
|
1138
|
+
[
|
1139
|
+
-149.8807,
|
1140
|
+
61.21990
|
851
1141
|
],
|
852
1142
|
[
|
853
|
-
-
|
854
|
-
|
855
|
-
116.0
|
856
|
-
]
|
857
|
-
]
|
858
|
-
}
|
859
|
-
},
|
860
|
-
{
|
861
|
-
"type":"Feature",
|
862
|
-
"id":"multiLine002",
|
863
|
-
"properties":{
|
864
|
-
"name":"Chris",
|
865
|
-
"description":"Second line in multiline object",
|
866
|
-
"temporalElement":{
|
867
|
-
"date":[
|
868
|
-
"2011-09-15",
|
869
|
-
"2012-08-13",
|
870
|
-
"2013-08-05"
|
1143
|
+
-149.880627,
|
1144
|
+
61.221300
|
871
1145
|
],
|
872
|
-
|
873
|
-
|
874
|
-
|
875
|
-
|
876
|
-
|
877
|
-
|
1146
|
+
[
|
1147
|
+
-149.8809,
|
1148
|
+
61.221300
|
1149
|
+
],
|
1150
|
+
[
|
1151
|
+
-149.8807,
|
1152
|
+
61.21990
|
878
1153
|
]
|
879
|
-
|
880
|
-
|
881
|
-
"geometry":{
|
882
|
-
"type":"LineString",
|
883
|
-
"coordinates":[
|
1154
|
+
],
|
1155
|
+
[
|
884
1156
|
[
|
885
|
-
-
|
886
|
-
|
887
|
-
36.9
|
1157
|
+
-149.889300,
|
1158
|
+
61.221300
|
888
1159
|
],
|
889
1160
|
[
|
890
|
-
-
|
891
|
-
|
892
|
-
84.7
|
1161
|
+
-149.889382,
|
1162
|
+
61.221345
|
893
1163
|
],
|
894
1164
|
[
|
895
|
-
-
|
896
|
-
|
897
|
-
68.1
|
1165
|
+
-149.889382,
|
1166
|
+
61.221445
|
898
1167
|
],
|
899
1168
|
[
|
900
|
-
-
|
901
|
-
|
902
|
-
35.2
|
1169
|
+
-149.889300,
|
1170
|
+
61.221300
|
903
1171
|
]
|
904
1172
|
]
|
905
|
-
|
1173
|
+
]
|
906
1174
|
},
|
907
|
-
{
|
908
|
-
"
|
909
|
-
"
|
910
|
-
|
911
|
-
|
912
|
-
|
913
|
-
|
914
|
-
|
915
|
-
|
916
|
-
|
1175
|
+
"properties":{
|
1176
|
+
"name":"Buttress Park sampling location",
|
1177
|
+
"description":"Boundary of area in downtown Anchorage where sampling occurred"
|
1178
|
+
}
|
1179
|
+
},
|
1180
|
+
{
|
1181
|
+
"type":"Feature",
|
1182
|
+
"id":"unique4",
|
1183
|
+
"geometry":{
|
1184
|
+
"type":"Polygon",
|
1185
|
+
"coordinates":[
|
1186
|
+
[
|
1187
|
+
[
|
1188
|
+
-149.888221,
|
1189
|
+
61.219643
|
1190
|
+
],
|
1191
|
+
[
|
1192
|
+
-149.889466,
|
1193
|
+
61.219643
|
1194
|
+
],
|
1195
|
+
[
|
1196
|
+
-149.889251,
|
1197
|
+
61.219973
|
1198
|
+
],
|
917
1199
|
[
|
918
|
-
-
|
919
|
-
|
920
|
-
84.7
|
1200
|
+
-149.887835,
|
1201
|
+
61.219952
|
921
1202
|
],
|
922
1203
|
[
|
923
|
-
-
|
924
|
-
|
925
|
-
68.1
|
1204
|
+
-149.888221,
|
1205
|
+
61.219643
|
926
1206
|
]
|
927
1207
|
]
|
928
|
-
|
929
|
-
}
|
930
|
-
]
|
931
|
-
}
|
932
|
-
]
|
933
|
-
},
|
934
|
-
{
|
935
|
-
"description":"BBOX only",
|
936
|
-
"geographicElement":[
|
937
|
-
{
|
938
|
-
"type":"Feature",
|
939
|
-
"bbox":[
|
940
|
-
-148.1764,
|
941
|
-
57.01428,
|
942
|
-
-132.821,
|
943
|
-
60.917
|
944
|
-
],
|
945
|
-
"geometry":null,
|
946
|
-
"properties":{
|
947
|
-
"includesData":true,
|
948
|
-
"description":"Gulf of Alaska"
|
949
|
-
},
|
950
|
-
"crs":{
|
951
|
-
"type":"link",
|
1208
|
+
]
|
1209
|
+
},
|
952
1210
|
"properties":{
|
953
|
-
"
|
954
|
-
"
|
1211
|
+
"includesData":false,
|
1212
|
+
"name":"Equipment staging area",
|
1213
|
+
"description":"Area where sampling equipment was stored, no sampling occurred (Note:includesData should be ignored here. Would need to move this feature into another geographicElement.)"
|
955
1214
|
}
|
956
1215
|
}
|
957
|
-
}
|
958
|
-
],
|
959
|
-
"temporalElement":{
|
960
|
-
"timeInstant":[
|
961
|
-
{
|
962
|
-
"id":"ti-001",
|
963
|
-
"description":"ground condition",
|
964
|
-
"timePosition":"2012-07-15T08:05:00.0+09:00"
|
965
|
-
}
|
966
1216
|
]
|
967
|
-
}
|
968
|
-
|
969
|
-
|
970
|
-
|
971
|
-
"maximumValue":0,
|
972
|
-
"verticalCRSTitle":"NAVD88 depth",
|
973
|
-
"verticalCRSLink":"http://www.epsg-registry.org/export.htm?gml=urn:ogc:def:crs:EPSG::6357"
|
974
|
-
}
|
975
|
-
]
|
976
|
-
},
|
977
|
-
{
|
978
|
-
"description":"Polygon with BBOX",
|
979
|
-
"geographicElement":[
|
1217
|
+
}
|
1218
|
+
],
|
1219
|
+
"temporalElement":{
|
1220
|
+
"timePeriod":[
|
980
1221
|
{
|
981
|
-
"
|
982
|
-
"
|
983
|
-
"
|
984
|
-
-148.1764,
|
985
|
-
57.01428,
|
986
|
-
-132.821,
|
987
|
-
60.917
|
988
|
-
],
|
989
|
-
"geometry":{
|
990
|
-
"type":"Polygon",
|
991
|
-
"coordinates":[
|
992
|
-
[
|
993
|
-
[
|
994
|
-
-139.388046,
|
995
|
-
59.828561
|
996
|
-
],
|
997
|
-
[
|
998
|
-
-140.882186,
|
999
|
-
59.839602
|
1000
|
-
],
|
1001
|
-
[
|
1002
|
-
-143.101425,
|
1003
|
-
60.22375
|
1004
|
-
],
|
1005
|
-
[
|
1006
|
-
-147.056503,
|
1007
|
-
60.829147
|
1008
|
-
],
|
1009
|
-
[
|
1010
|
-
-148.902206,
|
1011
|
-
59.982807
|
1012
|
-
],
|
1013
|
-
[
|
1014
|
-
-148.792343,
|
1015
|
-
57.944338
|
1016
|
-
],
|
1017
|
-
[
|
1018
|
-
-134.576034,
|
1019
|
-
57.663361
|
1020
|
-
]
|
1021
|
-
]
|
1022
|
-
]
|
1023
|
-
},
|
1024
|
-
"properties":{
|
1025
|
-
"includesData":true,
|
1026
|
-
"description":"Gulf of Alaska"
|
1027
|
-
},
|
1028
|
-
"crs":{
|
1029
|
-
"type":"name",
|
1030
|
-
"properties":{
|
1031
|
-
"name":"urn:ogc:def:crs:OGC:1.3:CRS84"
|
1032
|
-
}
|
1033
|
-
}
|
1222
|
+
"id":"tp-002",
|
1223
|
+
"beginPosition":"2013-08-24T08:05:00",
|
1224
|
+
"endPosition":"2013-10-04"
|
1034
1225
|
},
|
1035
1226
|
{
|
1036
|
-
"
|
1037
|
-
"
|
1038
|
-
"
|
1039
|
-
|
1040
|
-
18.556394455134,
|
1041
|
-
-80.807475364074,
|
1042
|
-
29.366941330134
|
1043
|
-
],
|
1044
|
-
"geometry":{
|
1045
|
-
"type":"Polygon",
|
1046
|
-
"coordinates":[
|
1047
|
-
[
|
1048
|
-
[
|
1049
|
-
-84.059428489074,
|
1050
|
-
29.366941330134
|
1051
|
-
],
|
1052
|
-
[
|
1053
|
-
-97.067240989074,
|
1054
|
-
28.048581955134
|
1055
|
-
],
|
1056
|
-
[
|
1057
|
-
-95.397319114074,
|
1058
|
-
18.556394455134
|
1059
|
-
],
|
1060
|
-
[
|
1061
|
-
-80.895365989074,
|
1062
|
-
24.620847580134
|
1063
|
-
],
|
1064
|
-
[
|
1065
|
-
-80.807475364074,
|
1066
|
-
24.708738205134
|
1067
|
-
],
|
1068
|
-
[
|
1069
|
-
-84.059428489074,
|
1070
|
-
29.366941330134
|
1071
|
-
]
|
1072
|
-
]
|
1073
|
-
]
|
1074
|
-
},
|
1075
|
-
"properties":{
|
1076
|
-
"includesData":false,
|
1077
|
-
"description":"Gulf of Mexico",
|
1078
|
-
"text":"Whatever I want."
|
1079
|
-
},
|
1080
|
-
"crs":{
|
1081
|
-
"type":"name",
|
1082
|
-
"properties":{
|
1083
|
-
"name":"urn:ogc:def:crs:OGC:1.3:CRS84"
|
1084
|
-
}
|
1085
|
-
}
|
1227
|
+
"id":"tp-004",
|
1228
|
+
"beginPosition":"2010-08-24T08:05:00",
|
1229
|
+
"endPosition":"2014-10-04",
|
1230
|
+
"description":"The best days of my life"
|
1086
1231
|
}
|
1087
1232
|
],
|
1088
|
-
"
|
1089
|
-
"timePeriod":[
|
1090
|
-
{
|
1091
|
-
"id":"tp-001",
|
1092
|
-
"description":"Ground Condition",
|
1093
|
-
"beginPosition":"1987-05-16T16:05:00",
|
1094
|
-
"endPosition":"2011-12"
|
1095
|
-
},
|
1096
|
-
{
|
1097
|
-
"id":"tp-101",
|
1098
|
-
"description":"Below Ground Condition",
|
1099
|
-
"beginPosition":"1987-08-13T16:05:00",
|
1100
|
-
"endPosition":"2012-12-12"
|
1101
|
-
}
|
1102
|
-
]
|
1103
|
-
},
|
1104
|
-
"verticalElement":[
|
1233
|
+
"timeInstant":[
|
1105
1234
|
{
|
1106
|
-
"
|
1107
|
-
"
|
1108
|
-
"
|
1109
|
-
"verticalCRSLink":"http://www.epsg-registry.org/export.htm?gml=urn:ogc:def:crs:EPSG::5703"
|
1235
|
+
"id":"ti-002",
|
1236
|
+
"description":"below ground condition",
|
1237
|
+
"timePosition":"2012-07-15T08:05:00.0+09:00"
|
1110
1238
|
},
|
1111
1239
|
{
|
1112
|
-
"
|
1113
|
-
"
|
1114
|
-
"
|
1115
|
-
"verticalCRSLink":"http://www.epsg-registry.org/export.htm?gml=urn:ogc:def:crs:EPSG::6357"
|
1240
|
+
"id":"ti-003",
|
1241
|
+
"description":"below ground condition",
|
1242
|
+
"timePosition":"2012-08-16T08:06:00.0+09:00"
|
1116
1243
|
}
|
1117
1244
|
]
|
1118
1245
|
},
|
1119
|
-
|
1120
|
-
|
1121
|
-
|
1122
|
-
|
1123
|
-
|
1124
|
-
|
1125
|
-
|
1126
|
-
|
1127
|
-
|
1128
|
-
|
1129
|
-
|
1130
|
-
],
|
1131
|
-
"properties":{
|
1132
|
-
"name":"A FeatureCollection(polygons)",
|
1133
|
-
"description":"represents GML MultiGeometry",
|
1134
|
-
"includesData":true
|
1135
|
-
},
|
1136
|
-
"crs":{
|
1137
|
-
"type":"name",
|
1138
|
-
"properties":{
|
1139
|
-
"name":"urn:ogc:def:crs:OGC:1.3:CRS84"
|
1140
|
-
}
|
1141
|
-
},
|
1142
|
-
"features":[
|
1143
|
-
{
|
1144
|
-
"type":"Feature",
|
1145
|
-
"id":"unique3",
|
1146
|
-
"geometry":{
|
1147
|
-
"type":"Polygon",
|
1148
|
-
"coordinates":[
|
1149
|
-
[
|
1150
|
-
[
|
1151
|
-
-149.880796,
|
1152
|
-
61.21988
|
1153
|
-
],
|
1154
|
-
[
|
1155
|
-
-149.880625,
|
1156
|
-
61.221305
|
1157
|
-
],
|
1158
|
-
[
|
1159
|
-
-149.889386,
|
1160
|
-
61.221346
|
1161
|
-
],
|
1162
|
-
[
|
1163
|
-
-149.880796,
|
1164
|
-
61.21988
|
1165
|
-
]
|
1166
|
-
],
|
1167
|
-
[
|
1168
|
-
[
|
1169
|
-
-149.8807,
|
1170
|
-
61.21990
|
1171
|
-
],
|
1172
|
-
[
|
1173
|
-
-149.880627,
|
1174
|
-
61.221300
|
1175
|
-
],
|
1176
|
-
[
|
1177
|
-
-149.8809,
|
1178
|
-
61.221300
|
1179
|
-
],
|
1180
|
-
[
|
1181
|
-
-149.8807,
|
1182
|
-
61.21990
|
1183
|
-
]
|
1184
|
-
],
|
1185
|
-
[
|
1186
|
-
[
|
1187
|
-
-149.889300,
|
1188
|
-
61.221300
|
1189
|
-
],
|
1190
|
-
[
|
1191
|
-
-149.889382,
|
1192
|
-
61.221345
|
1193
|
-
],
|
1194
|
-
[
|
1195
|
-
-149.889382,
|
1196
|
-
61.221445
|
1197
|
-
],
|
1198
|
-
[
|
1199
|
-
-149.889300,
|
1200
|
-
61.221300
|
1201
|
-
]
|
1202
|
-
]
|
1203
|
-
]
|
1204
|
-
},
|
1205
|
-
"properties":{
|
1206
|
-
"name":"Buttress Park sampling location",
|
1207
|
-
"description":"Boundary of area in downtown Anchorage where sampling occurred"
|
1208
|
-
}
|
1209
|
-
},
|
1210
|
-
{
|
1211
|
-
"type":"Feature",
|
1212
|
-
"id":"unique4",
|
1213
|
-
"geometry":{
|
1214
|
-
"type":"Polygon",
|
1215
|
-
"coordinates":[
|
1216
|
-
[
|
1217
|
-
[
|
1218
|
-
-149.888221,
|
1219
|
-
61.219643
|
1220
|
-
],
|
1221
|
-
[
|
1222
|
-
-149.889466,
|
1223
|
-
61.219643
|
1224
|
-
],
|
1225
|
-
[
|
1226
|
-
-149.889251,
|
1227
|
-
61.219973
|
1228
|
-
],
|
1229
|
-
[
|
1230
|
-
-149.887835,
|
1231
|
-
61.219952
|
1232
|
-
],
|
1233
|
-
[
|
1234
|
-
-149.888221,
|
1235
|
-
61.219643
|
1236
|
-
]
|
1237
|
-
]
|
1238
|
-
]
|
1239
|
-
},
|
1240
|
-
"properties":{
|
1241
|
-
"includesData":false,
|
1242
|
-
"name":"Equipment staging area",
|
1243
|
-
"description":"Area where sampling equipment was stored, no sampling occurred (Note:includesData should be ignored here. Would need to move this feature into another geographicElement.)"
|
1244
|
-
}
|
1245
|
-
}
|
1246
|
-
]
|
1247
|
-
}
|
1248
|
-
],
|
1249
|
-
"temporalElement":{
|
1250
|
-
"timePeriod":[
|
1251
|
-
{
|
1252
|
-
"id":"tp-002",
|
1253
|
-
"beginPosition":"2013-08-24T08:05:00",
|
1254
|
-
"endPosition":"2013-10-04"
|
1255
|
-
},
|
1256
|
-
{
|
1257
|
-
"id":"tp-004",
|
1258
|
-
"beginPosition":"2010-08-24T08:05:00",
|
1259
|
-
"endPosition":"2014-10-04",
|
1260
|
-
"description":"The best days of my life"
|
1261
|
-
}
|
1262
|
-
],
|
1263
|
-
"timeInstant":[
|
1264
|
-
{
|
1265
|
-
"id":"ti-002",
|
1266
|
-
"description":"below ground condition",
|
1267
|
-
"timePosition":"2012-07-15T08:05:00.0+09:00"
|
1268
|
-
},
|
1269
|
-
{
|
1270
|
-
"id":"ti-003",
|
1271
|
-
"description":"below ground condition",
|
1272
|
-
"timePosition":"2012-08-16T08:06:00.0+09:00"
|
1273
|
-
}
|
1274
|
-
]
|
1275
|
-
},
|
1276
|
-
"verticalElement":[
|
1277
|
-
{
|
1278
|
-
"minimumValue":60.5,
|
1279
|
-
"maximumValue":110.68,
|
1280
|
-
"verticalCRSTitle":"NAVD88 height (ftUS)",
|
1281
|
-
"verticalCRSLink":"http://www.epsg-registry.org/export.htm?gml=urn:ogc:def:axis-name:EPSG::9904"
|
1282
|
-
}
|
1283
|
-
]
|
1284
|
-
}
|
1285
|
-
]
|
1286
|
-
}
|
1246
|
+
"verticalElement":[
|
1247
|
+
{
|
1248
|
+
"minimumValue":60.5,
|
1249
|
+
"maximumValue":110.68,
|
1250
|
+
"verticalCRSTitle":"NAVD88 height (ftUS)",
|
1251
|
+
"verticalCRSUri":"http://www.epsg-registry.org/export.htm?gml=urn:ogc:def:axis-name:EPSG::9904"
|
1252
|
+
}
|
1253
|
+
]
|
1254
|
+
}
|
1255
|
+
]
|
1256
|
+
}
|
1287
1257
|
]
|