Reads dynamic SQL queries and outputs Shapefiles
911
This app uses Python and GDAL's ogr2ogr tool to output dynamic PostgreSQL queries into Shapefiles.
Tool designed for the needs of the METIS FTTH team.
In order to access the files, run the commands detailed below OR execute the bash/bat with the following arguments:
Process an isolated container:
docker run -d=false --name altitude_export_run omarcel/altitude_pg2shp:latest $1 $2 $3 $4 $5 $6 $7
Copy container output to host:
docker cp altitude_export_run:/app/out/. out/
Stop container:
docker stop altitude_export_run
Remove container:
docker rm altitude_export_run
Content type
Image
Digest
Size
125 MB
Last updated
about 6 years ago
docker pull omarcel/altitude_pg2shp