diff --git a/makefile b/makefile index 2626ac5..2a1ecfc 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,7 @@ default: irve irve: # update the open data sources, convert them to osm file + wget https://osmose.openstreetmap.fr/api/0.3/issues.geojson?item=8410&full=true -O ./etalab_data/irve_bornes_recharge/osmose-irve-item-8410.json 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 "output/converted__irve-latest-etalab_.json" > "osm_output/bornes-irve-filetered_latest.osm"