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 Jan 19, 2025
1 parent da34eea commit c271f78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/belgium-flanders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ concurrency:

env:
MAPROULETTE_CHALLENGE_ID: 24090
WEGENREGISTER_URL: "https://download.vlaanderen.be/bff/v1/Orders/306141/download/65f6195e-d0d7-427e-84f3-c7d7669fad5b"
WEGENREGISTER_URL: "https://download.vlaanderen.be/bff/v1/Orders/318961/download/d04a1c07-b34f-4b38-ac86-18352ef4317b"
WEGENREGISTER_DATE: "20241219"

jobs:
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/306141/download/65f6195e-d0d7-427e-84f3-c7d7669fad5b>
> Source: <https://download.vlaanderen.be/product/10657-wegenregister-19122024>
## Filters

Expand Down
2 changes: 1 addition & 1 deletion data/belgium/flanders/process.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cd `dirname "$(realpath $0)"`
mkdir -p "./source/"

if [ ! -d "./source/$FILENAME" ]; then
wget -O "./source/$FILENAME.zip" "https://download.vlaanderen.be/bff/v1/Orders/306141/download/65f6195e-d0d7-427e-84f3-c7d7669fad5b"
wget -O "./source/$FILENAME.zip" "https://download.vlaanderen.be/bff/v1/Orders/318961/download/d04a1c07-b34f-4b38-ac86-18352ef4317b"
unzip -j "./source/$FILENAME.zip" -d "./source/$FILENAME/" "$FILENAME/Shapefile/Wegsegment.*"
fi

Expand Down

0 comments on commit c271f78

Please sign in to comment.