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 Sep 8, 2024
1 parent 98fc91d commit 3c64328
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/belgium-flanders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ concurrency:

env:
MAPROULETTE_CHALLENGE_ID: 24090
FILENAME: Wegenregister_SHAPE_20240620

jobs:

Expand Down Expand Up @@ -55,8 +54,8 @@ jobs:
country: europe/belgium
- name: Download & Unzip Wegenregister data
run: |
wget "https://downloadagiv.blob.core.windows.net/wegenregister/${{ env.FILENAME }}.zip"
unzip -j "${{ env.FILENAME }}.zip" "Shapefile/Wegsegment.*"
wget "https://download.vlaanderen.be/bff/v1/Orders/248409/download/7fae9d05-e147-48d3-8dfa-d66de16a2fb6"
unzip -j "Wegenregister_SHAPE_20240620.zip" "Shapefile/Wegsegment.*"
- name: Convert (and filter) Wegenregister to GeoJSON
run: |
ogr2ogr -f "GeoJSON" -progress \
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/248403/download/db4138b3-89ff-4f8f-8658-ac92c348c762>
> Source: <https://download.vlaanderen.be/bff/v1/Orders/248409/download/7fae9d05-e147-48d3-8dfa-d66de16a2fb6>
## Filters

Expand Down

0 comments on commit 3c64328

Please sign in to comment.