Changelog

v0.4.4

  • Changed raster_zonal_stats to accept raster input as reference_path

  • Fixed handling nan value as nodata

v0.4.3

  • First experimental implementation of Pytorch for band_calc

  • Minor fixes

v0.4.2

  • Minor fixes

v0.4.1

  • Fixed preprocessing calculation

  • Minor fixes

v0.4.0

  • Added tool “Band clustering” for unsupervised K-means classification of bandset

  • Added tool “Raster edit” for direct editing of pixel values based on vector

  • Added tool “Raster zonal stats” for calculating statistics of a raster intersecting a vector.

  • Improved the NoData handling for multiprocess calculation

  • In “Band clip”, “Band dilation”, “Band erosion”, “Band sieve”, “Band neighbor”, “Band resample” added the option multiple_resolution to keep original resolution of individual rasters, or use the resolution of the first raster for all the bands

  • In “Cross classification” fixed area based accuracy and added kappa hat metric

  • In “Band combination” added option no_raster_output to avoid the creation of output raster, producing only the table of combinations

  • In “Band calc” replaced nanpercentile with optimized calculation function

  • Improved extraction of ROIs in “Band classification”

  • Minor bug fixing and removed Requests dependency

v0.3.5

  • Fixed Copernicus access token error

  • Fixed automatic band wavelength definition in BandSet

v0.3.04

  • Fixed Jupyter interface

v0.3.03

  • Fixed Jupyter interface

v0.3.02

  • Fixed Jupyter interface

v0.3.01

  • Added functions for interactive interface in Jupyter environment

  • Fixed Sentinel-2 band 8A identification in preprocess products

v0.2.01

  • In Download Products added the functions to search and download Collections from Microsoft Planetary Computer: Sentinel-2, Landsat, ASTER, MODIS Surface Reflectance 8-Day, and Copernicus DEM

v0.1.24

  • Fixed band calc calculation with multiband raster as bandset

  • Fixed preview path for Copernicus products

v0.1.23

  • Minor fixes

v0.1.22

  • Fixed prepare input function

  • Fixed logger for multiprocess

v0.1.21

  • Fixed requirements

v0.1.20

  • Fixed Copernicus search and download service

v0.1.19

  • Fixed Copernicus search and download service

v0.1.18

v0.1.17

  • Fixed spectral signature calculation for multiband raster

  • Fixed closing multiprocess at exit

v0.1.16

  • Fixed issue in block size calculation for multiprocess in case of large input raster and low RAM;

  • Fixed management of bandsets using multiband rasters;

  • Minor fixes to multiprocess download;