Difference between revisions of "WCS Wrapper Support"

From Earth Science Information Partners (ESIP)
 
(10 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
Currently the easiest way to get help is to as Kari [mailto:hoijarvi@seas.wustl.edu hoijarvi@seas.wustl.edu] who will gladly help you.
 
Currently the easiest way to get help is to as Kari [mailto:hoijarvi@seas.wustl.edu hoijarvi@seas.wustl.edu] who will gladly help you.
  
== Learning about CF-NetCDF and WCS ==
+
== Learning about CF-netCDF and WCS ==
  
 
The [http://www.unidata.ucar.edu/software/netcdf/docs/index.html unidata documentation] is a good collection of different level documents.
 
The [http://www.unidata.ucar.edu/software/netcdf/docs/index.html unidata documentation] is a good collection of different level documents.
  
For general information about WCS and CF-NetCDF, [http://wiki.esipfed.org/index.php/WCS_Access_to_netCDF_Files WCS Access to netCDF Files] is a good place to start.
+
For general information about WCS and [[CF-netCDF]], [http://wiki.esipfed.org/index.php/WCS_Access_to_netCDF_Files WCS Access to netCDF Files] is a good place to start.
  
 
== Installing ==
 
== Installing ==
Line 19: Line 19:
 
[[WCS_Wrapper_Installation_WindowsOP|Windows]]
 
[[WCS_Wrapper_Installation_WindowsOP|Windows]]
  
[[WCS_Access_to_netCDF_Files#Installation_Guides|Linux]]
+
[[WCS_Wrapper_Installation_LinuxOP|Linux]]
  
 
== Configuring WCS server ==
 
== Configuring WCS server ==
Line 25: Line 25:
 
How to configure the [[WCS_Wrapper_Configuration|home page and metadata]]
 
How to configure the [[WCS_Wrapper_Configuration|home page and metadata]]
  
Hot to put your cube data into CF-NetCDF: [[WCS_Wrapper_Configuration_for_Cubes|cube data into CF-NetCDF]].
+
Hot to put your [[WCS_Wrapper_Configuration_for_Cubes|cube data into CF-netCDF]].  
  
 
Hot to configure your [[WCS_Wrapper_Configuration_for_Point_Data| SQL point data]].
 
Hot to configure your [[WCS_Wrapper_Configuration_for_Point_Data| SQL point data]].
  
== Core Development ==  
+
== Programming NetCDF ==  
  
For Python developers, start at [http://www.pyngl.ucar.edu/Nio.shtml PyNIO home page].
+
For Python developers, start at [http://www.pyngl.ucar.edu/Nio.shtml PyNIO home page]. ''PyNIO'' is supported only for Unix variants, windows has close called ''datafed.minio'' which supports most of the functionality.  
  
 
For C developers, start at [http://www.unidata.ucar.edu/software/netcdf/docs/netcdf/index.html unidata documentation].
 
For C developers, start at [http://www.unidata.ucar.edu/software/netcdf/docs/netcdf/index.html unidata documentation].
Line 45: Line 45:
 
Report any issue to aq-ogc-services [https://sourceforge.net/p/aq-ogc-services/tickets/ tickets].  
 
Report any issue to aq-ogc-services [https://sourceforge.net/p/aq-ogc-services/tickets/ tickets].  
  
You '''must login''' to report an issue.
+
You '''must login''' to report an issue. For this reason, you may want to contact a developer with email.
 
 
== FAQ ==
 
 
 
As soon as a question is asked.
 

Latest revision as of 17:02, December 14, 2010

Back to aq-ogc-services.sourceforge.net

Support for OpenGeoSpatial Web Services

Contact Developers

Currently the easiest way to get help is to as Kari hoijarvi@seas.wustl.edu who will gladly help you.

Learning about CF-netCDF and WCS

The unidata documentation is a good collection of different level documents.

For general information about WCS and CF-netCDF, WCS Access to netCDF Files is a good place to start.

Installing

Windows

Linux

Configuring WCS server

How to configure the home page and metadata

Hot to put your cube data into CF-netCDF.

Hot to configure your SQL point data.

Programming NetCDF

For Python developers, start at PyNIO home page. PyNIO is supported only for Unix variants, windows has close called datafed.minio which supports most of the functionality.

For C developers, start at unidata documentation.

Mailing Lists

Ask anything in general questions forum. Currently you need to login to souceforge to be able to post. Bug has been reported.

For infrequent announcements subscribe to this list. This is a low-frequency list for project members.

Bug Reporting

Report any issue to aq-ogc-services tickets.

You must login to report an issue. For this reason, you may want to contact a developer with email.