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

docs(blog): ibis, duckdb geo and lonboard for overture maps #10215

Merged
merged 4 commits into from
Sep 25, 2024

Conversation

ncclementi
Copy link
Contributor

@ncclementi ncclementi commented Sep 24, 2024

Closes #9598

Includes changes after duckdb 1.1.1 release and review comments.

cc: @kylebarron

@github-actions github-actions bot added the docs Documentation related issues or PRs label Sep 24, 2024
@ncclementi ncclementi added the docs-preview Add this label to trigger a docs preview label Sep 24, 2024
@ibis-docs-bot ibis-docs-bot bot removed the docs-preview Add this label to trigger a docs preview label Sep 24, 2024
Comment on lines 27 to 29
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`.

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

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can be
?

@ncclementi ncclementi added the docs-preview Add this label to trigger a docs preview label Sep 25, 2024
@ibis-docs-bot ibis-docs-bot bot removed the docs-preview Add this label to trigger a docs preview label Sep 25, 2024
---
title: "From query to plot: Exploring GeoParquet Overture Maps with Ibis, DuckDB, and Lonboard"
author: Naty Clementi and Kyle Barron
date: 2024-09-13

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 :)

@cpcloud cpcloud enabled auto-merge (squash) September 25, 2024 18:02
@cpcloud cpcloud merged commit 5f18747 into ibis-project:main Sep 25, 2024
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation related issues or PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docs(blog/how to): Ibis + duckdb spatial + geoparquet + lonboard
4 participants