Difference between revisions of "Coverage Processor for Cubes"
Line 1: | Line 1: | ||
{{WCS Glossary | {{WCS Glossary | ||
− | |TermDesc=This component executes the WCS GetCoverage Query for | + | |TermDesc=This component executes the WCS GetCoverage Query for Cube Data. It Locates the NetCDF-CF file that contains the coverage, then extracts the requested subset and writes that into a NetCDF-CF file. |
|Links=[[NetCDF-CF|NetCDF-CF]] [[WCS_GetCoverage_Query|WCS GetCoverage Query]] [[Data_Configuration_for_Cubes|Data Configuration for Cubes]] | |Links=[[NetCDF-CF|NetCDF-CF]] [[WCS_GetCoverage_Query|WCS GetCoverage Query]] [[Data_Configuration_for_Cubes|Data Configuration for Cubes]] | ||
}} | }} |
Revision as of 11:55, September 3, 2010
< Back to Glossary | Edit with Form
Coverage_Processor_for_Cubes Description: This component executes the WCS GetCoverage Query for Cube Data. It Locates the NetCDF-CF file that contains the coverage, then extracts the requested subset and writes that into a NetCDF-CF file.
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::NetCDF-CF WCS GetCoverage Query Data Configuration for Cubes]]
Contributors
No Contributors
History
No History Available
Term Details
The Coverage Processor is a component that performs two 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:
- Coverage: Locate the source file.
- 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 or elevations.
- Write the result into a NetCDF-CF cube.
Currently there is no formatter, the only supported output is NetCDF-CF. The NetCDF-CF based processor is completely generic for any compatible netCDF-CF file.