Skip to content

Latest commit

 

History

History
93 lines (69 loc) · 4.8 KB

CHANGES.rst

File metadata and controls

93 lines (69 loc) · 4.8 KB

Changes

Version 0.9.0 (2022-09-23)

  • Change LICENSE to GPL v3
  • Improve docs setup
  • Mark repository as stable

Version 0.8.1 (2021-07-29)

  • Refactoring code and implement search step in parallel (#147)
  • Add route to update cube bands metadata
  • Removed function ModelSchema (marshmallow_sqlalchemy)

Version 0.8.0 (2021-06-29)

  • Allow creating grid with others SRID
  • generate file with full nodata when not scenes in tile/step (#141)
  • Add support to hamonization between landsat collections, using (sensor-harm) package
  • Update get_qa_statistics function to use with landsat Collection 2 (qa_pixel band with bitwise)
  • Accept nodata value parameter
  • Create datasource band

Version 0.6.0 (2021-04-23)

  • Changed the structure of the control table in dynamodb
  • Fix endpoint to get cube status (#137)
  • Fix reprocess tiles with force parameter (#128)

Version 0.4.0 (2021-04-13)

  • Possibility to choose which types of cubes to generate (#12)
  • Isolate the function to create the type of cubes (#13)
  • Update endpoints responsible for managing grid ref sys (#68, #107)
  • Update list cube infos endpoint with new bdc-catalog model (0.8.0) (#80, #101)
  • Compute checksum of images (#82)
  • Compute bbox (geom wsg84) of images (#83)
  • Generate index based on an expression (#86)
  • Fix code to generate cog using DEFLATE compression method (#88)
  • Update file structure based on BDC packages (#91)
  • Add route to edit cube metadata (#93)
  • Add shape params if not is BDC grid (#95)
  • Update get_mask function to use with fMask or sen2cor (Sentinel 2) (#96)
  • Update function to create timeline (#97)
  • Review data cube process id (#111)
  • Add drone integration to running tests (#120)
  • Add param to disable creating indices in irregular datacube (#129)

Version 0.2.0 (2020-08-26)