File tree 4 files changed +13
-17
lines changed
4 files changed +13
-17
lines changed Original file line number Diff line number Diff line change 10
10
PROVIDER_URL = "https://geobroker.geobasis-bb.de/gbss.php?MODE=GetProductInformation&PRODUCTID=9e95f21f-4ecf-4682-9a44-e5f7609f6fa0"
11
11
# From http://osmtipps.lefty1963.de/2008/10/bundeslnder.html
12
12
BBOX = [11.2681664447 ,51.3606627053 ,14.7647105012 ,53.5579500214 ]
13
+ EXTENSIONS = [
14
+ "https://fiboa.github.io/flik-extension/v0.1.0/schema.yaml"
15
+ ]
13
16
COLUMNS = {
14
17
'geometry' : 'geometry' ,
15
18
'FB_ID' : ['flik' , 'id' ], # make flik id a dedicated column to align with NRW etc.
25
28
# Don't include SHAPE_AREA
26
29
}
27
30
MISSING_SCHEMAS = {
28
- 'required' : ['flik' ],
29
31
'properties' : {
30
- 'flik' : {
31
- 'type' : 'string'
32
- },
33
32
'hbn' : {
34
33
'type' : 'string'
35
34
},
Original file line number Diff line number Diff line change 9
9
ATTRIBUTION = "© ML/SLA Niedersachsen (2024), dl-de/by-2-0 (www.govdata.de/dl-de/by-2-0), Daten bearbeitet"
10
10
# From http://osmtipps.lefty1963.de/2008/10/bundeslnder.html
11
11
BBOX = [6.6545841239 ,51.2954150799 ,11.59769814 ,53.8941514415 ]
12
+ EXTENSIONS = [
13
+ "https://fiboa.github.io/flik-extension/v0.1.0/schema.yaml"
14
+ ]
12
15
COLUMNS = {
13
16
'geometry' : 'geometry' ,
14
17
'FLIK' : ['id' , 'flik' ], # make flik id a dedicated column to align with NRW etc.
21
24
# Don't include SHAPE_Area
22
25
}
23
26
MISSING_SCHEMAS = {
24
- 'required' : ['flik' ],
25
27
'properties' : {
26
- 'flik' : {
27
- 'type' : 'string'
28
- },
29
28
'ant_jahr' : {
30
29
'type' : 'int16'
31
30
},
Original file line number Diff line number Diff line change 8
8
PROVIDER_URL = "https://www.opengeodata.nrw.de/produkte/umwelt_klima/bodennutzung/landwirtschaft/"
9
9
# From http://osmtipps.lefty1963.de/2008/10/bundeslnder.html
10
10
BBOX = [5.8659988131 ,50.3226989435 ,9.4476584861 ,52.5310351488 ]
11
- EXTENSIONS = ["https://fiboa.github.io/inspire-extension/v0.2.0/schema.yaml" ]
11
+ EXTENSIONS = [
12
+ "https://fiboa.github.io/inspire-extension/v0.2.0/schema.yaml" ,
13
+ "https://fiboa.github.io/flik-extension/v0.1.0/schema.yaml"
14
+ ]
12
15
COLUMNS = {
13
16
'geometry' : 'geometry' ,
14
17
'ID' : 'id' ,
20
23
'AREA_HA' : 'area'
21
24
}
22
25
MISSING_SCHEMAS = {
23
- 'required' : ['flik' ],
24
26
'properties' : {
25
- 'flik' : {
26
- 'type' : 'string'
27
- },
28
27
'nutz_code' : {
29
28
'type' : 'string'
30
29
},
Original file line number Diff line number Diff line change 9
9
LICENSE = "dl-de/zero-2-0"
10
10
# From http://osmtipps.lefty1963.de/2008/10/bundeslnder.html
11
11
BBOX = [7.8685145620 ,53.3590675115 ,11.3132037822 ,55.0573747014 ]
12
+ EXTENSIONS = [
13
+ "https://fiboa.github.io/flik-extension/v0.1.0/schema.yaml"
14
+ ]
12
15
COLUMNS = {
13
16
'geometry' : 'geometry' ,
14
17
'fachguelti' : 'determination_datetime' ,
18
21
'SHAPE_LEN' : "perimeter"
19
22
}
20
23
MISSING_SCHEMAS = {
21
- 'required' : ['flik' ],
22
24
'properties' : {
23
- 'flik' : {
24
- 'type' : 'string'
25
- },
26
25
'hbn' : {
27
26
'type' : 'string'
28
27
}
You can’t perform that action at this time.
0 commit comments