Difference between revisions of "Coverage Processor for Points"

From Earth Science Information Partners (ESIP)
Line 1: Line 1:
 
{{WCS Glossary
 
{{WCS Glossary
|TermDesc=Retrieves data by creating an SQL query and executing it.
+
|TermDesc=Reads the [[Data_Configuration_for_Points|Configuration]] of the station point coverage and creates an SQL query according to GetCeverage query filters. It executes the query and then writes the data to a CSV file for further processing. Used by [[WCS_GetCoverage_Query|WCS GetCoverage Query]] for station point data.
|Links=[[Custom_Coverage_Processor_for_Points|Custom Coverage Processor for Points]] [[Data_Configuration_for_Points|Data Configuration for Points]] [[SQL_Database_for_Points|SQL Database for Points]]  
+
|Links=[[Data_Configuration_for_Points|Data Configuration for Points]] [[SQL_Database_for_Points|SQL Database for Points]] [[WCS_GetCoverage_Query|WCS GetCoverage Query]]
 
}}
 
}}
  

Revision as of 11:03, September 3, 2010

< Back to Glossary | Edit with Form

Coverage_Processor_for_Points Description: [[TermDesc::Reads the Configuration of the station point coverage and creates an SQL query according to GetCeverage query filters. It executes the query and then writes the data to a CSV file for further processing. Used by WCS GetCoverage Query for station point 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::Data Configuration for Points SQL Database for Points WCS GetCoverage Query]]

Contributors

No Contributors

History

No History Available

Term Details


The Coverage Processor for points 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.

CIRA/VIEWS SO4f