Skip to content

Releases: b-cubed-eu/b3gbi

Release v0.2.3.1

20 Nov 18:57
Compare
Choose a tag to compare
Release v0.2.3.1 Pre-release
Pre-release

User-supplied resolutions for 'km'-based grid systems are now properly handled

Release v0.2.3

07 Nov 12:40
a8e4489
Compare
Choose a tag to compare
Release v0.2.3 Pre-release
Pre-release

Compatible with gcube output:

  • added class sim_cube for objects without grid codes
  • added 'none' to grid_type options

Bug fixes:

  • No longer returns an error when you correctly specify a cell size when calculating indicators with mgrs grid

Release v0.2.2

16 Jul 07:01
6e76d1d
Compare
Choose a tag to compare
Release v0.2.2 Pre-release
Pre-release

Cubes processed using process_cube_old() now have a column called minCoordinateUncertaintyInMeters, containing the spatial uncertainty from the cube. Previously the spatial uncertainty column was made available when using process_cube() but was ignored by process_cube_old().

Release v0.2.1

27 Jun 13:38
f9a806f
Compare
Choose a tag to compare
Release v0.2.1 Pre-release
Pre-release

Minor update:

  • Added options to improve control of plot output. The argument land_fill_colour allows you to change the colour of the land area outside of the grid.The argument crop_to_grid will snap the plot edges to the gridded area. This will improve the way the plot looks if e.g. your data is sparse and does not extend to the edges of a country or continent.

  • Fixed a bug in process_cube_old that caused it to fail.

  • Fixed a bug that caused calculated indicator objects to retain too many data columns.