NINAnor / experimental-bbox-colorscale-map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BBox colorscale map

experimental maplibre map with dynamic colormap based on bbox also experimenting strava heatmap implmentation https://medium.com/strava-engineering/the-global-heatmap-now-6x-hotter-23fc01d301de

Running the webapp

The only requirement is having a web server which supports HTTP bytes serving/ranged requests, such as NGINX.

Development

docker compose --profile dev up --build

Then, the application can be seen by visiting http://localhost:8000/.

Production

Same as development, but using the prod profile:

docker compose --profile prod up

About


Languages

Language:Jupyter Notebook 96.3%Language:JavaScript 1.7%Language:Python 1.6%Language:CSS 0.2%Language:Dockerfile 0.1%Language:HTML 0.0%