v0.2.2
Changelog: https://github.com/gjoseph92/stackstac/blob/main/CHANGELOG.md#022-2021-12-03
What's Changed
- fixed upper right corner bounds transformation by @g2giovanni in #60
- Support
pystac.ItemCollection
by @TomAugspurger in #64 - Ignore assets that don't have a
type
, if filtering by mimetype by @gjoseph92 in #71 - Fix for Pystac ItemCollections by @scottyhq in #69
- Scripts: only make coiled env in one region by @gjoseph92 in #72
- Add
__iter__
toPystacItemCollection
stub by @gjoseph92 in #73 - Allow reading .tiff extensions from storage by @JamesOConnor in #75
- Switch examples back to
satsearch
by @gjoseph92 in #80 - Nit: remove default args from Reader protocol by @gjoseph92 in #82
- Switch examples back to pystac again by @gjoseph92 in #81
- Bump planetary-computer requirement by @gjoseph92 in #89
- Fix
accumulate_metadata
replacing coordinates with Nones by @gjoseph92 in #88 - Fix one-pixel shift with
xy_coords="center"
by @gjoseph92 in #94 - Remove thread-unsafe event logging code by @gjoseph92 in #95
- Switch examples to Binder by @gjoseph92 in #98
- Release 0.2.2 by @gjoseph92 in #99
New Contributors
- @g2giovanni made their first contribution in #60
- @TomAugspurger made their first contribution in #64
- @JamesOConnor made their first contribution in #75
Full Changelog: v0.2.1...v0.2.2