We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 757e938 commit b9ed9b4Copy full SHA for b9ed9b4
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Stacchip change log
2
3
+## 0.1.34
4
+
5
+- Add option to manually specify indexer shape. Some STAC items
6
+ may not have the property `proj:shape` specified.
7
8
## 0.1.33
9
10
- Breaking change: `get_chip_bbox` returns shapely polygon instead of wkt
stacchip/__init__.py
@@ -2,4 +2,4 @@
stacchip
"""
-__version__ = "0.1.34"
+__version__ = "0.1.35"
0 commit comments