Skip to content

Commit

Permalink
feat: allow non-cloud-optimized geotiff
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Oct 23, 2024
1 parent 4f7e58e commit 46bc1c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stac_asset/validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

ALLOWABLE_PAIRS = [
("image/tiff", "image/tiff; application=geotiff; profile=cloud-optimized"),
("image/tiff", "image/tiff; application=geotiff"),
("text/xml", "application/xml"),
]
IGNORED_CONTENT_TYPES = ["binary/octet-stream", "application/octet-stream"]
Expand Down

0 comments on commit 46bc1c4

Please sign in to comment.