Skip to content

Support HDF variants #866

@fmigneault

Description

@fmigneault

Description

Weaver currently defines the mapping .hdf5 <=> application/x-hdf5.

Multiple other combinations exist, and should also be resolved:

  • .hdf <=> application/x-hdf
  • .h4, .hdf4 <=> application/x-hdf4`
  • .h5, .hdf5, .he5 <=> application/x-hdf5
  • .he2 (?)

It should be automatically handled as an alias for applicable cases (eg: a process defining an input with application/x-hdf should allow an execution request with the more specific application/x-hdf5).

Ideally, the more specific (v4, v5) media-types should be returned if they can be matched directly from the extension, or using their file magic number \211HDF\r\n\032\n.

References

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions