diff --git a/.gitignore b/.gitignore index a1d485e..d132b74 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ Temporary Items .apdisk +*.xlsx diff --git a/scripts/geojson_to_postgis.sh b/scripts/geojson_to_postgis.sh index d5e0732..76958f5 100755 --- a/scripts/geojson_to_postgis.sh +++ b/scripts/geojson_to_postgis.sh @@ -31,6 +31,9 @@ psql -U redadeg -d redadeg < load_tables_3948.sql # et on exporte vers Geojson rm phase_1_pk_auto.geojson ogr2ogr -f "GeoJSON" phase_1_pk_auto.geojson PG:"host=localhost user=redadeg password=redadeg dbname=redadeg" phase_1_pk_auto_4326 - # les fichiers sont ensuite tout de suite visible dans umap +# exports supplémentaires +rm phase_1_pk_auto.xlsx +ogr2ogr -f "XLSX" phase_1_pk_auto.xlsx PG:"host=localhost user=redadeg password=redadeg dbname=redadeg" phase_1_pk_auto_4326 +