Skip to content

Releases: e-sensing/sits

Version 0.16.0-1

15 Jan 15:58
871ae89
Compare
Choose a tag to compare

What's Changed

  • hotfix sits_cube() function to tolerate malformed paths from STAC service;

Version 0.16.0

14 Jan 20:39
9afa9fa
Compare
Choose a tag to compare

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

22 Nov 22:01
38ca8b0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.1...v0.15.1-1

Version 0.15.1

18 Nov 18:03
edb09d3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.0...v0.15.1

Version 0.15.0-4

29 Oct 18:29
208f27d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.0-2...v0.15.0-4

Version 0.15.0-3

28 Oct 16:57
8a0036d
Compare
Choose a tag to compare

What's Changed

Version 0.15.0-2

28 Oct 13:58
3c5a3fc
Compare
Choose a tag to compare
  • 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

26 Oct 19:26
862cb6b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.1-1...v0.15.0-1

Version 0.15.0

26 Oct 00:25
55902bb
Compare
Choose a tag to compare
  • 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 to leaflet package
  • Standardize cube creation parameters
  • Remove CLASSIFIED and PROBS 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 and MASS
  • 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

27 Sep 15:14
60c71ad
Compare
Choose a tag to compare
  • Fix cube generated by sits_regularize(): cannot have "CLOUD" band