Skip to content

v2020.9.14

Compare
Choose a tag to compare
@mnlevy1981 mnlevy1981 released this 14 Sep 15:14
ca3c67c
Fix get_grid when region_mask_regions data is present (#64)

* Remove region_mask_regions from get_grid attrs

Also add a test to ensure get_grid().to_netcdf() works and fixed a typo in a
function name in region_masks. Still need to add region_mask_regions back as a
DataArray.

* First pass at writing region names/values arrays

* Ignore VSCode files

* Adding region name/val arrays to dataset

* Use NetCDF format when writing file

Co-authored-by: Anderson Banihirwe <axbanihirwe@ualr.edu>

* Pop from dso.attrs not grid_attrs

* Add test for 2x get_grid call

Co-authored-by: Michael Levy <mike.levy.work@gmail.com>
Co-authored-by: Anderson Banihirwe <axbanihirwe@ualr.edu>