Skip to content

This repo containse the demos and link to slides for the Ibis + DuckDB geospatial talk

License

Notifications You must be signed in to change notification settings

ncclementi/ibis_duckdb_geospatial_scipy2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ibis + DuckDB geospatial: a match made on Earth

This repo contains the demos and link to slides for the Ibis + DuckDB geospatial talk.

How to download and cite the slides:

Download: https://figshare.com/articles/presentation/Ibis_DuckDB_geospatial_a_match_made_on_Earth_Scipy_2024_/26264120

Cite: Clementi, Natalia C. (2024). Ibis + DuckDB geospatial: a match made on Earth (Scipy 2024). figshare. Presentation. https://doi.org/10.6084/m9.figshare.26264120.v1

Run the demos:

Create an enviornment with mamba, conda or the package manager of your choice. I used mamba, and then pip to install some nightly version of packages and upgrade some dependencies.

$ mamba create -n ibis-geo-scipy24 python=3.11
$ mamba activate ibis-geo-scipy24
$ pip install duckdb --pre --upgrade
$ pip install 'ibis-framework[duckdb,geospatial]'
$ pip install -U geopandas
$ pip install lonboard jupyterlab

Launch jupyterlab and start playing around.

License

All content is under Creative Commons Attribution CC-BY 4.0, and all code is under BSD-3 clause. We are happy if you re-use the content in any way!

License License: CC BY 4.0

About

This repo containse the demos and link to slides for the Ibis + DuckDB geospatial talk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published