Releases: e-sensing/sits
Releases Β· e-sensing/sits
Version 1.5.4
What's new in SITS version 1.5.4
- Fix bug in
sits_summary()in obtaining the variance summary with multiple tiles - Add new plot type in
sits_accuracy()function ("confusion_matrix") - Add new
typeparameter insits_accuracy()function for selecting plot type - Improve
plot.som_evaluate_clusterfunction to include alegendparameter - Add new
sits_snicsegmentation function based on the snic package - Add
pkgdowndocumentation website for thesitspackage - Add new imputation functions:
impute_mean(),impute_median(), andimpute_mean_window() - Improve validation messages in the
sits_accuracy()function - Add
sits_labels<-support forprobs_vector_cubeandprobs_class_cube - Extend the
sits_colors_qgis()function to exportsitscolor palettes to QGIS for vector cubes - Fix area calculations in
sits_summary() - Add
resparameter to thesits_mosaic()function to allow generating mosaics at different resolutions - General bug fixes
Version 1.5.3-2
Hotfix version 1.5.3-2
- Replace
arma::is_finitewithstd::isfinite
Version 1.5.3-1
Hotfix version 1.5.3-1
- Improve documentation for
sits_labels - Improve documentation for
sits_train - Improve documentation of
roiparameter insits_mosaicandsits_plot - Improve
sits_accuracymessages when results are empty - Update
TAEimplementation to make better use of embeddings - Fix MPC token management in
sits_cube_copy - Fix error in message for missing colors
- Fix division by zero error in
sits_texture - Add
resparameter insits_mosaic
Version 1.5.3
What's new in SITS version 1.5.3
- Introduce a Python API for SITS (pysits)
- New version of the documentation on code and SITS Book
- Implement SAR texture measures based on co-occurrence matrices
- Refactor MPC token generation
- Introduce
sits_roi_to_tilesfunction - Add support for HLS collection from MPC
- Support for TERRASCOPE products WORLD COVER and WORLD CEREAL
- Support for Open Geo Hub Harmonized Landsat collection
- Review
sits_get_data()implementation - Improvements in
sits_mosaic() - Fix
sits_clean()multicores operations - Add WebGL as default engine in
sits_view()usingleafgl - Review CDSE implementation to support OpenSearch and STAC endpoints
- Improve speed in
sits_summary()andsits_stratified sampling - Fix problems in
sits_regularize() - Include label parameter on
sits_select() - General bug fixes
Version 1.5.2
What's new in SITS version 1.5.2
- Include
exclusion_maskparameter insits_classify()andsits_smooth() - Support classification data cubes with NA values
- Support for multiple tiling system in
sits_regularize(), including MGRS and Brazil Data Cube grids - Review
sits_merge()implementation to better handle multiple scenario cases - Support
roiwhen plotting data cubes - Refactor
sits_cube_copy()to improve timeout handling and efficiency - Include filtering by tiles in regularization operation
- Include start and end dates for each collection in
sits_list_collections() - Add support to
SpatExtentobject from terra asroiinsits_cube() - Update
crsusage insits_get_data()to support WKT - Implement Sakoe-Chiba approximation for DTW algorithm
- Support for tmap version 4.0
- Enhance performance and usability in visualization functions
- Enhance
sits_classify()performance with segments classification - Support for interactive visualization with SOM samples
- General bug fixes
Version 1.5.1
What's new in SITS version 1.5.1
- Support for ESA World Cover map
- Support for Digital Earth Australia products
- Support for Digital Earth Africa geomedian products
- Support for PLANET Mosaic products
- Improve
.netrcaccess to Harmonized Landsat-Sentinel cubes withearthdataloginpackage - Use ROI to cut data cube after mosaic operation
- Support for raster and vector classification using DEM as base cubes
- Convert from
httrpackage tohttr2package - Remove deprecated class to
purrr::map_dfc,purrr::map_dfrand similar - Fix tuning for torch models
- Add geometry validation when extracting time series
- Add multicores processing support for active learning sampling methods
- Remove
tapplyfrom.reg_cube_split_assets()for R 4.X compatibility - Fix
sits_merge()function that was not mergingSARandOPTICALcubes - In models API, the
n_input_pixelsparameter was renamed back toinput_pixelsfor compatibility with models trained in old versions of the package - Fix torch usage in Apple M3
- Fix date parameter usage in
sits_view() - Improve
plot()performance using raster overviews
Version 1.5.0-1
Hotfix version 1.5.0-1
- Add multicores processing support for active learning sampling methods
- Remove tapply from
.reg_cube_split_assets()for R 4.X compatibility - Fix
sits_merge()function that was not mergingSARandOPTICALcubes - Rename n_input_pixels back to input_pixels for compatibility with models trained in old versions of the package
- Fix torch usage in Apple M3 by turning off MPS technology
- Fix date parameter usage in
sits_view() - Improve
plot()performance using raster overviews - Include support for PLANET Mosaic product
Version 1.5.0
What's new in SITS version 1.5.0
- Include
dtwdistance when building SOM maps - Support for SENTINEL-1-RTC and SENTINEL-2-L2A in CDSE
- Include support for DEA products SENTINEL-1-RTC, LS5-SR, LS7-SR, LS9-SR, ALOS-PALSAR-MOSAIC, NDVI ANOMALY, DAILY CHIRPS, MONTHLY CHIRPS and DEM-30
- Support for Sentinel-1 GRD and RTC collections from Planetary Computer
- Include parameter tile to select data from Sentinel-1 (MPC)
- Include parameter tile to select data from Sentinel-1 and Sentinel-2 (DEAFRICA)
- Include parameter tile to select data from HLS collections
- Improved support for GPU-based classification of deep learning models
- Support for non-normalized derived indexes
- Support for shapefiles as ROI in
sits_cube() - Fix inconsistencies in HLS scale factors
- New function to obtain ROI based on MGRS tiles
- Add support for uncertainty cubes in
sits_mosaic() - Improve performance of
sits_segment()using chunk parallelization - Include uncertainty measures for vector probability cubes
- New
sits_clean()function to improve classified maps - New functions
sits_sampling_design()andsits_stratified_sampling() - New
sits_reduce()function
Version 1.4.2-3
Hotfix version 1.4.2-3
- Fix font download in package initialization
Version 1.4.2-2
Hotfix version 1.4.2-2
- Fix integer overflow bug in
sits_classify()segments