bdw/GridKit

import-dataset.sh Geometry type error

Opened this issue · 0 comments

Hi Bart,
I get the following error when loading the filtered power data to the database:

psql:./src/prepare-tables.sql:191: ERROR:  Geometry type (MultiPolygon) does not match column type (Polygon)
psql:./src/prepare-tables.sql:200: ERROR:  current transaction is aborted, commands ignored until end of transaction block
psql:./src/prepare-tables.sql:206: ERROR:  current transaction is aborted, commands ignored until end of transaction block
psql:./src/prepare-tables.sql:211: ERROR:  current transaction is aborted, commands ignored until end of transaction block
ROLLBACK

Did you get such an error when running your code? and do you have a fix for it?
Best