MobilityDB / MobilityDB-BerlinMOD

BerlinMOD benchmark, a data generator and a tool for comparying Moving Object Databases
8 stars 9 forks source link

Error setting Geom column in Points table. #10

Open mitirmizi opened 10 months ago

mitirmizi commented 10 months ago

When I am loading the berlinMOD data from the given CSV, I get an error when I run the script:

UPDATE Points
SET Geom = ST_Transform(ST_SetSRID(ST_MakePoint(PosX, PosY), 4326), 5676);

The error:

ERROR:  transform: latitude or longitude exceeded limits (-14)
mschoema commented 2 months ago

Is this issue still relevant after the latest commits?