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 Query by retrieving desired subcube of Data
+
|TermDesc=Reads the NetCDF file and extracts the desired subcube.
|Links=[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 NASA Modis4 slice]  
+
|Links=[[NetCDF-CF|NetCDF-CF]] [[WCS_GetCoverage_Query|WCS GetCoverage Query]] [[Data_Configuration_for_Cubes|Data Configuration for Cubes]] [[Custom_Coverage_Processor_for_Cubes|Custom Coverage Processor for Cubes]]
 
}}
 
}}
  
Line 15: Line 15:
  
 
The NetCDF-CF based processor is completely generic for any compatible netCDF-CF file.
 
The NetCDF-CF based processor is completely generic for any compatible netCDF-CF file.
 +
 +
[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 NASA Modis4 slice]

Revision as of 09:08, September 3, 2010

< Back to Glossary | Edit with Form

Coverage_Processor_for_Cubes Description: Reads the NetCDF file and extracts the desired subcube.

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 Custom Coverage Processor for Cubes]]

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.

NASA Modis4 slice