From a17503f8eca3c663838d70cee6ed4f76e5f4554f Mon Sep 17 00:00:00 2001 From: Lionel Vidaller <lvidaller@grandlyon.com> Date: Tue, 24 Nov 2020 11:44:56 +0100 Subject: [PATCH] add wget data --- README.md | 4 ---- bal2osm/osmfile.sh | 2 +- setup.sh | 4 ---- 3 files changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 5182dbe..c676660 100755 --- a/README.md +++ b/README.md @@ -8,10 +8,6 @@ Run `./setup.sh` Run `./start.sh` -## docker-compose - -Run `docker-compose up` - ## Resources Photon : https://github.com/komoot/photon diff --git a/bal2osm/osmfile.sh b/bal2osm/osmfile.sh index 275c438..3e5d7ce 100644 --- a/bal2osm/osmfile.sh +++ b/bal2osm/osmfile.sh @@ -7,7 +7,7 @@ if [ -e "$DATAPATH/$OSMFILE" ]; then rm "$DATAPATH/$OSMFILE" fi -# Get the Métropole de Lyon database +# Get the Métropole de Lyon adresses file if [ -e "$DATAPATH/bal_200046977.csv" ]; then rm $DATAPATH/bal_200046977.csv fi diff --git a/setup.sh b/setup.sh index 5f2e38a..c5c00d3 100755 --- a/setup.sh +++ b/setup.sh @@ -9,10 +9,6 @@ docker-compose rm -f sudo rm -Rf ./nominatimdata && mkdir nominatimdata sudo rm -Rf ./photondata && mkdir photondata -# Get the Métropole de Lyon database -#sudo rm ./bal2osm/bal_200046977.csv -#wget --directory-prefix=./bal2osm https://download.data.grandlyon.com/files/grandlyon/localisation/bal/bal_200046977.csv - # Generate OSM file cd bal2osm docker build -t bal2osm . -- GitLab