This repository was archived by the owner on Sep 24, 2024. It is now read-only.
forked from ezwelty/opentrees-harvester
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbelgium.js
More file actions
39 lines (39 loc) · 1.34 KB
/
belgium.js
File metadata and controls
39 lines (39 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
module.exports = [
{
id: 'antwerpen_be',
country: 'Belgium',
short: 'Antwerp',
download: 'https://opendata.arcgis.com/datasets/0293af55ca454b44ba789ee14c82543a_676.zip',
info: 'https://portaal-stadantwerpen.opendata.arcgis.com/datasets/boom/data',
crosswalk: {
scientific: 'LATBOOMSOO',
dbh: 'STAMOMTREK',
ref: 'ANTW_ID'
}
},
{
id: 'wallonie_bruxelles_be',
short: 'Wallonie-Bruxelles',
download: 'https://www.odwb.be/explore/dataset/arbustum/download/?format=shp',
info: 'https://www.odwb.be/explore/dataset/arbustum/information/'
},
{
id: 'roosendaal_be',
short: 'Roosendaal',
long: 'Gemeente Roosendaal',
download: 'https://opendata.arcgis.com/datasets/f97b4a30ac914a73aa7552a96f0ae82d_0.zip',
info: 'https://opendata.roosendaal.nl/datasets/gbi-boom-public'
},
{
id: 'gent_be',
short: 'Gent',
long: 'Stad Gent',
download: 'https://datatank.stad.gent/4/milieuennatuur/bomeninventaris.json',
info: 'https://datatank.stad.gent/4/milieuennatuur/bomeninventaris',
srs: 'EPSG:3857',
license: {
name: 'Modellicentie Gratis Hergebruik - v1.0',
url: 'https://overheid.vlaanderen.be/sites/default/files/documenten/ict-egov/licenties/hergebruik/modellicentie_gratis_hergebruik_v1_0.html'
}
}
].map(s => ({ ...s, country: 'Belgium' }))