[addresses] Querying US addresses by state #342
Closed
Robert Martin (rmx90210)
started this conversation in
Discussion
Replies: 1 comment
-
|
I think I figured this out — they are 1-indexed! So my query should have been: select *
from read_parquet('s3://overturemaps-us-west-2/release/2025-02-19.0/theme=addresses/type=address/*')
where
country = 'US' and
address_levels[1].value = 'CA'As a side note, if anyone can point me to where the 1-indexing is documented, that would be super helpful. I'd like to understand what I'm doing a bit better 😄 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Category Feedback
Hello Overture friends!
I'm trying to query for US addresses in a particular state — say California. (Using DuckDB.) Based on the
addressschema I was expecting this to work:However I get no results. Am I doing this wrong?
Dependency with other categories, if any.
No response
Beta Was this translation helpful? Give feedback.
All reactions