Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Q: 

Anchor
typeOfData
typeOfData
What type of data does HEG work with?
A: HEG only works with HDF-EOS formatted data.

Q: 
Anchor
HDFEOSData
HDFEOSData
What is HDF-EOS data?
A: HDF-EOS is an extension of HDF data created to work for the EOS satellites. It is made up of Objects which are of either SWATH or GRID type.

Q: 
Anchor
swathGridObject
swathGridObject
What are SWATH and GRID HDF-EOS Objects?
A: GRID Objects contain data that is in a GRID format which models a Map Projection. All Map Projections are in grids. If one knows that data is in a Map Grid, then just about all that is needed to describe the grid is the Upper Left and Lower Right Corner points and the pixel resolution. The geographic location of each data point (which corresponds to a node on the grid) can be easily converted to a geolocation point using Map Projection algorithms. (In HEG, this is done with the GCTP library). Examples of GRID HDF-EOS data sets are the MOD09GHK.

SWATH Objects contain ungridded data. For each data point, there is an associated Latitude and Longitude point. Sometimes, in order to conserve space, there are a smaller number of geolocation data points than data points. In this case, interpolations of missing geolocation data points are expected to be made, which HEG will take into account. In this case, the SWATH Object will have offset and increment information describing how the geolocation data is distributed among the actual data points themselves.

More details about HDF-EOS formats can be obtained in the following documentation:

...