Difference between revisions of "Coverage Processor for Points"

From Earth Science Information Partners (ESIP)
(Reverted edits by Hoijarvi (talk) to last revision by Erinmr)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{WCS Glossary
 
{{WCS Glossary
|TermDesc=Reads the Data Configuration of the station point coverage and creates an SQL query according to GetCeverage query filters. It is passed to the SQL database engine, and the resulting rows are written to a CSV file, which is returned to the client. Used by [[WCS_GetCoverage_Query|WCS GetCoverage Query]] for station point data.  
+
|Glossary Domain=WCS
 +
|TermDesc=This component reads a subset of Station Point Data out of an SQL database. It gets the requested coverage from the query and gets the relevant SQL table and column names from the configuration information. Then it creates an SQL query according to filters, which is executed in the SQL database engine, and the resulting rows are written to a CSV file. Used in WCS GetCoverage Query.
 
|Links=[[Data_Configuration_for_Points|Data Configuration for Points]] [[SQL_Database_for_Points|SQL Database for Points]] [[WCS_GetCoverage_Query|WCS GetCoverage Query]]
 
|Links=[[Data_Configuration_for_Points|Data Configuration for Points]] [[SQL_Database_for_Points|SQL Database for Points]] [[WCS_GetCoverage_Query|WCS GetCoverage Query]]
 
}}
 
}}
 
 
The Coverage Processor for points performs three different activities:
 
The Coverage Processor for points performs three different activities:
  
Line 20: Line 20:
 
[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 CIRA/VIEWS SO4f]
 
[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 CIRA/VIEWS SO4f]
  
[[Category:StationsPoint]]
+
[[Category:StationPoint]][[Category:Server]]

Latest revision as of 16:09, August 17, 2012

< Back to Glossary | Edit with Form

Coverage_Processor_for_Points Description: This component reads a subset of Station Point Data out of an SQL database. It gets the requested coverage from the query and gets the relevant SQL table and column names from the configuration information. Then it creates an SQL query according to filters, which is executed in the SQL database engine, and the resulting rows are written to a CSV file. Used in WCS GetCoverage Query.

Glossary Domain: WCS

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.

CIRA/VIEWS SO4f