Releases: MetOffice/forest
Releases · MetOffice/forest
v0.20.6
v0.20.5
- Patch
bokeh serve
usage needed by Docker container implementation of FOREST
v0.20.4
- Add periodic callback
forest.app_hooks.DatasetSync
to calldataset.sync()
if implemented every 15 minutes - Implemented
forest.drivers.unified_model.Sync
to update underlying SQL database whendataset.sync()
called
v0.20.3
- Put layer settings in
sidenav
instead ofmodal
to make usability more intuitive
v0.20.2
- Fix
forest.drivers.nearcast.Navigator
to exceptValueError
if no pygrib messages found
v0.20.1
- Use multiple-colormapper feature color_mapper with Nearcast dataset
v0.20.0
- Overhauled user interface
- Large collection of bugs fixed
v0.19.1
Long overdue bug fix to make disputed borders and lakes toggle with coastlines and country borders. Migrating to component redux pattern allows for default settings to be specified in config.yaml
# config.yaml
state:
borders:
line_color: white
visible: false
Although technically new functionality it is not a significant enough improvement to justify a minor version increase
v0.19.0
Steps towards stateless application and improved customisation
- Allow users to set state via the config file, for example, to set wikimedia tiles in
config.yaml
add the following lines.
# inside config.yaml
state:
tile:
name: Wikimedia
labels: false
Note: While convenient the shape of forest.state.State
is likely to change in future releases
v0.18.0
- Add support for NAME atmospheric dispersion model outputs in
forest.drivers.name.py
- Add tutorial instructions for visualising NAME outputs
- Add NAME sample data to tutorial