-
Notifications
You must be signed in to change notification settings - Fork 598
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
docs(blog): ibis, duckdb geo and lonboard for overture maps #10215
docs(blog): ibis, duckdb geo and lonboard for overture maps #10215
Conversation
First make sure you have `duckdb=1.1.1`, then install Ibis with the dependencies | ||
needed to work with geospatial data using DuckDB. To be able to read GeoParquet | ||
files the DuckDB version should be `>=1.1.1`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You mention the duckdb version constraint twice here
files the DuckDB version should be `>=1.1.1`. | ||
|
||
```bash | ||
$ pip install duckdb==1.1.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd suggest that we suggest >=1.1.1 for users
con = ibis.get_backend() # default duckdb backend | ||
``` | ||
|
||
With Ibis and DuckDB we be more specific about the data we want thanks to the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can be
?
--- | ||
title: "From query to plot: Exploring GeoParquet Overture Maps with Ibis, DuckDB, and Lonboard" | ||
author: Naty Clementi and Kyle Barron | ||
date: 2024-09-13 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
want to update the date but could be done in a follow up :)
Closes #9598
Includes changes after duckdb 1.1.1 release and review comments.
cc: @kylebarron