Roy,
I was able to use Map Browser to get a "GeoTIFFfloat" response from this WCS:
http://oceanwatch.pfeg.noaa.gov:8081/thredds/wcs/satellite/AT/ssta/1day?request=GetCapabilities&version=1.0.0&service=WCS
This was the GetCoverage URL that Map Browser generated:
http://oceanwatch.pfeg.noaa.gov:8081/thredds/wcs/satellite/AT/ssta/1day?SERVICE=WCS&VERSION=1.0.0&REQUEST=GetCoverage&COVERAGE=ATssta&Vertical=.0&CRS=EPSG%3a4326&BBOX=-145,22,-105,51&TIME06-06-12T23:59:59Z&FORMATGeoTIFFfloat&EXCEPTIONS=application/vnd.ogc.se_xml
The netCDF file returned by the following URL could not be opened by Map
Browser (via GDAL, and using a development version, not the released version
which does not have netCDF support):
http://oceanwatch.pfeg.noaa.gov:8081/thredds/wcs/satellite/AT/ssta/1day?SERVICE=WCS&VERSION=1.0.0&REQUEST=GetCoverage&COVERAGE=ATssta&Vertical=.0&CRS=EPSG%3a4326&BBOX=-145,22,-105,51&TIME06-01-01T23:59:59Z&FORMATNetCDF3&EXCEPTIONS=application/vnd.ogc.se_xml
Regards,
Martin
-----Original Message-----
From: owner-galeon@xxxxxxxxxxxxxxxx
[mailto:owner-galeon@xxxxxxxxxxxxxxxx] On Behalf Of Roy Mendelssohn
Sent: 12 June 2006 17:38
To: support-thredds@xxxxxxxxxxxxxxxxxxxxxxxx
Cc: jerome.king@xxxxxxxx; John Caron; galeon@xxxxxxxxxxxxxxxx
Subject: TDS 3.10, and WCS on Aggregated data sets
Hi:
We are having trouble with getting WCS services working with TDS
3.10 serving aggregate data. If you look at the base URL:
http://oceanwatch.pfeg.noaa.gov:8081/thredds/catalog.html
and look at any of the datasets under "Aggregation Satellite
Datasets" those are the datasets we are talking about. They are
all time aggregated
Some info:
1. The OpeNDAP part of this works fine, including the aggregation.
2. I am just learning the WCS syntax, so I may be making errors, but
I get do a successful GetCapabilities, I can do a successful
DescribeCoverage but I fail when I try to actually get the data - I
get a "null" returned (this is using curl with the appropriate http
commands)
3. I have tried the same things with Map Browser with the
same results.
So, we besides possible help, we have some questions:
1. Is there an example site where aggregate data is being served
using TDS 3.10 and the WCS service works? Could we be pointed to
that? Even more, could we get the NcML and catalog xml files so we
can see how they are set up.
2. Has Map Browser been tried with an aggregated dataset being
served by TDS and shown to work?
3. As I am not certain that my GetCoverage request was correct,
could someone who knows what they are doing send me a properly formed
one for any one of the datasets above (or the same test and and let
me know the results)
We would really like to try and get this to work and are stumped as
to the problem. Once working,w e can add these to the Galeon project.
-Roy M.