Difference between revisions of "Glossary"

From Earth Science Information Partners (ESIP)
Line 10: Line 10:
 
** Information of variables and dimensions automatically extracted from netCDF-CF files.  
 
** Information of variables and dimensions automatically extracted from netCDF-CF files.  
 
** Hand-edited python dictionaries describing the netCDF files, their variables and dimensions. For example [http://128.252.202.19:8080/static/HTAP/HTAP_config.py HTAP_config.py] in [http://128.252.202.19:8080/HTAP HTAP demo service] describes date-encoded netCDF files.  
 
** Hand-edited python dictionaries describing the netCDF files, their variables and dimensions. For example [http://128.252.202.19:8080/static/HTAP/HTAP_config.py HTAP_config.py] in [http://128.252.202.19:8080/HTAP HTAP demo service] describes date-encoded netCDF files.  
 
Main documentation: [[http://wiki.esipfed.org/index.php/WCS_Wrapper_Configuration_for_Cubes| WCS Wrapper Configuration for Cubes]]
 
  
 
* For Point Coverages:
 
* For Point Coverages:
 
** Hand-edited python dictionaries describing Names and Columns of Location and Data tables. For example [http://128.252.202.19:8080/static/point/point_config.py point_config.py] in [http://128.252.202.19:8080/point point demo service].
 
** Hand-edited python dictionaries describing Names and Columns of Location and Data tables. For example [http://128.252.202.19:8080/static/point/point_config.py point_config.py] in [http://128.252.202.19:8080/point point demo service].
 +
 +
Main documentation:
 +
 +
* [[WCS_Wrapper_Configuration_for_Cubes| Configuring NetCDF based Cube Data]]
 +
* [[WCS_Wrapper_Configuration_for_Point_Data| Configuring SQL based Point Data]]
  
 
== Metadata ==
 
== Metadata ==
  
 
Abstract, Contact Information, Keywords and any other such information.
 
Abstract, Contact Information, Keywords and any other such information.

Revision as of 08:13, August 31, 2010

Back to WCS Wrapper

Glossary for Common Terms and Standard Names in Datafed WCS Wrapper Framework

Configuration

Programmed instructions for the framework how to access data. This includes but is not limited to

  • For Cube Coverages:
    • Information of variables and dimensions automatically extracted from netCDF-CF files.
    • Hand-edited python dictionaries describing the netCDF files, their variables and dimensions. For example HTAP_config.py in HTAP demo service describes date-encoded netCDF files.

Main documentation:

Metadata

Abstract, Contact Information, Keywords and any other such information.