TDS datasetScan and Service

Benoit GORDET Benoit.Gordet at ifremer.fr
Mon Sep 11 08:19:49 MDT 2006


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@ftp.ifremer.fr/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@ftp.ifremer.fr/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@ftp.ifremer.fr/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 at ifremer.fr	|
    phone: (+33) (0)2 98 22 42 52
|_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _| 


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



More information about the Thredds mailing list