Skip to content

Commit 46bc1c4

Browse files
committed
feat: allow non-cloud-optimized geotiff
1 parent 4f7e58e commit 46bc1c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/stac_asset/validate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
ALLOWABLE_PAIRS = [
44
("image/tiff", "image/tiff; application=geotiff; profile=cloud-optimized"),
5+
("image/tiff", "image/tiff; application=geotiff"),
56
("text/xml", "application/xml"),
67
]
78
IGNORED_CONTENT_TYPES = ["binary/octet-stream", "application/octet-stream"]

0 commit comments

Comments
 (0)