NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

RE: Galeon test datasets:

A very preliminary WCS server for these three datasets is at:


http://motherlode.ucar.edu:8088/thredds/wcs?request=GetCapabilities&version=1.0.0&service=WCS&dataset=striped.nc

This request does not list any coverages.

http://motherlode.ucar.edu:8088/thredds/wcs?request=GetCapabilities&version=1.0.0&service=WCS&dataset=sst.nc

The CoverageOfferingBrief/lonLatEnvelope in this request is zero-sized in "X":

<gml:pos>0.0 90.0</gml:pos> <gml:pos>0.0 -80.0</gml:pos>

I think that it should read:

<gml:pos>0.0 0.0</gml:pos> <gml:pos>90.0 -80.0</gml:pos>
http://motherlode.ucar.edu:8088/thredds/wcs?request=GetCapabilities&version=1.0.0&service=WCS&dataset=RUC.nc

The following request returns a service exception:

http://motherlode.ucar.edu:8088/thredds/wcs?dataset=298935747&SERVICE=WCS&VERSION=1.0.0&REQUEST=GetCoverage&COVERAGE=Geopotential_height&Vertical100.0&CRS=EPSG%3a4326&BBOX=-134.219744726619,11.1171909778786,-47.4401144379956,57.6519310982145&FORMAT=GeoTIFF&EXCEPTIONS=application/vnd.ogc.se_xml

The spaces in the "Vertical=" KVP are from our client taking the literal value 
from the following request:

http://motherlode.ucar.edu:8088/thredds/wcs?dataset=298935747&REQUEST=DescribeCoverage&SERVICE=WCS&VERSION=1.0.0&COVERAGE=Geopotential_height

Are they intentional?  The GetCoverage request fails with and without the 
spaces:

http://motherlode.ucar.edu:8088/thredds/wcs?dataset=298935747&SERVICE=WCS&VERSION=1.0.0&REQUEST=GetCoverage&COVERAGE=Geopotential_height&Vertical=100.0&CRS=EPSG%3a4326&BBOX=-134.219744726619,11.1171909778786,-47.4401144379956,57.6519310982145&FORMAT=GeoTIFF&EXCEPTIONS=application/vnd.ogc.se_xml

Regards,
Martin