Skip to content

July 2020 CEOS Data Cube Utilities Release 2.19

Compare
Choose a tag to compare
@jcrattz jcrattz released this 13 Jan 02:22
· 78 commits to master since this release
  1. Fixed logic error in binary_class_change_plot() that caused output to be inconsistent.
  2. Added Dask support to some mosaic functions, create_default_clean_mask(), wofs_classify(), and lone_object_filter().
  3. raster_filter.py: lone_object_filter(): Improved documentation and fixed handling of dtypes.
  4. Added missing documentation info for the data parameter for export_xarray_to_geotiff().
  5. curve_fitting.py: Fixed sigma for gaussian_filter_fit() and code for acquiring x_smooth_inds in some fitting functions.