GithubHelp home page GithubHelp logo

tum-gis / 3dcitydb-docker-postgis Goto Github PK

View Code? Open in Web Editor NEW
37.0 13.0 14.0 152 KB

3D City Database PostGIS Docker image

License: Apache License 2.0

Shell 67.81% PLpgSQL 11.67% Batchfile 2.76% Dockerfile 17.76%
3dcitydb docker container citygml 3d-city-database postgis

3dcitydb-docker-postgis's People

Contributors

bwibo avatar thomashkolbe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

3dcitydb-docker-postgis's Issues

Add DB management scripts

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>

Persist data in an image

This should be possible by simply issuing a new commit, e.g. after data has been importer to a 3DCityDB instance running on a docker container.
This would be a powerful option to provide data, as one could hand out a fully setup 3DCityDB with the requried data already stored in it.

Invalid SRID

Test behavior, if invalid SRID is provided with docker run. E.g. if the provided SRID is unknown to the 3DCityDB.

Missing hint in documentation for mandatory postgres values

The new version of postgres base image requires new values. Change documentation.

See:

Error: Database is uninitialized and superuser password is not specified. You must specify POSTGRES_PASSWORD to a non-empty value for the superuser. For example, "-e POSTGRES_PASSWORD=password" on "docker run".

You may also use "POSTGRES_HOST_AUTH_METHOD=trust" to allow all
connections without a password. This is not recommended.

See PostgreSQL documentation about "trust":
https://www.postgresql.org/docs/current/auth-trust.html

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.