Geospatial Learning
October 2, 2021 ยท View on GitHub
Server-side Geospatial Clustering using H3
This repo is a companion to a complete blog post here
Getting Started
- Build the custom PostGIS docker image and start it using docker-compose
docker-compose up -d --build
- Run the API
cd api
dotnet run
- Start the Front-end App
cd app
yarn dev
- Go to the page served by the Front-end App