Skip to content

Commit

Permalink
Add netCDF in the media types list (#1386)
Browse files Browse the repository at this point in the history
* Add netCDF in the media types list

* add changelog entry
  • Loading branch information
clausmichele authored Aug 6, 2024
1 parent c77412e commit a88906b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Added

- Add netCDF to pystac.media_type ([#1386](https://github.com/stac-utils/pystac/pull/1386))

### Changed

- Allow object ID as input for getting APILayoutStrategy hrefs and add `items`, `collections`, `search`, `conformance`, `service_desc` and `service_doc` href methods ([#1335](https://github.com/stac-utils/pystac/pull/1335))
Expand Down
1 change: 1 addition & 0 deletions pystac/media_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ class MediaType(StringEnum):
XML = "application/xml"
PDF = "application/pdf"
ZARR = "application/vnd+zarr" # https://github.com/openMetadataInitiative/openMINDS_core/blob/v4/instances/data/contentTypes/zarr.jsonld
NETCDF = "application/netcdf" # https://github.com/Unidata/netcdf/issues/42#issuecomment-1007618822

0 comments on commit a88906b

Please sign in to comment.