Skip to content

Releases: ceos-seo/data_cube_utilities

October 2021 CEOS Data Cube Utilities Release 2.26

27 Oct 15:05
Compare
Choose a tag to compare

Included a utility called the "voxel visualizer" to visualize data in 3D. It is at data_cube_utilities/voxel_visualizer/voxel_visualizer.voxel_visualize().

August 2021 CEOS Data Cube Utilities Release 2.25

31 Aug 19:31
Compare
Choose a tag to compare
  1. Added some open-source Digital Earth Australia utilities (https://github.com/GeoscienceAustralia/dea-notebooks/tree/develop/Scripts).
  2. Fixed scipy import problem
  3. Switched from Google tiles to ESRI and Stamen tiles for display_map().

June 2021 CEOS Data Cube Utilities Release 2.24

16 Jun 18:35
Compare
Choose a tag to compare
  1. Various patches (mostly involving use of Dask)
  2. Refactored some functions

April 2021 CEOS Data Cube Utilities Release 2.23

21 Apr 17:42
Compare
Choose a tag to compare
  1. Simplified obtaining common Landsat masks (landsat_clean_mask_full() function).
  2. 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()).
  3. Several fixes such as replacements of deprecated functions.

January 2021 CEOS Data Cube Utilities Release 2.22

01 Feb 03:19
Compare
Choose a tag to compare

Updated utils with some support for Landsat 8 C2 L2 data.

September 2020 CEOS Data Cube Utilities Release 2.21

18 Jan 22:08
Compare
Choose a tag to compare
  1. Restricted imports to minimal scopes where appropriate for environment compatibility.
  2. Incorporated DEA plotting utils into plotter_utils.py.

July 2020 CEOS Data Cube Utilities Release 2.19

13 Jan 02:22
Compare
Choose a tag to compare
  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.

January 2020 CEOS Data Cube Utilities Release 2.18

13 Jan 02:04
Compare
Choose a tag to compare
  1. Fixed some issues with consistent behavior regarding attributes and improved performance of mosaic functions.

September 2019 CEOS Data Cube UI Release 2.17

19 Jan 22:19
Compare
Choose a tag to compare
  1. Removed shape_utils.py.
  2. raster_filter.py: Added stats_filter() (see docstring for more information).
  3. 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).
  4. Numerous small fixes, documentation improvements, and new spectral indices (e.g. DBSI in urbanization.py).
  5. Several new functions in raster_filter.py for stats filtering (applying an image filter, not "masking").
  6. import_export.py: Fixed export_xarray_to_netcdf().

June 2019 CEOS Data Cube UI Release 2.16

09 Nov 03:28
Compare
Choose a tag to compare
  1. Numerous changes and additions to plotting utilities
  2. Addition of more spectral indices
  3. Numerous bug fixes
  4. Added several masking functions (e.g. Sentinel 2 clean masking, shapefile masking)
  5. Added a raster filter function (raster_filter.lone_object_filter())