tum-gis/3dcitydb-docker-postgis

Add DB management scripts

BWibo opened this issue · 1 comments

BWibo commented

Add scripts to /usr/local/bin for easier database creation, deletion and reset.
Example call inside container:

# Create a new 3DCityDB
create3DCityDB.sh <DBNAME> <SRID> <SRSNAME>
create3DCityDB.sh "munich-db" 31468 "EPSG:31468"

# delete an existing 3DCityDB
delete3DCityDB.sh <DBNAME>

# reset (=remove all data from DB)
reset3DCityDB.sh <DBNAME>
BWibo commented

added in 4e77968