We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
There is not included
The text was updated successfully, but these errors were encountered:
Did you find a solution/workaround? I am running into the same issue now.....
Sorry, something went wrong.
No branches or pull requests
example:
Running this command: 👇
The error:
in gdal.
There is not included
PostgreSQLThe text was updated successfully, but these errors were encountered: