Skip to content

Version 0.2.1

Choose a tag to compare

@GSansigolo GSansigolo released this 13 Oct 14:43
· 5 commits to main since this release
84c7fd3

0.2.1 (2025-10-10)

  • Multi-band Support: It is now possible to create an mosaic with more than one band.
  • Refactored Library Code: Adjusted imports and the use of libraries in the code, removing imports of individual functions.
  • New Notebooks: Added several example notebooks:
    • smosaic-introduction.ipynb: A complete example of creating a Sentinel-2 multi-band mosaic for Luis Eduardo Magalhaes - BA.
    • smosaic-data-cube.ipynb: A complete example of creating a Sentinel-2 10 days data cube for a given bbox.
  • Data Cube Support: Added support for data cube generation using end_year, end_month, end_day and duration_days parameters.
  • Refactor filter_scenes Function: Completely refactored filter_scenes function now use the grid geometry instead of the colleciton.json file.
  • Implemented parallel processing: to significantly speed up mosaic generation by processing multiple time steps concurrently.✨