Skip to content

Commit

Permalink
docs(blog): show how to install geospatial dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored and jcrist committed Jan 23, 2024
1 parent 0f6d45d commit 951a169
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/posts/ibis-duckdb-geospatial-dev-guru/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ that walks you through a step-by-step geospatial analysis of bike sharing data u
Ibis has support for all the geospatial functions used on the tutorial, and we
decided to replicate it and share it with you.

## Installation

Install Ibis with the dependencies needed to work with geospatial data using DuckDB:

```bash
$ pip install 'ibis-framework[duckdb,geospatial]'
```


## Data

The parquet file used in the original tutorial is available at
Expand Down
8 changes: 8 additions & 0 deletions docs/posts/ibis-duckdb-geospatial/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ You can check Dr. Qiusheng Wu's full Spatial Data Management course material on
[YouTube](https://www.youtube.com/watch?v=A4TOAdsXsEs&list=PLAxJ4-o7ZoPe9SkgnophygyLjTDBzIEbi).
:::

## Installation

Install Ibis with the dependencies needed to work with geospatial data using DuckDB:

```bash
$ pip install 'ibis-framework[duckdb,geospatial]'
```

## Data

We are going to be working with data from New York City. The database contains multiple tables with information about
Expand Down

0 comments on commit 951a169

Please sign in to comment.