mapcomplete/assets/themes/grb
2024-11-05 14:14:53 +01:00
..
grb.json Chore: translation sync 2024-11-05 14:14:53 +01:00
housenumber_blank.svg Add documentation on themes, move some themes around 2022-11-30 21:38:50 +01:00
housenumber_blank.svg.license More steps toward REUSE-compliance 2023-07-27 03:32:49 +02:00
license_info.json Unify some license expressions 2023-07-27 02:51:59 +02:00
logo.svg Add documentation on themes, move some themes around 2022-11-30 21:38:50 +01:00
logo.svg.license More steps toward REUSE-compliance 2023-07-27 03:32:49 +02:00
README.md Add documentation on themes, move some themes around 2022-11-30 21:38:50 +01:00
warning.svg Add documentation on themes, move some themes around 2022-11-30 21:38:50 +01:00
warning.svg.license More steps toward REUSE-compliance 2023-07-27 03:32:49 +02:00

GRB Import helper

Preparing the CRAB dataset

# The original data is downloaded from https://download.vlaanderen.be/Producten/Detail?id=447&title=CRAB_Adressenlijst# (the GML-file here )
wget https://downloadagiv.blob.core.windows.net/crab-adressenlijst/GML/CRAB_Adressenlijst_GML.zip
        
# Extract the zip file
unzip CRAB_Adressenlijst_GML.zip

# convert the pesky GML file into geojson
ogr2ogr -progress -t_srs WGS84 -f \"GeoJson\" CRAB.geojson CrabAdr.gml

# When done, this big file is sliced into tiles with the slicer script
node --max_old_space_size=8000 $(which ts-node) ~/git/MapComplete/scripts/slice.ts CRAB.geojson 18 ~/git/pietervdvn.github.io/CRAB_2021_10_26