forked from sertit/eoreader
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix sertit#140: replace QB satellite ID with QB02 satellite ID * Fix sertit#142: catch StopIteration and return InvalidProductError * Fix sertit#142: catch StopIteration in several products * Fix sertit#142: raise InvalidProductError instead of log * Fix sertit#145: remove nested=-1 for SPOT constellations, use the default nested=0 instead * Fix sertit#145: update CHANGES.md * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix sertit#142: catch StopIteration and return InvalidProductError * Avoid KeyError if a product metadata doesn't have a namespace * sertit#142: catch StopIteration and return InvalidProductError * sertit#156: catch InvalidProductError when we try to get cloud_coverage property * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * sertit#156: catch all InvalidProductError due to properties not found in metadata * sertit#161: return an error if SPECTRAL_PROCESSING not found in metadata * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0) * FIX: Handle RCM and RS2 products that doesn't bundle their extent in a KML file sertit#155 * OPTIM: Search correctly nested metadata in the Reader (without accidentally using a recursive glob) * sertit#152: add SGF in RS2 product type * FIX: Fix error in looking for bands in Sentinel-2 L1C archived products sertit#168 * FIX: Handle wrongly recognized Planet products because of the recursive nested mtd in the Reader sertit#169 * FIX: Force the loading of `DimapV1` bands in `float32` * FIX: Handle the case where fiona isn't installed anymore (with `geopandas 1.0`) * FIX: Don't make `pystac` a mandatory requirement * Use sertit.types.is_iterable * Use sertit.types.make_iterable * Correct typo * FIX: Fix an unknown Planet bug that just appeared (`'...Path' has no len()`) * CI: Remove for now end-to-end tests with Python 3.11 and 3.10. * v0.21.2 * INSTALL: Remove `pystac[validation]` (as it is an optional dependency) from setup.py, and create a `stac` extra feature. * Updates in CHANGES.md * v0.21.2 * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) * FIX: Get better window name (if available) when writing bands on disk (in tmp folder) + update sertit's version to benefit to the vector's name --------- Co-authored-by: jteulade <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Rémi Braun <[email protected]> Co-authored-by: BRAUN REMI <[email protected]>
- Loading branch information
1 parent
bacd004
commit f63d6d6
Showing
46 changed files
with
433 additions
and
302 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.