Skip to content

Version 3.8.0

Compare
Choose a tag to compare
@zigaLuksic zigaLuksic released this 06 Oct 10:31
· 189 commits to master since this release
2fbc1d0

Changelog:

  • (codebreaking) Switched to newly deployed Catalog 1.0.0. Main changes:
    • Slight changes in structure of results.
    • The query parameter is replaced with filter, which uses the CQL2 language for querying/filtering results.
  • Added utility function statistical_to_dataframe for transforming results of (batch) statistical API to a dataframe. It is located in the new sentinelhub.data_utils module and requires the user to additionally install the pandas package.
  • Fixed conditionals in batch client that caused issues when requesting tiling grid with id 0.
  • Included an example notebook that describes how to obtain response headers. This can be used to access information about PU.
  • Added pre-commit hooks to repository for easier development.
  • Various minor improvements.