Skip to content

Instantly share code, notes, and snippets.

@eczajk1
Created September 25, 2018 19:26
Show Gist options
  • Select an option

  • Save eczajk1/c1b8f2746bc070469a1ef1cd9eb1fe47 to your computer and use it in GitHub Desktop.

Select an option

Save eczajk1/c1b8f2746bc070469a1ef1cd9eb1fe47 to your computer and use it in GitHub Desktop.
load GeoPackage into PostgreSQL
ogr2ogr -f PostgreSQL PG:"dbname='mydb' host='localhost' port='5432' user='postgres' password='ilovedonuts'" \
~/Desktop/mygpkg.gpkg gpkg_layer_name -nln pg_schema_name.pg_layer_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment