Skip to content

Commit

Permalink
Merge pull request #66 from azavea/rde/update-geotiff-media-type
Browse files Browse the repository at this point in the history
Updated MediaTypes to reflect correct GeoTIFF and COG names
  • Loading branch information
lossyrob authored Jan 17, 2020
2 parents 4509180 + 68fc257 commit 4a60497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pystac/media_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class MediaType:
"""A list of common media types that can be used in STAC Asset and Link metadata.
"""
TIFF = 'image/tiff'
GEOTIFF = 'image/vnd.stac.geotiff'
COG = 'image/vnd.stac.geotiff; cloud-optimized=true'
GEOTIFF = 'image/tiff; application=geotiff'
COG = 'image/tiff; application=geotiff; profile=cloud-optimized'
JPEG2000 = 'image/jp2'
PNG = 'image/png'
JPEG = 'image/jpeg'
Expand Down

0 comments on commit 4a60497

Please sign in to comment.