Changes

Version 1.0.2 (2023-05-17)

  • Review way to represent deprecated collections and versioning (#88)

  • Add fixture for tests and remove warnings PEP8

  • Upgrade Docker base image for python:3.11

  • Upgrade bdc-catalog to 1.0.2 to improve test coverage related successor/predecessor

  • Add option bdc:public to display collection availability

Version 1.0.1 (2022-12-06)

  • Add integration with BDC-Catalog 1.0.1 which improves item retrieval using PostgreSQL combined indexes.

  • Add support of extension storage #177.

  • Fix bug related platform and instruments for collections/items #178.

  • Review Dockerfile install dir and build arguments.

Version 1.0.0 (2022-10-06)

  • Change LICENSE to GPL v3

  • Add integration with BDC-Catalog 1.0 and BDC-Auth-Client 0.4.2

  • Mark repository as stable

Version 0.9.0-15 (2022-09-27)

  • Fix dependency version for GeoAlchemy2

Version 1.0.0a1 (2022-09-12)

Version 0.9.0-14 (2021-04-01)

  • Improve pagination when using POST in /search (#141)

  • remove the question mark if there are no args in the url (#147)

Version 0.9.0-13 (2021-01-28)

  • Add drone support (#133)

  • Remove collection metadata from item (#136)

  • Add missing CORS headers (#138)

  • Pass auth parameters to asset url (#130)

  • Fix bug when access collection item id directly (#140)

Version 0.9.0-12 (2021-01-14)

  • Add configuration for catalog description and id. (#129)

Version 0.9.0-11 (2021-01-05)

  • Display end_datetime in every item. (#124)

  • Fix datetime filter. (#127)

Version 0.9.0-10 (2020-12-01)

  • Add bdc extension schema. (#89)

  • Add route to serve jsonschemas. (#90)

  • Add collection_type to collection. (#120)

  • Fix duplicated item on pagination. (#121)

Version 0.9.0-9 (2020-11-23)

  • Use timeline table. (#87)

  • Fix datetime parameter to work as specified in (OGC API).

  • Improve documentation on datetime parameter (#114).

Version 0.9.0-8 (2020-11-16)

  • Fix item metadata (#117).

Version 0.9.0-7 (2020-11-13)

  • Check if platform exists in collection (#116).

Version 0.9.0-6 (2020-11-12)

  • Display all metadata in collection (#115).

Version 0.9.0-5 (2020-10-26)

  • Fix collection with no associated grid (#112).

Version 0.9.0-4 (2020-10-05)

  • Add instrument and platform to collections and items.

Version 0.9.0-3 (2020-09-18)

  • Bug fix: Review some links in the service routes (#110)

Version 0.9.0-2 (2020-09-11)

  • Bug fix: Check if parameter bbox is valid (an area object) (#105)

Version 0.9.0-1 (2020-09-09)

Version 0.9.0-0 (2020-08-26)

Version 0.8.1-1 (2020-08-19)

  • This is a special version based on STAC 0.8.1 and BDC Catalog Version 0.4.0

  • Added support for the following STAC Extension: datacube, eo, version.

Note

The tag 0.8.1-0 and below depends on previous version of BDC Catalog Version 0.2.0

Version 0.8.1-0 (2020-04-14)

Version 0.8.0-0 (2020-04-03)

  • Support for the SpatioTemporal Asset Catalog (STAC) specification version 0.8.0.

  • Database query improvements for fast asset retrieval.

  • Compatibility with Brazil Data Cube Database module Version 0.2.0.

  • Improved system documentation.

  • Improved test system, integration with stac.py version 0.8.

  • Improved Travis CI, use of PostgreSQL in the test system.

  • Added Zappa scripts for deploying the service in the AWS Lambda.

  • More robust implementation.

  • Use Flask-Redoc to display online the OpenAPI 3 documentation.

  • Added new keys based on BDC metadata: timeline, crs and composite_function.

  • Added gunicorn to Dockerfile.

Version 0.7.0-0 (2020-02-21)

  • First experimental version.

  • Support for the SpatioTemporal Asset Catalog (STAC) specification version 0.7.0.

  • Support for Brazil Data Cube Image Collections and Data Cube Collections.

  • Documentation system based on Sphinx.

  • Documentation integrated to Read the Docs.

  • Package support through Setuptools.

  • Deploy on Docker containers.

  • Installation and Deployment instructions.

  • Source code versioning based on Semantic Versioning 2.0.0.

  • License: MIT.

  • Compatibility with Brazil Data Cube Database module Version 0.2.0.