Odc-stac

Latest version: v0.3.9

Safety actively analyzes 622475 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.3.5

- Fix data loading with Dask for collections where items might have "missing" assets

0.3.4

- Implement `fail_on_error=False` option for skipping over errors while loading data
- Maintenance of github actions

0.3.3

- Fixes to support `xarray >= 2022.10.0`

0.3.2

- Multi band support when parsing STAC items
- Remove ambiguous alias warnings and errors, instead pick "best" band for a
given common name based on a simple heuristic (favour single band assets over
multi-band, use alphabet order when band count is the same).
- Accept `<asset name>.<band index: 1..>` syntax for specifying bands
- Support files with GCP-based geo-reference
- Robust handling of transforms that "break" item geometry, better handle cases
when item geometry doesn't project cleanly into the destination projection
- Fix error in GDAL environment configuration for non-Dask case

0.3.1

- Use asset key as a canonical name, fixes landsat collection parsing

0.3.0

- No longer depend on `datacube` library
- Significantly smaller set of compulsory dependencies, easier to install/deploy
- Using `odc-geo` library instead of `datacube` for `GeoBox` and `Geometry` classes
- Can load data into rotated pixel planes ([Example](https://github.com/opendatacube/odc-stac/wiki/Generating-Rotated-Images-to-Save-Space))
- Arbitrary grouping of STAC items into pixel planes with user supplied grouping methods or group by property name
- Better handling of credentials and other GDAL state in distributed context
- credentials and GDAL environment configuration were part of the global state previously, now global state is removed, so you can access collections with different permissions from the same Dask cluster (for example mixing public and private access).
- Parallelized data loading even when not using Dask
- Progress reporting for non-Dask load with `tqdm`

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.