Skip to content

Latest commit

 

History

History
131 lines (86 loc) · 5.04 KB

CHANGES.rst

File metadata and controls

131 lines (86 loc) · 5.04 KB

Changes

Version 1.0.2 (2024-12-30)

  • Review scene parsing for Sentinel-2 products - 2C

Version 1.0.1 (2024-12-16)

  • Fix depended bot related Flask dependency <2.3 due Werkzeug vulnerability on version less than 3x

Version 1.0.0 (2024-08-19)

  • Add driver for Copernicus DataSpace EcoSystem.
  • Review module dependencies
  • Improve stability of driver Copernicus DataSpace EcoSystem
  • Improve driver to search in provider NASA Modis
  • Improve docs for command line and downloading.
  • Fix MODIS api search using geometry
  • Fix search in Landsat API using day/night indicator

Version 1.0.0.dev3 (2024-03-04)

  • Fix MODIS api search using geometry

Version 1.0.0.dev2 (2024-01-04)

  • Fix search in Landsat API using day/night indicator
  • Improve stability of driver Copernicus DataSpace EcoSystem
  • Improve driver to search in provider NASA Modis

Version 1.0.0.dev1 (2023-10-03)

  • Review module dependencies
  • Add driver for Copernicus DataSpace EcoSystem.
  • Improve docs for command line and downloading.

Version 0.9.0 (2023-01-26)

  • Review dependencies for collections
  • Minor bugs related API provider for Landsat
  • Minimal support for Sentinel-1

Version 0.8.0 (2022-09-21)

  • Change LICENSE to GPL v3 and headers source code
  • Improve docs usage/setup
  • Fix readthedocs build
  • Remove bdc-catalog dependency
  • Remove legacy providers: STAC and EarthSearch.
  • Set deprecation warning for methods: compressed_files.

Version 0.6.1 (2022-04-04)

  • Fix Landsat Download data from EarthExplorer (USGS) 59.

Version 0.6.0 (2022-03-25)

  • Remove dependency bdc-catalog and move as extras 57.
  • Add support to download Landsat-9 scenes 55.
  • Improve way to deal with parallel download in Sentinel-2 53.
  • Improve error handling for MODIS download 52.
  • Fix path for Landsat-8 SR collections 50.
  • Review path for Sentinel-2 SR collections 46.

Version 0.4.1 (2021-07-20)

  • Fix bug related to customize API URL for Sentinel-2 33.

Version 0.4.0 (2021-05-04)

  • Add support to search and download MODIS products (#28).
  • Add option to download Day/Night data acquisition for Landsat products, Set default as Day only. (#25).
  • Add support the latest USGS API 1.5, which supports Landsat Collection 2 (#22).
  • Improve documentation for ReadTheDocs.

Version 0.2.1 (2021-01-19)

  • Fix base url for Landsat and Sentinel-2 products #16
  • Add Drone CI support #17.

Version 0.2.0 (2020-12-02)