up makefile

This commit is contained in:
Tykayn 2023-10-01 15:17:56 +02:00 committed by tykayn
parent 6d42690404
commit 237944c668
2 changed files with 4 additions and 1940363 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +1,7 @@
default: irve
irve:
# update the open data sources, convert them to osm file
#cd update_scripts
bash ./update_scripts/get_irve.sh
cd ..
wget https://www.data.gouv.fr/fr/datasets/r/7eee8f09-5d1b-4f48-a304-5e99e8da1e26 -O ./etalab_data/irve_bornes_recharge/latest.json
ts-node convert_to_osm_tags.ts --engine=true --source="etalab_data/irve_bornes_recharge/latest.json" --outname="_irve-latest-etalab_"
geojson2osm "$PWD/output/converted__irve-latest-etalab_.json" > "$PWD/osm_output/bornes-irve-filetered_latest.osm"
echo "you can open the irve converted osm file in JOSM : $PWD/osm_output/bornes-irve-filetered_latest.osm "
geojson2osm "output/converted__irve-latest-etalab_.json" > "osm_output/bornes-irve-filetered_latest.osm"
echo "you can open the irve converted osm file in JOSM : osm_output/bornes-irve-filetered_latest.osm "