8 lines
594 B
Bash
8 lines
594 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo "reprendre la data d'osm et convertir en geojson pour corriger en conflater ensuite"
|
||
|
|
||
|
osm2geojson "/home/tykayn/Nextcloud/projets/bornes elec irve osm/essonne_charging_stations_to_fix_phone.osm" "/home/poule/encrypted/stockage-syncable/www/development/html/mapping-osm-geojson/etalab_data/irve_bornes_recharge/essonne_charging_stations_to_fix_phone.geojson"
|
||
|
|
||
|
ts-node convert_to_osm_tags.ts --engine=true --source="/home/poule/encrypted/stockage-syncable/www/development/html/mapping-osm-geojson/etalab_data/irve_bornes_recharge/essonne_charging_stations_to_fix_phone.geojson"
|