up makefile
This commit is contained in:
parent
6d42690404
commit
237944c668
File diff suppressed because it is too large
Load Diff
8
makefile
8
makefile
@ -1,9 +1,7 @@
|
|||||||
default: irve
|
default: irve
|
||||||
irve:
|
irve:
|
||||||
# update the open data sources, convert them to osm file
|
# update the open data sources, convert them to osm file
|
||||||
#cd update_scripts
|
wget https://www.data.gouv.fr/fr/datasets/r/7eee8f09-5d1b-4f48-a304-5e99e8da1e26 -O ./etalab_data/irve_bornes_recharge/latest.json
|
||||||
bash ./update_scripts/get_irve.sh
|
|
||||||
cd ..
|
|
||||||
ts-node convert_to_osm_tags.ts --engine=true --source="etalab_data/irve_bornes_recharge/latest.json" --outname="_irve-latest-etalab_"
|
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"
|
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 : $PWD/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 "
|
Loading…
Reference in New Issue
Block a user