Version 3.8.0
Changelog:
- (codebreaking) Switched to newly deployed Catalog 1.0.0. Main changes:
- Slight changes in structure of results.
- The
query
parameter is replaced withfilter
, 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 newsentinelhub.data_utils
module and requires the user to additionally install thepandas
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.