Difference between revisions of "Coverage Processor for Points"

From Earth Science Information Partners (ESIP)
Line 1: Line 1:
 
{{WCS Glossary
 
{{WCS Glossary
 
|TermDesc=Executes the GetCoverage query by performing desired SQL query
 
|TermDesc=Executes the GetCoverage query by performing desired SQL query
 +
|ExampleURL=http://128.252.202.19:8080/CIRA?service=WCS&version=1.1.2&Request=GetCoverage&identifier=VIEWS&RangeSubset=SO4f&BoundingBox=-130,24,-65,52,urn:ogc:def:crs:OGC:2:84&TimeSequence=2004-08-01&format=text/csv&store=true
 
}}
 
}}
  
 
The Coverage Processor for points is a component that performs three different activities:
 
The Coverage Processor for points is a component that performs three different activities:
  
* WCS Query Parser. The syntax is checked and output is binary object of all the query elements.
+
* WCS Query Parser. The syntax is checked and parsed into structured object.
 
* SQL Query Compiler.  
 
* SQL Query Compiler.  
 
** Fields:  
 
** Fields:  
Line 11: Line 12:
 
*** join in location table
 
*** join in location table
 
*** join in tables for fields
 
*** join in tables for fields
** Bounding Box:
+
** Filters:
*** Add where filter by location lat and lon.
+
*** Bounding Box: Add SQL filter by location lat and lon.
*** Time: Add filter by data datetime.
+
*** Time: Add SQL filter by datetime.
*** location: if requested, add filter by location
+
*** location: if requested, add SQL filter by location
 
* Formatter. The table data is returned in desired format. Currently the only supported is CSV, Comma Separated Values.
 
* Formatter. The table data is returned in desired format. Currently the only supported is CSV, Comma Separated Values.
  

Revision as of 14:18, September 2, 2010

< Back to Glossary | Edit with Form

Coverage_Processor_for_Points Description: Executes the GetCoverage query by performing desired SQL query

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 for points is a component that performs three different activities:

  • WCS Query Parser. The syntax is checked and parsed into structured object.
  • SQL Query Compiler.
    • Fields:
      • Select required fields
      • join in location table
      • join in tables for fields
    • Filters:
      • Bounding Box: Add SQL filter by location lat and lon.
      • Time: Add SQL filter by datetime.
      • location: if requested, add SQL filter by location
  • Formatter. The table data is returned in desired format. Currently the only supported is CSV, Comma Separated Values.

SQL processors can be either configured to supported DB schema types, or custom written for esoteric databases.

By writing a custom processor, anything can be used as a data source.