thegraphnetwork / GRAPHnetEpiApp

MIT License
4 stars 1 forks source link

Import maps into database #10

Closed fccoelho closed 3 years ago

fccoelho commented 3 years ago

Postgis databases are designed to store georeferenced data such as maps. we need to import the maps we are already using into our app database.

Typically from a linux machine with gdal-bin installed, we can use the following command:

ogr2ogr -f PostgreSQL PG:"dbname='databasename' host='addr' port='5432' user='x' password='y'" path_name\geopackage_name.gpkg

we need to test this with our maps

fccoelho commented 3 years ago

Done.