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 4f7e58e commit 46bc1c4Copy full SHA for 46bc1c4
src/stac_asset/validate.py
@@ -2,6 +2,7 @@
2
3
ALLOWABLE_PAIRS = [
4
("image/tiff", "image/tiff; application=geotiff; profile=cloud-optimized"),
5
+ ("image/tiff", "image/tiff; application=geotiff"),
6
("text/xml", "application/xml"),
7
]
8
IGNORED_CONTENT_TYPES = ["binary/octet-stream", "application/octet-stream"]
0 commit comments