Releases: e-sensing/sits
Releases · e-sensing/sits
Version 0.14.1
- Implement new function
sits_list_collections()
- Update gdalcubes parameters
- Implement
.source_bands_resampling()
- Remove name from demo file
- Improve
sits_som_clean_samples()
function - Improve
sits_bands<-()
function - Improve
sits_select()
function - Error in cloud band of CBERS4 data example
- Include a function to list collections available in cloud services
- sits_cube_copy() does not include information on the tile
- Get spatial resolution from config file
- Fix partial merge configuration file
- Change bbox to roi in sits
Version 0.14.0-2
- Fix
sits_bbox()
function
Version 0.14.0-1
- Fix duplicate link in AWS STAC
Version 0.14.0
- Now the plot of a classified cube requires a legend or a palette if the labels are not in the default sits palette.
- Support for
S2-SEN2COR_10_16D_STK-1
BDC collection - Remove function name from msg in
check
function - Add
satellite
andsensor
info in config file - Remove
imager
,ranger
,proto
, andfuture
packages from sits - Support for different providers to LOCAL sources
- LOCAL source is dynamically built
- Remove
sits_cube.local_cube()
function parameterssatellite
andsensor
- Add parameters
origin
andcollection
tosits_cube.local_cube()
function - Fix LOCAL source examples and tests
- Add progress bar to
sits_classification()
Version 0.13.1
- Update and add more tests in CI
- Implement new check functions
- Change error and warning messages
- fix deprecated warnings in keras package
- bug fixes
See more in NEWS.md
Version 0.13.0-3
- Update documentation in Machine Learning methods
- Hotfix bug in neuron labelling
Version 0.13.0-2
- Bug fixes in BDC MODIS cube
Version 0.13.0-1
- Bug fixes in check STAC bands
- Change Landsat-8 (LC8_30-1) product metadata for BDC source
Version 0.13.0
- Create API for source cube
- Update auxiliary functions of the config file
- Update config file
- Add support to others bands values in config file
- Add support to bit mask in USGS cube
- Support to multiples directories in local cubes
- Support for MODIS cloud bands
- Dealing with invalid areas in SITS
- Support for WTSS
See more in NEWS.md
Version 0.12.0
- Bugs fixed
- Documentation updated
- Support for multiple tile in local cubes
- Improve selection using
roi
parameter insits_classify()
function