Releases: e-sensing/sits
Releases · e-sensing/sits
Version 0.16.0-1
What's Changed
- hotfix
sits_cube()
function to tolerate malformed paths from STAC service;
Version 0.16.0
What's Changed
- Include
sits_apply()
function to generate new bands from existing ones; - Improve
sits_accuracy()
function to work with multiple cubes; - Add band parameter to
sits_view()
- Introduce
sits_uncertainty()
function to provide uncertainty measure to probability maps; - Improve
sits_regularize()
by taking least cloud cover by default method to compose images - Bug fixes;
Version 0.15.1-1
What's Changed
Full Changelog: v0.15.1...v0.15.1-1
Version 0.15.1
What's Changed
- fix bug in sits_plot cube by @OldLipe in #439
- Fix bugs in v0.15.0 by @OldLipe in #442
- Pre release 0.15.0-1 by @rolfsimoes in #443
- Hotfix in ellipsis parameter not being passed to sits_cube by @OldLipe in #446
- fix bug #445 by @rolfsimoes in #447
- Hotfix/config by @rolfsimoes in #452
- Merge master (hotfix) by @rolfsimoes in #453
- Support
sits_timeline()
to sits model objects by @rolfsimoes in #455 - Full Support to Microsoft Planetary computer by @OldLipe in #467
- Pre-release 0.15.1 by @rolfsimoes in #476
- Pre-release 0.15.1 by @OldLipe in #477
Full Changelog: v0.15.0...v0.15.1
Version 0.15.0-4
Version 0.15.0-3
What's Changed
- fix bug #445 by @rolfsimoes in #447
Version 0.15.0-2
- Fix bug that does not allow users inform HTTP headers to access private collections by @rolfsimoes in #446
- Update drone version by @OldLipe in #444
Version 0.15.0-1
What's Changed
- Dev by @rolfsimoes in #406
- sits cube copy bug by @OldLipe in #403
- Add support to usgs cube and bitmask in gdalcubes by @OldLipe in #423
- Fix smooth bug and remove sits_label_majority by @OldLipe in #426
- update README by @OldLipe in #427
- Update tests by @OldLipe in #428
- update NEWS and format code by @OldLipe in #429
- update README by @OldLipe in #430
- Remove
S2_10-1
collection and fix typo by @OldLipe in #437 - Pre-release v0.15.0 by @rolfsimoes in #431
- fix bug in sits_plot cube by @OldLipe in #439
Full Changelog: v0.14.1-1...v0.15.0-1
Version 0.15.0
- Support for regularization of collections in DEAFRICA and USGS improvement
- Collection
S2_10_16D_STK-1
removed from BDC source in config file - Add a color for
NoClass
label improvement - Change
mapview
toleaflet
package - Standardize cube creation parameters
- Remove
CLASSIFIED
andPROBS
sources from config file - Change minimal version requirement of
terra
package to 1.4-11 - Update
sits_list_collections()
to indicate open data collection - Geographical visualization of samples
- Remove dependencies on packages
ptw
,signal
andMASS
- Add support to
open_data
collections in config file - Change default
output_dir
parameter - Remove
sits_cube_clone()
function - Plot RGB images from raster cubes
- Fixed error in
sits_select()
for bands in raster cube - Update examples in demo
- Support open data collections of DEAFRICA and AWS
- Support USGS STAC Landsat 8 catalog
- User can provide resampling method to
sits_regularize()
function - Add support to open data collections on 'AWS' source
- Remove
OPENDATA
source - Update documentation
- Resolve ambiguity in "bands" parameter for data cubes
- Remove "sits_bands" assignment function
- Include "labels" information only on probs and labelled data cubes
- Remove S2_10-1 BDC collection from config
- Other bug fixes
Version 0.14.1-1
- Fix cube generated by
sits_regularize()
: cannot have "CLOUD" band