Program that takes an HDF-EOS dataset and outputs a netCDF file that preserves as much as possible of the dataset's data and metadata using the CF conventions for netCDF
The motivation for this program is:
- NASA satellite data is created and delivered in HDF-EOS (2 and 5) format. Many useful tools out in the field, however, work with the netCDF format, so a converter would enable use of these tools.
- HDF-EOS 2 and 5 are similar from a program API point of view, but very different internally, so having a tool that detects which format is in use is useful. HDF-EOS and netCDF using the CF conventions store similar metadata, but access and format it differently.
- Lots of file format converters before this one. Very few that force metadata into a convention for a format.
- Incompatible file formats, loss of metadata on conversion.
The program features:
- Use of he25 library (handles both HDF-EOS2 and HDF-EOS5).
- Use of CF conventions (so output data can be used with netCDF earth science tools with minimal fuss).
- Uses our he25 library, netCDF API library.
HDF-EOS to netCDF Convertor Goals
This tool was developed as a demonstration of how to work with HDF-EOS data produced by NASA’s EOS program, including the standard products of the EOS Terra, Aqua and Aura missions and other EOSDIS standard products. The development of these tools is not ongoing and this source is offered “as is” with the hope that it may be useful.
Functional Goals
N/A
Evolvability Goals
N/A
Usability Goals
N/A
Software Packages
This
software is released under the terms and conditions of the NASA
Open Source Agreement (NOSA) Version 1.1 or later.
HDF-EOS to netCDF Convertor NOSA
hdfeos5-netcdf.tar
hdfeos-netcdf_v1_1.tar.gz