↧
Answer by Ludovic Beghin for How to import GeoPackage with ogr2ogr to...
Error was caused because PK was integer. PK must be serial. See this link and this other question.
View ArticleHow to import GeoPackage with ogr2ogr to existing PostgreSQL table with...
I'm encountering an error Null value in column violates not-null constraint while using the ogr2ogr command to import a GeoPackage into a PostgreSQL table named prj.viewshed_local.The...
View Article