Due to the current gap in continued funding from the U.S. National Science Foundation (NSF), the NSF Unidata Program Center has temporarily paused most operations. See NSF Unidata Pause in Most Operations for details.

TDS datasetScan and Service

Hello there,

  I'm new in working with TDS, and i need your help.
I use a datasetScan element, and i try to have many different services access. I use nested service:

<service name="multiple" serviceType="Compound" base="" >
       <service name="thisDODS" serviceType="OPENDAP" base="/thredds/dodsC/" />
<service name="CORftp" serviceType="FTP" base="ftp://ext-ifr@xxxxxxxxxxxxxx/coriolis/data/CORT-GLOBAL-01/oa/field/"; suffix=".bz2"/> <service name="CORlas" serviceType="LAS" base="http://www.ifremer.fr/las/"; /> <service name="CORweb" serviceType="WebForm" base="http://www.ifremer.fr/co/"; />
</service>

then

<datasetScan location="/global/salinity/weekly/CORT-GLOBAL-01/" path="PSAL" name="Salinity" serviceName="multiple" />

The access results for the data OA_20051102.nc (exemple of a founded data in the directory scanned) is logically:

  1. OPENDAP: http://rhsism11:8080/thredds/dodsC/PSAL/OA_20051102.nc
  2. FTP: 
ftp://ext-ifr@xxxxxxxxxxxxxx/coriolis/data/CORT-GLOBAL-01/oa/field/PSAL/OA_20051102.nc.bz2
  3. LAS: http://www.ifremer.fr/las/PSAL/OA_20051102.nc
  4. WebForm: http://www.ifremer.fr/co/PSAL/OA_20051102.nc


The problem is that LAS server and WebForm (Web image displaying) havent the wanted URL. I want:
  1. OPENDAP: http://rhsism11:8080/thredds/dodsC/PSAL/OA_20051102.nc
  2. FTP: 
ftp://ext-ifr@xxxxxxxxxxxxxx/coriolis/data/CORT-GLOBAL-01/oa/field/PSAL/OA_20051102.nc.bz2
  3. LAS:http://www.ifremer.fr/las/servlets/dataset
  4. WebForm: http://www.ifremer.fr/co/co0525/en/global/


So typically the datasetScan path (here PSAL) is not good for all the services. 
Is there a
way to have differents paths value for each nested service?
Thanks

Benoit


--
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
        GORDET Benoît                      
|       IFREMER/IDN/ISI                 |

|       BP70                            |
        29280 PLOUZANE
|       FRANCE                          |

|   email: benoit.gordet@xxxxxxxxxx     |
   phone: (+33) (0)2 98 22 42 52
|_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _|

==============================================================================
To unsubscribe thredds, visit:
http://www.unidata.ucar.edu/mailing-list-delete-form.html
==============================================================================


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