v0.4.0
Overview
stactools v0.4.0 provides a slew of new fixes and features. Some highlights:
- Generate item geometries from assets, using customizable settings to fine-tune the resulting shape
- For the Python API, see
stactools.core.utils.raster_footprint - For the CLI, see
stac update-geometry --help
- For the Python API, see
- Add assets to items with
stac add-assetand associate Python API function - And more! See the CHANGELOG for a complete listing.
This release drops support for Python 3.7.
Merged pull requests
- build(deps): bump docker/build-push-action from 2 to 3 by @dependabot in #293
- build(deps): bump docker/login-action from 1 to 2 by @dependabot in #294
- build(deps): bump docker/metadata-action from 3 to 4 by @dependabot in #295
- build: fix failing ci builds for python 3.10 by @sunu in #301
- build(deps): bump actions/setup-python from 3 to 4 by @dependabot in #302
- fix copy.py docstring args to match actual function arguments by @philvarner in #303
- refactor utils test file into two test files by @philvarner in #305
- Relaxed typing, use fluent interface by @geomatician in #312
- Normalize documentation by @gadomski in #315
- Removed Python 3.7 by @geomatician in #313
- Added geometry.py by @geomatician in #314
- Antimeridian fixes now allow multipolygons by @gadomski in #317
- Extend cogify by @geomatician in #318
- rename addraster command to add-raster by @philvarner in #321
- Add conda installation notes by @gadomski in #324
- build(deps): bump requests from 2.20 to 2.28.1 by @dependabot in #326
- Bump several minimum requirements to support python 3.10 by @dependabot in #327
- Add utility to ignore NotGeoreferencedWarning by @gadomski in #331
- Fix add-raster docs by @gadomski in #335
- build(deps): bump pystac[validation] from 1.2 to 1.6.0 by @dependabot in #332
- build(deps): bump pystac[validation] from 1.6.0 to 1.6.1 by @dependabot in #336
- Raster data footprint determination support by @philvarner in #307
- feat: command to add an asset to an item by @sunu in #300
- v0.4.0 release by @gadomski in #339
New Contributors
- @sunu made their first contribution in #301
- @philvarner made their first contribution in #303
- @geomatician made their first contribution in #312
Full Changelog: v0.3.1...v0.4.0