Coverage Processor for Cubes

From Earth Science Information Partners (ESIP)
Revision as of 14:56, September 2, 2010 by Hoijarvi (talk | contribs)

< Back to Glossary | Edit with Form

Coverage_Processor_for_Cubes Description: Executes the GetCoverage Query by retrieving desired subcube of Data

Glossary Domain: {{{Glossary Domain}}}"{{{Glossary Domain}}}" is not in the list (WCS, HTAP, AQInfrastructure) of allowed values for the "Glossary Domain" property.

Related Links

Links to this page
[[Links::NASA Modis4 slice]]

Contributors

No Contributors

History

No History Available

Term Details


The Coverage Processor is a component that performs three different activities:

  • WCS Query Parser. The syntax is checked and parsed into a structured object.
  • Subsetter. This component finds the desired coverage and applies filters to read a subset of the data:
    • Fields: A client querying wind data may be interested in speed and direction, but reject air pressure.
    • Bounding Box: restrict response to certain geographical area.
    • Time: Default time, One time, list of times, periodic range of times.
    • Grid size and interpolation: High resolution data can be interpolated to lower resolution.
    • By dimension: Select only one or some wavelengths,elevations
  • Formatter. The binary data is returned in desired format. Currently supported are NetCDF-CF for cubes and CSV, Comma Separated Values for points.

The NetCDF-CF based processor is completely generic for any compatible netCDF-CF file.