Skip to content

What is the DuckDB path for segments? #121

Discussion options

You must be logged in to vote

Hi @BruceHarold - This worked for me:

$ duckdb
v0.9.2 3c695d7ba9
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database.
D load httpfs;
D SET s3_region = 'us-west-2';
D select * from read_parquet('s3://overturemaps-us-west-2/release/2024-01-17-alpha.0/theme=transportation/type=segment/*') limit 10;
100% ▕████████████████████████████████████████████████████████████▏
┌──────────────────────┬──────────────────────┬──────────────────────┬─────────┬───┬──────────────────────┬────────────────┬─────────┐
│          id          │       geometry       │         bbox         │ subType │ … │         road         │     theme…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@BruceHarold
Comment options

Answer selected by BruceHarold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants