140 likes | 248 Views
Challenges to Archive and Access NASA HDF-EOS Data in the long Term. MuQun Yang (The HDF Group) Choonghwan Lee (The HDF Group) Ruth Duerr (NSIDC ). Prerequisite. METS(Metadata Encoding & Transmission Standard) Standard for encoding structural metadata ISO-19115
E N D
Challenges to Archive and Access NASA HDF-EOS Data in the long Term MuQun Yang (The HDF Group) Choonghwan Lee (The HDF Group) Ruth Duerr (NSIDC ) 25th IIPS Conference
Prerequisite • METS(Metadata Encoding & Transmission Standard) • Standard for encoding structural metadata • ISO-19115 • International Schema for describing geographic information • File-level Metadata • Metadata about the individual file or granule • Dataset-level Metadata • Metadata that applies to each and every granule/file in the whole data set(product) 25th IIPS Conference
HDF5 Archive Information Package Data file HDF5 METS Metadata file Primary SchemaExtension Schema |<mets> |---<dmdSec>----------------<MODS> |---<amdSec>--------------|--<techMD> | |--<rightsMD> | |--<sourceMD> |----<fileGrp> |----<structMap> HDF5 AIP Components http://www.hdfgroup.uiuc.edu/papers/papers/AIP/HDF5_AIP_White_Paper.pdf 25th IIPS Conference
NOAA SDS Program CDM/NetCDF4 ISO-19115 NCDC:CLASS ECS to ISO-19115 HDF5-AIP NSIDC/ECSMetadata NetCDF4 / HDF5 Data METS ECS to METS NSIDC/ ECS HDF4-data H4toH5 NetCDF4/HDF5-data 25th IIPS Conference 4
Enhanced H4toH5 conversion tool • Convert HDF-EOS2 data to NetCDF4-compliant HDF5 data • Official release (2.0) can be found at http://hdfgroup.org/h4toh5/ $ ./h4toh5 –eos –nc4 input.he2 output.nc4 25th IIPS Conference
Challenges to do the conversion • Retrieve geo-location information from HDF-EOS2 data • Conform to NetCDF4 data model in the existing H4toH5 conversion tool • …… 25th IIPS Conference
Challenges: Handle EOS - Grid • Grid lacks geolocation fields • Use predefined projections • Geographic • Sinusoidal • Polar stereographic • … • New converter creates geolocation fields • HDF-EOS2 API GDij2ll() Data [4][12] Lon[12] Data [4][8] Lon[4][8] Geographic . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Sinusoidal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25th IIPS Conference
Challenges: Handle EOS - Swath • The size of geolocation fields can be different from data fields • New converter has to handle geolocation fields correctly . . . . . . . . . . . . . . . . . . . . . . . . . . . 25th IIPS Conference
Challenges in conforming to NetCDF4 Longitude field has two columns Data field has three columns New longitude has three columns • Follow CF conventions • Create two variables: NewLongitude and NewLatitude • Add to the data field an attribute coordinates=“NewLongitudeNewLatitude” • Keep the original Latitude and Longitude . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25th IIPS Conference
Now some examples to show NetCDF4 files converted from EOS2 25th IIPS Conference
A netCDF-4 file converted from EOS2 data at NSIDC 25th IIPS Conference
A netCDF-4 file converted from EOS2 data at NSIDC 25th IIPS Conference
Deliverables and future work • Deliverables • Enhanced HDF4 to HDF5 conversion tool http://hdfgroup.org/h4toh5/ • A validation tool to verify the correctness of the conversion Will be released soon! 25th IIPS Conference
Acknowledgement • This work was supported under NOAA Scientific Stewardship Program grant number NA07OAR4310286. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of NOAA. 25th IIPS Conference