Skip to content

Releases: pyronear/pyro-platform

Pyro-platform v1

20 Dec 18:09
d3953ad
Compare
Choose a tag to compare

V2 is comming so let's realease V1

What's Changed

New Contributors

Full Changelog: v0.1.1...v1.0.0

Live interactive alert management and risk display

24 Dec 15:20
4a11c57
Compare
Choose a tag to compare

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)

Installation monitoring and risk visualization

06 Dec 21:06
a1d18a3
Compare
Choose a tag to compare

This minor release introduces the multi-layer map visualization of alerts and local risk score.

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

Highlights

General interface

General layout of the platform
New

  • Added a layered map visualization using OpenStreetMap (#2, #7), along with satellite view
  • Added header with general information (#18), left panel for layer selection (#10) and dynamic region name (#2)

Alert monitoring

Everything related to live wildfire alerts
New

  • Added landmark sign for existing sites (#9) with dynamic aggregation
  • Added alert marker for live alerts (#23)

Risk score

Wildfire risk estimation insights
New

  • Added a normalized risk color mapping of France (#8)

Documentation

The documentation of the Dash platform
New

Others

New

  • Added Docker build (#3, #5)
  • Added automatic deployment on Heroku (#5)