Skip to content

Version 1.0.0

Compare
Choose a tag to compare
@ranghetti ranghetti released this 11 Feb 14:58
6483095

First stable release of package sen2r! See the announcement here.

Changes from version 0.3.4

GUI changes:

  • Highlight selected tiles in the map (now red) in respect to unselected ones (grey)
  • Hide TCI product (replaced by RGB images)
  • Implement orbit selector and change the style of tile selector
  • Make boxes collapsible
  • Use shinyfiles to load extent (for coherence with other file selectors in the GUI)
  • Copying path_out to path_rgb / path_indices is not yet necessary (if empty, path_out is used)
  • Add loading spinner
  • Other style improvements

New functions

  • tiles_intersects(): when an extent is loaded, now only required tiles are automatically used, instead than all the overlapping ones.

Update dependencies

Bug fixing:

  • Fix bug in SciHub login
  • Fix maps (tiles were hidden)
  • Fix:missing dependency lwgeom
  • Various fixes (#140, #141, #142, etc.)