Skip to content

September 2019 CEOS Data Cube UI Release 2.17

Compare
Choose a tag to compare
@jcrattz jcrattz released this 19 Jan 22:19
· 91 commits to master since this release
  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().