Skip to content

Commit

Permalink
Update services.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
frankinspace authored Sep 3, 2024
1 parent c51f529 commit b0a77ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -867,9 +867,10 @@ https://cmr.uat.earthdata.nasa.gov:
subsetting:
variable: true
output_formats:
# According to https://github.com/opengeospatial/CloudOptimizedGeoTIFF/issues/1 this is the "official" media type for COG.
# According to https://github.com/opengeospatial/CloudOptimizedGeoTIFF/issues/1 "image/tiff; application=geotiff; profile=cloud-optimized" is the media type that should be used for COG.
# pystac agrees https://pystac.readthedocs.io/en/stable/api/media_type.html
- image/tiff; application=geotiff; profile=cloud-optimized
# Harmony only matches on the part before the first semi-colon
- image/tiff
steps:
- image: !Env ${QUERY_CMR_IMAGE}
is_sequential: true
Expand Down

0 comments on commit b0a77ca

Please sign in to comment.