/learn-geospatial

Primary LanguageJupyter Notebook

Geospatial Learning

Server-side Geospatial Clustering using H3

This repo is a companion to a complete blog post here

Getting Started

  1. Build the custom PostGIS docker image and start it using docker-compose
docker-compose up -d --build
  1. Run the API
cd api
dotnet run
  1. Start the Front-end App
cd app
yarn dev
  1. Go to the page served by the Front-end App