This document summarizes the process for connecting HDF and ISO metadata standards. It involves:
1. Creating an ISO compliant XML file (SMAP.xml) containing metadata.
2. Transforming this ISO file into an equivalent NcML format file (ISO2NCML.xml) using an XSL stylesheet.
3. Transforming the NcML file into Python code (NCML2h5py.py) to instantiate the metadata structure into an HDF5 file (SMAP.h5) using another XSL stylesheet.
4. Extracting the HDF5 metadata structure back into an XML file (SMAPHDF.xml) and transforming it back into ISO format (SM