|
1 | 1 | { |
| 2 | + "type": "FeatureCollection", |
2 | 3 | "schemas": { |
3 | 4 | "de_nrw": [ |
4 | 5 | "https://vecorel.github.io/specification/v0.1.0/schema.yaml", |
5 | | - "https://fiboa.github.io/specification/v0.3.0/schema.yaml", |
6 | | - "https://vecorel.github.io/inspire-extension/v0.2.0/schema.yaml", |
7 | | - "https://fiboa.github.io/flik-extension/v0.1.0/schema.yaml", |
8 | | - "https://fiboa.github.io/crop-extension/v0.1.0/schema.yaml" |
| 6 | + "https://vecorel.github.io/administrative-division-extension/v0.1.0/schema.yaml" |
9 | 7 | ] |
10 | 8 | }, |
11 | | - "collection": "de_nrw", |
12 | | - "license": "dl-de/by-2-0", |
13 | | - "attribution": "Land Nordrhein-Westfalen / Open.NRW - https://www.opengeodata.nrw.de/produkte/umwelt_klima/bodennutzung/landwirtschaft/", |
14 | | - "type": "FeatureCollection", |
| 9 | + "schemas:custom": { |
| 10 | + "properties": { |
| 11 | + "determination_datetime": { |
| 12 | + "type": "date-time" |
| 13 | + }, |
| 14 | + "license": { |
| 15 | + "type": "string" |
| 16 | + } |
| 17 | + } |
| 18 | + }, |
| 19 | + "license": "CC-BY-4.0", |
| 20 | + "admin:country_code": "DE", |
15 | 21 | "features": [ |
16 | 22 | { |
17 | 23 | "id": "12324", |
18 | 24 | "type": "Feature", |
19 | 25 | "properties": { |
20 | | - "inspire:id": "https://geodaten.nrw.de/id/inspire-lc-fb/landcoverunit/12324", |
21 | | - "flik": "DENWLI0542130247", |
22 | | - "determination_datetime": "2005-02-28T00:00:00Z", |
23 | | - "crop:code": "A", |
24 | | - "crop:name": "Ackerland", |
25 | | - "area": 1.6311 |
| 26 | + "admin:subdivision_code": "NW", |
| 27 | + "collection": "de_nrw", |
| 28 | + "determination_datetime": "2005-02-28T00:00:00Z" |
26 | 29 | }, |
27 | 30 | "geometry": { |
28 | | - "type": "Polygon", |
| 31 | + "type": "Point", |
29 | 32 | "coordinates": [ |
30 | | - [ |
31 | | - [7.8752433, 51.7469574], |
32 | | - [7.8754156, 51.7486557], |
33 | | - [7.8755951, 51.7486575], |
34 | | - [7.8757271, 51.7486476], |
35 | | - [7.8758657, 51.7486117], |
36 | | - [7.8761609, 51.7485365], |
37 | | - [7.8762749, 51.7485265], |
38 | | - [7.8766462, 51.7485226], |
39 | | - [7.8766691, 51.7475958], |
40 | | - [7.8766832, 51.7470291], |
41 | | - [7.8752433, 51.7469574] |
42 | | - ] |
| 33 | + 7.628809195253012, |
| 34 | + 51.966334135641944 |
43 | 35 | ] |
44 | | - }, |
45 | | - "bbox": [7.8752433, 51.7469574, 7.8766832, 51.7486575] |
| 36 | + } |
46 | 37 | }, |
47 | 38 | { |
48 | 39 | "id": "2713", |
49 | 40 | "type": "Feature", |
50 | 41 | "properties": { |
51 | | - "inspire:id": "https://geodaten.nrw.de/id/inspire-lc-fb/landcoverunit/2713", |
52 | | - "flik": "DENWLI0540210084", |
53 | | - "determination_datetime": "2005-02-22T00:00:00Z", |
54 | | - "crop:code": "W", |
55 | | - "crop:name": "Weide", |
56 | | - "area": 1.8975 |
| 42 | + "admin:subdivision_code": "BY", |
| 43 | + "collection": "de_nrw", |
| 44 | + "determination_datetime": "2005-02-22T00:00:00Z" |
57 | 45 | }, |
58 | 46 | "geometry": { |
59 | | - "type": "Polygon", |
| 47 | + "type": "Point", |
60 | 48 | "coordinates": [ |
61 | | - [ |
62 | | - [9.2790722, 51.9255088], |
63 | | - [9.2798481, 51.9258291], |
64 | | - [9.280173, 51.925963], |
65 | | - [9.2805999, 51.9261403], |
66 | | - [9.2806601, 51.9260287], |
67 | | - [9.280886, 51.9256102], |
68 | | - [9.2813352, 51.9247781], |
69 | | - [9.2813057, 51.9247258], |
70 | | - [9.280917, 51.9245829], |
71 | | - [9.2799035, 51.9242133], |
72 | | - [9.2798176, 51.9242331], |
73 | | - [9.2793983, 51.9250101], |
74 | | - [9.2792413, 51.925301], |
75 | | - [9.2790722, 51.9255088] |
76 | | - ] |
| 49 | + 11.583212028901471, |
| 50 | + 48.137224125246036 |
77 | 51 | ] |
78 | | - }, |
79 | | - "bbox": [9.2790722, 51.9242133, 9.2813352, 51.9261403] |
| 52 | + } |
80 | 53 | } |
81 | 54 | ] |
82 | 55 | } |
0 commit comments