Releases: b-cubed-eu/b3gbi
Release v0.2.3.1
User-supplied resolutions for 'km'-based grid systems are now properly handled
Release v0.2.3
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
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
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.