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 <[email protected]>
* Pop from dso.attrs not grid_attrs
* Add test for 2x get_grid call
Co-authored-by: Michael Levy <[email protected]>
Co-authored-by: Anderson Banihirwe <[email protected]>