Skip to content
Snippets Groups Projects
Commit a17503f8 authored by Lionel VIDALLER's avatar Lionel VIDALLER
Browse files

add wget data

parent f4d39f27
No related branches found
No related tags found
No related merge requests found
......@@ -8,10 +8,6 @@ Run `./setup.sh`
Run `./start.sh`
## docker-compose
Run `docker-compose up`
## Resources
Photon : https://github.com/komoot/photon
......
......@@ -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
......
......@@ -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 .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment