Releases: ceos-seo/data_cube_utilities
Releases · ceos-seo/data_cube_utilities
October 2021 CEOS Data Cube Utilities Release 2.26
August 2021 CEOS Data Cube Utilities Release 2.25
- Added some open-source Digital Earth Australia utilities (https://github.com/GeoscienceAustralia/dea-notebooks/tree/develop/Scripts).
- Fixed scipy import problem
- Switched from Google tiles to ESRI and Stamen tiles for display_map().
June 2021 CEOS Data Cube Utilities Release 2.24
- Various patches (mostly involving use of Dask)
- Refactored some functions
April 2021 CEOS Data Cube Utilities Release 2.23
- Simplified obtaining common Landsat masks (landsat_clean_mask_full() function).
- Added better support for Landsat Collection 2 Level 2, including a more accurate means of converting to Collection 1 and vice versa (dc_utilities.convert_range()).
- Several fixes such as replacements of deprecated functions.
January 2021 CEOS Data Cube Utilities Release 2.22
Updated utils with some support for Landsat 8 C2 L2 data.
September 2020 CEOS Data Cube Utilities Release 2.21
- Restricted imports to minimal scopes where appropriate for environment compatibility.
- Incorporated DEA plotting utils into plotter_utils.py.
July 2020 CEOS Data Cube Utilities Release 2.19
- Fixed logic error in binary_class_change_plot() that caused output to be inconsistent.
- Added Dask support to some mosaic functions, create_default_clean_mask(), wofs_classify(), and lone_object_filter().
- raster_filter.py: lone_object_filter(): Improved documentation and fixed handling of dtypes.
- Added missing documentation info for the data parameter for export_xarray_to_geotiff().
- curve_fitting.py: Fixed sigma for gaussian_filter_fit() and code for acquiring x_smooth_inds in some fitting functions.
January 2020 CEOS Data Cube Utilities Release 2.18
- Fixed some issues with consistent behavior regarding attributes and improved performance of mosaic functions.
September 2019 CEOS Data Cube UI Release 2.17
- Removed
shape_utils.py
. raster_filter.py
: Addedstats_filter()
(see docstring for more information).- dc_load.py: Fixed get_product_extents() and get_overlapping_areas() to accomodate kwargs for data loading (e.g. to support products that required specifying output_crs and resolution when loading).
- Numerous small fixes, documentation improvements, and new spectral indices (e.g. DBSI in
urbanization.py
). - Several new functions in
raster_filter.py
for stats filtering (applying an image filter, not "masking"). import_export.py
: Fixedexport_xarray_to_netcdf()
.
June 2019 CEOS Data Cube UI Release 2.16
- Numerous changes and additions to plotting utilities
- Addition of more spectral indices
- Numerous bug fixes
- Added several masking functions (e.g. Sentinel 2 clean masking, shapefile masking)
- Added a raster filter function (
raster_filter.lone_object_filter()
)