Difference between revisions of "Coverage Processor for Cubes"

From Earth Science Information Partners (ESIP)
Line 1: Line 1:
 
{{WCS Glossary
 
{{WCS Glossary
|TermDesc=Executes the GetCoverage subsetting for Cubed Data
+
|TermDesc=Executes the GetCoverage Query by retrieving desired subcube of Data
 
|ExampleURL=http://128.252.202.19:8080/NASA?service=WCS&version=1.1.2&Request=GetCoverage&identifier=modis4&BoundingBox=-95,24,-75,40,urn:ogc:def:crs:OGC:2:84&TimeSequence=2010-04-09&format=image/netcdf&store=true
 
|ExampleURL=http://128.252.202.19:8080/NASA?service=WCS&version=1.1.2&Request=GetCoverage&identifier=modis4&BoundingBox=-95,24,-75,40,urn:ogc:def:crs:OGC:2:84&TimeSequence=2010-04-09&format=image/netcdf&store=true
 
}}
 
}}

Revision as of 14:13, September 2, 2010

< 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
No Links

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.