Skip to content

Live interactive alert management and risk display

Compare
Choose a tag to compare
@frgfm frgfm released this 24 Dec 15:20
4a11c57

This minor release improves the existing interface and adds live data fetching for improved data freshness.

Note: pyro-platform 0.1.1 mainly requires numpy, dash, plotly and pyroclient.

Highlights

General interface

General layout of the platform
New

  • Added a cache mechanism (#26)
  • Added Pyronear API client integration (#29)

Alert monitoring

Everything related to live wildfire alerts
New

  • Added wildfire history display (#25)
  • Added live alert fetching from API (#31)
  • Added alert acknowledgement interaction (#33)

Risk score

Wildfire risk estimation insights
New

  • Added pyrorisk integration via fallback while server call times out (#34)

Documentation

The documentation of the Dash platform
Fixes

  • Fixed instruction to run plain Flask server (#30)

Others

New

  • Added funding option

Improvements

  • Added credentials retrieval from .env file (#30)
  • Added CI jobs for plain server running and gunicorn process (#30, #32)

Fixes

  • Fixed Flask server running without docker (#30)
  • Fixed gunicorn process for Heroku deployment (#32)