Replies: 1 comment 3 replies
-
@go2garret I copied your sql into DuckDB and it returned point coordinates for me? I'm still using |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am trying to download the updated Places dataset, and it seems like all geometries are coming back with coordinates [0, 0]. I have used the following query in DuckDB to download.
Here, I have tried two sources: 2024-03-12-alpha.0 and 2024-02-15-alpha.0, however I get the same results.
Sample result:
If, however I try to revert back to the original places file release
2023-07-26-alpha.0
, then I get good coordinates. Here's an example:So, my question is, is the places.geometry field still supported? Am I accessing it incorrectly? I used this guide for reference: https://github.com/OvertureMaps/data/blob/main/duckdb_queries/places.sql.
Please advise. Thanks in advance :)
Beta Was this translation helpful? Give feedback.
All reactions