Skip to content

danylaksono/postgeese-starterpack

Repository files navigation

Postgeese-starterpack

What's this

The following is a basic steps for setting up duckdb and it's spatial extension, PostGEESE. This notebook can be used as starting point for building poor man's data lake (or to be precise, data 'pond') for geospatial data science analytics using DuckDB's latest Spatial Extension.

Credit to:

How to use

  • Download the data from here, convert the CSV file to GeoJSON using QGIS. Name it london-trees.geojson. We can also use parquet, which is smaller in size. The spatial extension can also read CSV's using its GDAL driver ( see the docs for st_read() here). Change the code accordingly.
  • Put the file in the same folder
  • Fire up your Jupyter Notebook or upload to Google Colab
  • Have fun!

About

A Jupyter Notebook to start working with DuckDB, with a little example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published