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.

To learn about what's going on, see About the Archive Site.

Re: [thredds] OPENDAP dataset via a RESTFUL service

David Crossman wrote:
Hi all, I am trying to add a dataset to a thredds server by hitting a RESTFUL service. I have tried something like this
...
 <dataset name="URLOPENDAP" ID="urlDataset" urlPath="sst/URLOPENDAP">
<serviceName>thisOPENDAP</serviceName> <netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2"; location="http://data.aims.gov.au/gbroosdata/services/netcdf/underway/759/temperature/2008-02-11T00:00:00/2008-02-13T00:00:00/1";>
   </netcdf>
</dataset> If I change the location to a file on the server http://data.aims.gov.au/jan.nc it works fine.

this works because this server serves the netcdf file through HTTP range requests, but 
the other URL apparently does not. the message im getting is "Server does not 
support Content-Length". Is this a virtual file?

see:

 http://www.unidata.ucar.edu/software/netcdf-java/reference/HTTPservice.html



  • 2009 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the thredds archives: