Difference between revisions of "Custom Coverage Processor for Points"

From Earth Science Information Partners (ESIP)
Line 1: Line 1:
 
{{WCS Glossary
 
{{WCS Glossary
|TermDesc=Some point data is not necessarily in such a database that it could be turned into a service by just listing table and column names. A custom processor may do the SQL query generation, the SQL execution and data retrieval, when it has to be done in a non-supported manner. Used in WCS GetCoverage Query
+
|TermDesc=This processor extracts a subset of station point data from a data source that cannot be turned into a service by just listing table and column names. Such sources requires this kind of custom processor. It may do it's own SQL query generation, SQL query execution and data retrieval. Used in WCS GetCoverage Query
 
|Links=[[Coverage_Processor_for_Points|Coverage Processor for Points]] [[Data_Configuration_for_Points|Data Configuration for Points]] [[SQL_Database_for_Points|SQL Database for Points]] [[WCS_GetCoverage_Query|WCS GetCoverage Query]]  
 
|Links=[[Coverage_Processor_for_Points|Coverage Processor for Points]] [[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 13:42, September 3, 2010

< Back to Glossary | Edit with Form

Custom_Coverage_Processor_for_Points Description: This processor extracts a subset of station point data from a data source that cannot be turned into a service by just listing table and column names. Such sources requires this kind of custom processor. It may do it's own SQL query generation, SQL query execution and data retrieval. Used in WCS GetCoverage 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
[[Links::Coverage Processor for Points Data Configuration for Points SQL Database for Points WCS GetCoverage Query]]

Contributors

No Contributors

History

No History Available

Term Details


The CIRA/VIEWS cannot access the database directly due to firewall. The SQL query can still be compiled by with configuration, but it has to be executed via a proxy server. The CIRA/VIEWS custom processor overrides getcoverage method and does just that.

CIRA custom processor

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