Skip to content

Latest commit

 

History

History
130 lines (78 loc) · 5.21 KB

CHANGES.rst

File metadata and controls

130 lines (78 loc) · 5.21 KB

Changes

Version 1.0.0-alpha1 (2022-08-23)

  • Add title in classification system (#100)
  • Add support for LCCS-DB 0.8.1 (#95)
  • Add support I18N.

Version 0.9.4 (2022-08-23)

  • Review trajectory for Feature Collection: Return geometry data only when requested by the user (#79).

Version 0.9.3 (2022-08-03)

  • Bug Fix: Remove Z in date (#87).
  • Add the layers title in describe collection operation (#90).
  • Bug Fix: In get trajectory for multiples properties in Feature Collection (#92).

Version 0.9.2 (2022-04-29)

  • Adding datasource informations in describe operation (#79).
  • Separate temporal properties according to each date type in the collection (#83).
  • Add external host information (#81)

Version 0.9.1 (2022-03-23)

  • Remove OWSLib package (#71).
  • Bug fix: cannot import name 'soft_unicode' from 'markupsafe' (#70).
  • Add the title information in collection (#69).
  • Refactor the organization of datasets (#72).
  • Remove mandatory BDC Auth access token in operations (#74).

Version 0.9.0 (2021-12-08)

  • Add multiple layers to collection (#65).
  • Add deprecated information in describe collection (#64).
  • Add CORS properties (#67).

Version 0.8.0 (2021-09-30)

  • Add integration with BDC-Auth (#53).
  • Improve unittests (#60).
  • Review the configuration files (#57).
  • Fix invalid keyword label in WCS response object (#61).
  • Upgrade library to provide OAuth2 client integration to 0.2.3 (#56).

Version 0.6.0 (2021-04-13)

  • Add Drone integration (#31).
  • Bug fix: Validate the get_coverage return (#35).
  • Add automatic deploy on dev and production sites (#39).
  • Integration with Rasterio (#30).
  • Integration with OWSLib in WFS (#29).
  • Add geometry field in Trajectory (#21).
  • Review api tests (#42).
  • Support for the WLTS specification version 0.6.0.
  • Bug fix: Update Dockerfile Change app to create_app (#46).
  • Bug fix: Check for null returns in datasources (#48).
  • Bug fix: WFS get_class_system() does not exist (#50).

Version 0.4.0-0 (2020-12-11)

  • First experimental version.
  • Support for OGC WFS and OGC WCS datasource.
  • Support for vector and raster data.
  • Documentation system based on Sphinx.
  • Documentation integrated to Read the Docs.
  • Package support through Setuptools.
  • Installation and use instructions.
  • Travis CI support.
  • Source code versioning based on Semantic Versioning 2.0.0.
  • License: MIT.