Skip to content

Releases: MetOffice/forest

v0.20.6

03 Jul 11:09
8af680a
Compare
Choose a tag to compare
  • Fix forest.drivers.unified_model.Sync to except OSError when processing S3 Glacier objects. See #421

v0.20.5

02 Jul 16:55
c7e12da
Compare
Choose a tag to compare
  • Patch bokeh serve usage needed by Docker container implementation of FOREST

v0.20.4

02 Jul 15:28
767d591
Compare
Choose a tag to compare
  • Add periodic callback forest.app_hooks.DatasetSync to call dataset.sync() if implemented every 15 minutes
  • Implemented forest.drivers.unified_model.Sync to update underlying SQL database when dataset.sync() called

v0.20.3

01 Jul 09:58
99eaf8b
Compare
Choose a tag to compare
  • Put layer settings in sidenav instead of modal to make usability more intuitive

v0.20.2

29 Jun 15:10
a5c6389
Compare
Choose a tag to compare
  • Fix forest.drivers.nearcast.Navigator to except ValueError if no pygrib messages found

v0.20.1

29 Jun 14:37
dbed4aa
Compare
Choose a tag to compare
  • Use multiple-colormapper feature color_mapper with Nearcast dataset

v0.20.0

29 Jun 13:04
e7af999
Compare
Choose a tag to compare
  • Overhauled user interface
  • Large collection of bugs fixed

v0.19.1

23 Jun 15:30
9941454
Compare
Choose a tag to compare

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

23 Jun 12:53
7f5da32
Compare
Choose a tag to compare

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

08 Jun 16:13
d508448
Compare
Choose a tag to compare
  • 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