diff --git a/CHANGELOG.md b/CHANGELOG.md index 80b561b..4bb7449 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Add HSI extension initial description [#1](https://github.com/pomadchin/hsi/pull/1) +- Add media type recommendations +- Add HSI extension initial description ### Changed diff --git a/README.md b/README.md index cd2da07..0b1cc80 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,28 @@ Properties or `Item Asset` Fields to simplify items search. It may be extended w ## Item Properties or Asset Fields -| Field Name | Type | Description | -| -------------------- | ------------------------- | ----------- | -| hsi:wavelength_min | \[number] | **REQUIRED**. Min center wavelength of the item, in micrometers (μm) | -| hsi:wavelength_max | \[number] | **REQUIRED**. Max center wavelength of the item, in micrometers (μm) | +| Field Name | Type | Description | +| ------------------ | --------- | -------------------------------------------------------------------- | +| hsi:wavelength_min | \[number] | **REQUIRED**. Min center wavelength of the item, in micrometers (μm) | +| hsi:wavelength_max | \[number] | **REQUIRED**. Max center wavelength of the item, in micrometers (μm) | + +## Media Types + +This section describes the recommended media types to use for various hyperspectral +image formats. + +| Name | Media Type | Notes | +| ----------------------------- | -------------------------------------------------------- | ------------------ | +| GeoTIFF | image/tiff; application=geotiff | | +| Cloud-optimized GeoTIFF (COG) | image/tiff; application=geotiff; profile=cloud-optimized | | +| HDF | application/x-hdf | | +| HDF5 | application/x-hdf5 | | +| NetCDF | application/netcdf | | +| Zarr | application/vnd.zarr | | +| ENVI Data | application/vnd.nv5.envi-data | New recommendation | +| ENVI Header | application/vnd.nv5.envi-header | New recommendation | + +Many of these media types are defined in the [PySTAC](https://pystac.readthedocs.io/) module [pystac.media_type](https://pystac.readthedocs.io/en/stable/api/media_type.html). ## Contributing