Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for PostgreSQL drive #84

Open
Rub21 opened this issue Jan 13, 2020 · 1 comment
Open

Support for PostgreSQL drive #84

Rub21 opened this issue Jan 13, 2020 · 1 comment

Comments

@Rub21
Copy link

Rub21 commented Jan 13, 2020

example:

Running this command: 👇

docker run --rm -v ${PWD}:/home/geolambda developmentseed/geolambda:latest ogr2ogr \
  -f "PostgreSQL" \
  PG:"host=localhost port=15432 dbname=db user=postgres password=1234 " \
  data/admin-areas/states/Admin2.shp \
  -overwrite \
  -nln states \
  -nlt MULTIPOLYGON \
  -lco GEOMETRY_NAME=geom

The error: There is not included PostgreSQL in gdal.

@Rub21 Rub21 changed the title There is no support for PostgreSQL drive Support for PostgreSQL drive Jan 13, 2020
@WaffiAltaher
Copy link

Did you find a solution/workaround? I am running into the same issue now.....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants