Skip to content
New issue

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

Error setting Geom column in Points table. #10

Open
mitirmizi opened this issue Dec 21, 2023 · 1 comment
Open

Error setting Geom column in Points table. #10

mitirmizi opened this issue Dec 21, 2023 · 1 comment

Comments

@mitirmizi
Copy link

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
Copy link
Member

Is this issue still relevant after the latest commits?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants