HDF-EOS search queries
To get summary of all filenames, their size and the number of objects in each data file residing in the database:
- select orgfile, size, numobj from HEOSfile;
To retrieve core, product specific, or archive metadata from specific HDF-EOS data file:
- select core-metadata, product-metadata from hdfeos where orgfile=‘toms_monthly_498.HEOSfile’;