Skip to content

Commit

Permalink
Update Wegenregister (Flanders, Belgium)
Browse files Browse the repository at this point in the history
Related to #471
  • Loading branch information
jbelien authored Dec 20, 2024
1 parent add95dd commit 1939b3c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/belgium-flanders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
country: europe/belgium
- name: Download & Unzip Wegenregister data
run: |
wget --content-disposition "https://download.vlaanderen.be/bff/v1/Orders/248409/download/7fae9d05-e147-48d3-8dfa-d66de16a2fb6"
unzip -j "Wegenregister_SHAPE_20240620.zip" "Shapefile/Wegsegment.*"
wget --content-disposition "https://download.vlaanderen.be/bff/v1/Orders/306141/download/65f6195e-d0d7-427e-84f3-c7d7669fad5b"
unzip -j "Wegenregister_SHAPE_20241219.zip" "Shapefile/Wegsegment.*"
- name: Convert (and filter) Wegenregister to GeoJSON
run: |
ogr2ogr -f "GeoJSON" -progress \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ OpenStreetMap (OSM) is extremly good at quickly creating a usable map. It is les
[be-bru-2]: https://bric.brussels/en/our-solutions/urbis-solutions/urbis-data/urbis-adm
[be-bru-3]: https://maproulette.org/browse/challenges/14675
[be-vla-1]: https://github.com/osmbe/road-completion/tree/master/data/belgium/flanders
[be-vla-2]: https://download.vlaanderen.be/product/10481-wegenregister-20062024
[be-vla-2]: https://download.vlaanderen.be/product/10657-wegenregister-19122024
[be-vla-3]: https://maproulette.org/browse/challenges/24090
[be-wal-1]: https://github.com/osmbe/road-completion/tree/master/data/belgium/wallonia
[be-wal-2]: http://geoportail.wallonie.be/catalogue/b795de68-726c-4bdf-a62a-a42686aa5b6f.html
Expand Down
2 changes: 1 addition & 1 deletion data/belgium/flanders/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![🇧🇪 Flanders, Belgium](https://github.com/osmbe/road-completion/actions/workflows/belgium-flanders.yml/badge.svg)](https://github.com/osmbe/road-completion/actions/workflows/belgium-flanders.yml)

> Source: <https://download.vlaanderen.be/bff/v1/Orders/248409/download/7fae9d05-e147-48d3-8dfa-d66de16a2fb6>
> Source: <https://download.vlaanderen.be/bff/v1/Orders/306141/download/65f6195e-d0d7-427e-84f3-c7d7669fad5b>
## Filters

Expand Down
4 changes: 2 additions & 2 deletions data/belgium/flanders/process.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

FILENAME="Wegenregister_SHAPE_20240620"
FILENAME="Wegenregister_SHAPE_20241219"
MAPROULETTE_CHALLENGE=24090

# Make script directory working directory
Expand All @@ -12,7 +12,7 @@ cd `dirname "$(realpath $0)"`
mkdir -p "./source/"

if [ ! -d "./source/$FILENAME" ]; then
wget -O "./source/$FILENAME.zip" "https://downloadagiv.blob.core.windows.net/wegenregister/$FILENAME.zip"
wget -O "./source/$FILENAME.zip" "https://download.vlaanderen.be/bff/v1/Orders/306141/download/65f6195e-d0d7-427e-84f3-c7d7669fad5b"
unzip -j "./source/$FILENAME.zip" -d "./source/$FILENAME/" "$FILENAME/Shapefile/Wegsegment.*"
fi

Expand Down

0 comments on commit 1939b3c

Please sign in to comment.