adiwg-json_schemas 0.5.2 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,253 +1,446 @@
1
- [{
2
- "type": "FeatureCollection",
3
- "id": "multiPt1",
4
- "bbox": [-164.88550989974, 59.159712874412, -164.86353724349, 59.169368826866],
5
- "properties": {
6
- "name": "A FeatureCollection(points)",
7
- "description": "represents GML MultiGeometry"
8
- },
9
- "crs": {
10
- "type": "name",
11
- "properties": {
12
- "name": "urn:ogc:def:crs:OGC:1.3:CRS84"
13
- }
14
- },
15
- "features": [{
16
- "type": "Feature",
17
- "id": "point010",
18
- "properties": {
19
- "identifier": "PNT-12345",
20
- "idAuthority": "http://www.gtnp.org",
21
- "name": "BS7882",
22
- "description": "point valid on or after a specific date",
23
- "date": "2011-09-15"
24
-
25
- },
26
- "geometry": {
27
- "type": "Point",
28
- "coordinates": [-164.88550989974, 59.179712874412]
29
- }
30
- }, {
31
- "type": "Feature",
32
- "id": "point012",
33
- "properties": {
34
- "description": "point valid on or after a specific date",
35
- "timeInstant": [{
36
- "description": "ground condition",
37
- "timePosition": "2012-07-15T08:05:00-09:00"
38
- }]
39
-
1
+ [
2
+ {
3
+ "type":"FeatureCollection",
4
+ "id":"multiPt1",
5
+ "bbox":[
6
+ -164.88550989974,
7
+ 59.159712874412,
8
+ -164.86353724349,
9
+ 59.169368826866
10
+ ],
11
+ "properties":{
12
+ "name":"A FeatureCollection(points)",
13
+ "description":"represents GML MultiGeometry"
40
14
  },
41
- "geometry": {
42
- "type": "Point",
43
- "coordinates": [-164.87550989974, 59.209712874412]
44
- }
45
- }, {
46
- "type": "Feature",
47
- "id": "point013",
48
- "properties": {
49
- "description": "point valid over a time period",
50
- "temporalElement": {
51
- "timePeriod": [{
52
- "beginPosition": "2013-08-24T08:05:00",
53
- "endPosition": "2013-10-04"
54
- }]
15
+ "crs":{
16
+ "type":"name",
17
+ "properties":{
18
+ "name":"urn:ogc:def:crs:OGC:1.3:CRS84"
55
19
  }
56
20
  },
57
- "geometry": {
58
- "type": "Point",
59
- "coordinates": [-164.89650989974, 59.249712874412]
60
- }
61
- }]
62
- }, {
63
- "type": "Feature",
64
- "bbox": [-164.88550989974, 59.159712874412, -164.86353724349, 59.169368826866],
65
- "id": "pointlist1",
66
- "properties": {
67
- "name": "Fishin' spots",
68
- "description": "These points have shared attributes",
69
- "includesData": true
70
- },
71
- "geometry": {
72
- "type": "MultiPoint",
73
- "coordinates": [
74
- [-164.87402357161, 59.165040850639],
75
- [-164.87502357161, 59.164040850639],
76
- [-164.88387053359, 59.161207759012]
21
+ "features":[
22
+ {
23
+ "type":"Feature",
24
+ "id":"point010",
25
+ "properties":{
26
+ "identifier":[
27
+ {
28
+ "identifier":"PNT-12345",
29
+ "authority":{
30
+ "title":"Global Terrestrial Network for Permafrost Identifiers",
31
+ "onlineResource":[
32
+ {
33
+ "uri":"http://www.gtnp.org"
34
+ }
35
+ ]
36
+ }
37
+ }
38
+ ],
39
+ "name":"BS7882",
40
+ "description":"point valid on or after a specific date",
41
+ "date":"2011-09-15"
42
+ },
43
+ "geometry":{
44
+ "type":"Point",
45
+ "coordinates":[
46
+ -164.88550989974,
47
+ 59.179712874412
48
+ ]
49
+ }
50
+ },
51
+ {
52
+ "type":"Feature",
53
+ "id":"point012",
54
+ "properties":{
55
+ "description":"point valid on or after a specific date",
56
+ "timeInstant":[
57
+ {
58
+ "description":"ground condition",
59
+ "timePosition":"2012-07-15T08:05:00-09:00"
60
+ }
61
+ ]
62
+ },
63
+ "geometry":{
64
+ "type":"Point",
65
+ "coordinates":[
66
+ -164.87550989974,
67
+ 59.209712874412
68
+ ]
69
+ }
70
+ },
71
+ {
72
+ "type":"Feature",
73
+ "id":"point013",
74
+ "properties":{
75
+ "description":"point valid over a time period",
76
+ "temporalElement":{
77
+ "timePeriod":[
78
+ {
79
+ "beginPosition":"2013-08-24T08:05:00",
80
+ "endPosition":"2013-10-04"
81
+ }
82
+ ]
83
+ }
84
+ },
85
+ "geometry":{
86
+ "type":"Point",
87
+ "coordinates":[
88
+ -164.89650989974,
89
+ 59.249712874412
90
+ ]
91
+ }
92
+ }
77
93
  ]
78
94
  },
79
- "crs": {
80
- "type": "name",
81
- "properties": {
82
- "name": "urn:ogc:def:crs:OGC:1.3:CRS84"
83
- }
84
- }
85
- }, {
86
- "type": "Feature",
87
- "id": "point1",
88
- "properties": {
89
- "identifier": "PNT-12345",
90
- "idAuthority": "http://www.gtnp.org",
91
- "name": "BS7882",
92
- "description": "Sea buoy BS7882 location"
93
- },
94
- "geometry": {
95
- "type": "Point",
96
- "coordinates": [-164.87402357161, 59.165040850639]
97
- },
98
- "crs": {
99
- "type": "name",
100
- "properties": {
101
- "name": "urn:ogc:def:crs:OGC:1.3:CRS84"
102
- }
103
- }
104
- }, {
105
- "type": "Feature",
106
- "id": "point100",
107
- "properties": {
108
- "identifier": "PNT-12346",
109
- "idAuthority": "http://www.gtnp.org",
110
- "name": "BS999",
111
- "description": "Sea buoy BS999 location"
112
- },
113
- "geometry": {
114
- "type": "Point",
115
- "coordinates": [-164.87302357161, 59.145040850639]
116
- },
117
- "crs": {
118
- "type": "name",
119
- "properties": {
120
- "name": "urn:ogc:def:crs:OGC:1.3:CRS84"
121
- }
122
- }
123
- }, {
124
- "type": "FeatureCollection",
125
- "id": "multiline1",
126
- "bbox": [-157.07025098484, 70.022012234173, 35.2, -150.76174075893, 71.109331363597, 125.8],
127
- "properties": {
128
- "name": "A FeatureCollection(lines)",
129
- "description": "represents GML MultiGeometry"
130
- },
131
- "crs": {
132
- "type": "name",
133
- "properties": {
134
- "name": "urn:ogc:def:crs:OGC:1.3:CRS84"
135
- }
136
- },
137
- "features": [{
138
- "type": "Feature",
139
- "id": "multiLine001",
140
- "properties": {
141
- "name": "Josh",
142
- "description": "First line in multiline object",
143
- "date": "2011-09-15"
144
-
95
+ {
96
+ "type":"Feature",
97
+ "bbox":[
98
+ -164.88550989974,
99
+ 59.159712874412,
100
+ -164.86353724349,
101
+ 59.169368826866
102
+ ],
103
+ "id":"pointlist1",
104
+ "properties":{
105
+ "name":"Fishin' spots",
106
+ "description":"These points have shared attributes",
107
+ "includesData":true
145
108
  },
146
- "geometry": {
147
- "type": "LineString",
148
- "coordinates": [
149
- [-157.0702509848438, 71.10933136359692, 35.2],
150
- [-154.6526281903968, 70.40820968995817, 68.1],
151
- [-150.7617407589279, 70.02201223417278, 84.7],
152
- [-150.8371960238169, 70.43210058905156, 125.8],
153
- [-152.2049884417053, 70.87235618158296, 116.0]
154
- ]
155
- }
156
- }, {
157
- "type": "Feature",
158
- "id": "multiLine001",
159
- "properties": {
160
- "name": "Chris",
161
- "description": "Second line in multiline object"
162
- },
163
- "geometry": {
164
- "type": "LineString",
165
- "coordinates": [
166
- [-154.5708878990441, 71.04082324476376, 36.9],
167
- [-150.7617407589279, 70.02201223417278, 84.7],
168
- [-154.6526281903968, 70.40820968995817, 68.1],
169
- [-157.0702509848438, 71.10933136359692, 35.2]
170
- ]
171
- }
172
- }, {
173
- "type": "Feature",
174
- "id": "multiLine003",
175
- "properties": {
176
- "name": "Allison",
177
- "description": "Third line in multiline object"
178
- },
179
- "geometry": {
180
- "type": "LineString",
181
- "coordinates": [
182
- [-150.7617407589279, 70.02201223417278, 84.7],
183
- [-154.6526281903968, 70.40820968995817, 68.1]
184
- ]
185
- }
186
- }]
187
- }, {
188
- "type": "FeatureCollection",
189
- "id": "unique2",
190
- "bbox": [-149.89603182812, 61.215716023773, -149.87405917187, 61.225371976227],
191
- "properties": {
192
- "name": "A FeatureCollection(polygons)",
193
- "description": "represents GML MultiGeometry",
194
- "includesData": true
195
- },
196
- "crs": {
197
- "type": "name",
198
- "properties": {
199
- "name": "urn:ogc:def:crs:OGC:1.3:CRS84"
200
- }
201
- },
202
- "features": [{
203
- "type": "Feature",
204
- "id": "unique3",
205
- "geometry": {
206
- "type": "Polygon",
207
- "coordinates": [
109
+ "geometry":{
110
+ "type":"MultiPoint",
111
+ "coordinates":[
208
112
  [
209
- [-149.880796, 61.21988],
210
- [-149.880625, 61.221305],
211
- [-149.889386, 61.221346],
212
- [-149.880796, 61.21988]
113
+ -164.87402357161,
114
+ 59.165040850639
213
115
  ],
214
116
  [
215
- [-149.8807, 61.21990],
216
- [-149.880627, 61.221300],
217
- [-149.8809, 61.221300],
218
- [-149.8807, 61.21990]
117
+ -164.87502357161,
118
+ 59.164040850639
219
119
  ],
220
120
  [
221
- [-149.889300, 61.221300],
222
- [-149.889382, 61.221345],
223
- [-149.889382, 61.221445],
224
- [-149.889300, 61.221300]
121
+ -164.88387053359,
122
+ 59.161207759012
225
123
  ]
226
124
  ]
227
125
  },
228
- "properties": {
229
- "name": "Buttress Park sampling location",
230
- "description": "Boundary of area in downtown Anchorage where sampling occurred"
126
+ "crs":{
127
+ "type":"name",
128
+ "properties":{
129
+ "name":"urn:ogc:def:crs:OGC:1.3:CRS84"
130
+ }
231
131
  }
232
- }, {
233
- "type": "Feature",
234
- "id": "unique4",
235
- "geometry": {
236
- "type": "Polygon",
237
- "coordinates": [
238
- [
239
- [-149.888221, 61.219643],
240
- [-149.889466, 61.219643],
241
- [-149.889251, 61.219973],
242
- [-149.887835, 61.219952],
243
- [-149.888221, 61.219643]
244
- ]
132
+ },
133
+ {
134
+ "type":"Feature",
135
+ "id":"point1",
136
+ "properties":{
137
+ "identifier":[
138
+ {
139
+ "identifier":"PNT-12345",
140
+ "authority":{
141
+ "title":"Global Terrestrial Network for Permafrost Identifiers",
142
+ "onlineResource":[
143
+ {
144
+ "uri":"http://www.gtnp.org"
145
+ }
146
+ ]
147
+ }
148
+ }
149
+ ],
150
+ "name":"BS7882",
151
+ "description":"Sea buoy BS7882 location"
152
+ },
153
+ "geometry":{
154
+ "type":"Point",
155
+ "coordinates":[
156
+ -164.87402357161,
157
+ 59.165040850639
245
158
  ]
246
159
  },
247
- "properties": {
248
- "includesData": false,
249
- "name": "Equipment staging area",
250
- "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.)"
160
+ "crs":{
161
+ "type":"name",
162
+ "properties":{
163
+ "name":"urn:ogc:def:crs:OGC:1.3:CRS84"
164
+ }
251
165
  }
252
- }]
253
- }]
166
+ },
167
+ {
168
+ "type":"Feature",
169
+ "id":"point100",
170
+ "properties":{
171
+ "identifier":[
172
+ {
173
+ "identifier":"PNT-12346",
174
+ "authority":{
175
+ "title":"Global Terrestrial Network for Permafrost Identifiers",
176
+ "onlineResource":[
177
+ {
178
+ "uri":"http://www.gtnp.org"
179
+ }
180
+ ]
181
+ }
182
+ }
183
+ ],
184
+ "name":"BS999",
185
+ "description":"Sea buoy BS999 location"
186
+ },
187
+ "geometry":{
188
+ "type":"Point",
189
+ "coordinates":[
190
+ -164.87302357161,
191
+ 59.145040850639
192
+ ]
193
+ },
194
+ "crs":{
195
+ "type":"name",
196
+ "properties":{
197
+ "name":"urn:ogc:def:crs:OGC:1.3:CRS84"
198
+ }
199
+ }
200
+ },
201
+ {
202
+ "type":"FeatureCollection",
203
+ "id":"multiline1",
204
+ "bbox":[
205
+ -157.07025098484,
206
+ 70.022012234173,
207
+ 35.2,
208
+ -150.76174075893,
209
+ 71.109331363597,
210
+ 125.8
211
+ ],
212
+ "properties":{
213
+ "name":"A FeatureCollection(lines)",
214
+ "description":"represents GML MultiGeometry"
215
+ },
216
+ "crs":{
217
+ "type":"name",
218
+ "properties":{
219
+ "name":"urn:ogc:def:crs:OGC:1.3:CRS84"
220
+ }
221
+ },
222
+ "features":[
223
+ {
224
+ "type":"Feature",
225
+ "id":"multiLine001",
226
+ "properties":{
227
+ "name":"Josh",
228
+ "description":"First line in multiline object",
229
+ "date":"2011-09-15"
230
+ },
231
+ "geometry":{
232
+ "type":"LineString",
233
+ "coordinates":[
234
+ [
235
+ -157.0702509848438,
236
+ 71.10933136359692,
237
+ 35.2
238
+ ],
239
+ [
240
+ -154.6526281903968,
241
+ 70.40820968995817,
242
+ 68.1
243
+ ],
244
+ [
245
+ -150.7617407589279,
246
+ 70.02201223417278,
247
+ 84.7
248
+ ],
249
+ [
250
+ -150.8371960238169,
251
+ 70.43210058905156,
252
+ 125.8
253
+ ],
254
+ [
255
+ -152.2049884417053,
256
+ 70.87235618158296,
257
+ 116.0
258
+ ]
259
+ ]
260
+ }
261
+ },
262
+ {
263
+ "type":"Feature",
264
+ "id":"multiLine001",
265
+ "properties":{
266
+ "name":"Chris",
267
+ "description":"Second line in multiline object"
268
+ },
269
+ "geometry":{
270
+ "type":"LineString",
271
+ "coordinates":[
272
+ [
273
+ -154.5708878990441,
274
+ 71.04082324476376,
275
+ 36.9
276
+ ],
277
+ [
278
+ -150.7617407589279,
279
+ 70.02201223417278,
280
+ 84.7
281
+ ],
282
+ [
283
+ -154.6526281903968,
284
+ 70.40820968995817,
285
+ 68.1
286
+ ],
287
+ [
288
+ -157.0702509848438,
289
+ 71.10933136359692,
290
+ 35.2
291
+ ]
292
+ ]
293
+ }
294
+ },
295
+ {
296
+ "type":"Feature",
297
+ "id":"multiLine003",
298
+ "properties":{
299
+ "name":"Allison",
300
+ "description":"Third line in multiline object"
301
+ },
302
+ "geometry":{
303
+ "type":"LineString",
304
+ "coordinates":[
305
+ [
306
+ -150.7617407589279,
307
+ 70.02201223417278,
308
+ 84.7
309
+ ],
310
+ [
311
+ -154.6526281903968,
312
+ 70.40820968995817,
313
+ 68.1
314
+ ]
315
+ ]
316
+ }
317
+ }
318
+ ]
319
+ },
320
+ {
321
+ "type":"FeatureCollection",
322
+ "id":"unique2",
323
+ "bbox":[
324
+ -149.89603182812,
325
+ 61.215716023773,
326
+ -149.87405917187,
327
+ 61.225371976227
328
+ ],
329
+ "properties":{
330
+ "name":"A FeatureCollection(polygons)",
331
+ "description":"represents GML MultiGeometry",
332
+ "includesData":true
333
+ },
334
+ "crs":{
335
+ "type":"name",
336
+ "properties":{
337
+ "name":"urn:ogc:def:crs:OGC:1.3:CRS84"
338
+ }
339
+ },
340
+ "features":[
341
+ {
342
+ "type":"Feature",
343
+ "id":"unique3",
344
+ "geometry":{
345
+ "type":"Polygon",
346
+ "coordinates":[
347
+ [
348
+ [
349
+ -149.880796,
350
+ 61.21988
351
+ ],
352
+ [
353
+ -149.880625,
354
+ 61.221305
355
+ ],
356
+ [
357
+ -149.889386,
358
+ 61.221346
359
+ ],
360
+ [
361
+ -149.880796,
362
+ 61.21988
363
+ ]
364
+ ],
365
+ [
366
+ [
367
+ -149.8807,
368
+ 61.21990
369
+ ],
370
+ [
371
+ -149.880627,
372
+ 61.221300
373
+ ],
374
+ [
375
+ -149.8809,
376
+ 61.221300
377
+ ],
378
+ [
379
+ -149.8807,
380
+ 61.21990
381
+ ]
382
+ ],
383
+ [
384
+ [
385
+ -149.889300,
386
+ 61.221300
387
+ ],
388
+ [
389
+ -149.889382,
390
+ 61.221345
391
+ ],
392
+ [
393
+ -149.889382,
394
+ 61.221445
395
+ ],
396
+ [
397
+ -149.889300,
398
+ 61.221300
399
+ ]
400
+ ]
401
+ ]
402
+ },
403
+ "properties":{
404
+ "name":"Buttress Park sampling location",
405
+ "description":"Boundary of area in downtown Anchorage where sampling occurred"
406
+ }
407
+ },
408
+ {
409
+ "type":"Feature",
410
+ "id":"unique4",
411
+ "geometry":{
412
+ "type":"Polygon",
413
+ "coordinates":[
414
+ [
415
+ [
416
+ -149.888221,
417
+ 61.219643
418
+ ],
419
+ [
420
+ -149.889466,
421
+ 61.219643
422
+ ],
423
+ [
424
+ -149.889251,
425
+ 61.219973
426
+ ],
427
+ [
428
+ -149.887835,
429
+ 61.219952
430
+ ],
431
+ [
432
+ -149.888221,
433
+ 61.219643
434
+ ]
435
+ ]
436
+ ]
437
+ },
438
+ "properties":{
439
+ "includesData":false,
440
+ "name":"Equipment staging area",
441
+ "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.)"
442
+ }
443
+ }
444
+ ]
445
+ }
446
+ ]