Open mitirmizi opened 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)
Is this issue still relevant after the latest commits?
When I am loading the berlinMOD data from the given CSV, I get an error when I run the script:
The error: