Skip to content

Bug fix release v2.0.3: Fixes issue 67

Paul Tomasula requested to merge develop into master

Creating on behalf of @xrnogueira, who is currently have connection issues.

  • utilities._match_d8_format() can now actually accept all custom_types.Raster inputs.
  • To avoid double loading a non-xr.DataArray custom_types.Raster input into utilities._match_d8_format(), utilities._id_d8_format() now accepts a xarray.DataArray.
  • All behavior was manually verified.
  • Test notebook ran successfully.

Merge request reports