Skip to content

Latest commit

 

History

History
125 lines (89 loc) · 6.96 KB

CHANGES.rst

File metadata and controls

125 lines (89 loc) · 6.96 KB

Changes

Version 0.8.4 (2022-09-21)

  • Change LICENSE to GPL v3 and headers source code
  • Fix re-published item updated
  • Improve docs usage / setup.

Version 0.8.3 (2022-04-18)

  • Fix build error and snippet for ssl disable.

Version 0.8.2 (2022-03-25)

  • Fix dependency deprecation git protocol for pip
  • Fix MODIS nodata publishing

Version 0.8.1 (2021-05-07)

  • Fix dependency resolver for Docker images.
  • Fix PosixPath entry while publish Landsat files 234.

Version 0.8.0 (2021-05-04)

  • Add route resource to check published scenes 225.
  • Add support to publish MODIS Cloud Optimized GeoTIFF (COG) data 221.
  • Add support to publish MODIS as HDF item 231.
  • Change default compression type to deflate on COG Files 227.
  • Add support to publish Landsat-8 Collection 2 220.

Version 0.6.1 (2021-01-21)

  • Skip publish scenes Level-1 when it already is done #211.
  • Fix quicklook generation in publish collection Level-1 #207.
  • Add support to download scene using collection tiles (MGRS/WRS2) #212.
  • Migrate the collection builder utility for namespace creation to BDC-DB 0.4.0 (#215).
  • Add Drone CI support #216.

Version 0.6.0 (2020-12-03)

  • Fix provider_id not being saved in bdc.item' - provider_id `#202, #140.
  • Fix publish item transaction error #87.
  • Fix wrong thumbnail path for Landsat products #180.
  • Add support with BDC-Catalog 0.6.4, #174.
  • Add support to change default name for collections #182.
  • Add support with BDC-Collectors to search and collect data product from different providers PR 187.
  • Add Harmonization support (using extras pip install -e .[harmonization]) #138.
  • Generate vegetation band indexes dynamically relying on bdc.bands.metadata #164, commit 0fe15de.

Version 0.4.1 (2020-09-08)

  • Fix Fmask4 re-sample in post-processing task for Sentinel - #169.
  • Data synchronization with Amazon Simple Storage (S3) - #170

Version 0.4.0 (2020-08-25)

  • Add LaSRC 2.0 with FMask 4.2 on collections Landsat-8 and Sentinel-2 - #156

  • Fix band name "quality" is wrong for Landsat 8 using LaSRC and Fmask - #162

  • Set USGS EarthExplorer as default provider of Landsat instead AWS - #144

  • Fix bug in sen2cor and publish on multiple scenes in the same sensing date - #142

  • Skipping download of Landsat8 Real Time imagery (RT) - #125

  • Fix the tar.gz validator on Collection Landsat-8 L1 - #123

  • Improve the restart process - #75

    • Restart a task by scene_id, status

Version 0.2.0 (2020-04-29)

  • First experimental version.
  • Metadata ingestion of Image Collections.
  • Data download from open data catalogs: - Copernicus. - CREODIAS. - EarthExplorer.
  • Processors for image collections based on: - Sen2Cor: processor for the generation of Sentinel-2 Level 2A product. - LaSRC: processor for the generation of Landsat 8 surface reflectance data products.
  • Multi-container applications based on Docker and docker-compose.
  • Documentation system based on Sphinx.
  • Documentation integrated to Read the Docs.
  • Package support through Setuptools.
  • Installation and deploy instructions.
  • Schema versioning through Flask-Migrate.
  • Source code versioning based on Semantic Versioning 2.0.0.
  • License: MIT.