Oslandia / py3dtiles

:warning: Project migrated to : https://gitlab.com/py3dtiles/py3dtiles :warning:
https://py3dtiles.org
Other
215 stars 76 forks source link

Database connection #74

Closed delhomer closed 4 years ago

delhomer commented 4 years ago

In line with two PRs (#70 and #72), we are manually passing arguments to the program so as it generates a connection to the database.

In order to makes the program more generalizable and the CLI less verbose, we could use a database connection configuration file (e.g. PostgreSQL comes with a pg_service.conf file).