This repository contains a dashboard for visualising IceNet forecasts. It is built on top of Plotly Dash to serve Cloud Optimized GeoTIFF (COG) files from icenet-dashboard-preprocessor using icenet-tiler-api.
Depends on icenet-tiler-api
and icenet-dashboard-preprocessor
.
This application is designed to be used in conjunction with icenet-tiler-api.
git clone https://github.com/icenet-ai/icenet-dashboard.git
cd icenet-dashboard
pip install -r requirements.txt
make run
Open a browser and navigate to http://localhost:8001.