Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
<import>
	<general>
		<importType>NETCDF-CF_GRID</importType>
		<serverUrl>http://test.opendap.org/opendap/hyrax/data/nc/sst.mnmean.nc.gz</serverUrl>
		<user>kermit</user>
		<password>gr33n</password>
		<startDateTime date="2007-07-01" time="00:00:00"/>
		<endDateTime date="2008-01-01" time="00:00:00"/>
		<idMapId>OpendapImportIdMap</idMapId>
		<missingValue>32767</missingValue>
	</general>
	<timeSeriesSet>
		<moduleInstanceId>OpendapImport</moduleInstanceId>
		<valueType>grid</valueType>
		<parameterId>T.obs</parameterId>
		<locationId>gridLocation1</locationId>
		<timeSeriesType>external historical</timeSeriesType>
		<timeStep unit="nonequidistant"/>
		<readWriteMode>add originals</readWriteMode>
	</timeSeriesSet>
</import>

For importing data from an OPeNDAP server that communicates using SSL, the certificate of the server has to be either validated by a known certificate authority or present and trusted in the local certificate store. To add a certificate to the local Delft-FEWS certificate store, first export the certificate file from the server using a browser, then import the certificate file into the certificate store using e.g. the following command on the command line:

No Format
 G:\java\jre6\bin\keytool.exe -keystore G:\FEWS\client.keystore -import -alias aliasName -file fileName -trustcacerts 

where fileName is the file name of the certificate file, aliasName is the alias to use for the certificate, G:\java\jre6\bin\keytool.exe is the pathname of the Java keytool.exe file (depends on your Java installation) and G:\FEWS\client.keystore is the pathname of the keystore file in the Delft-FEWS region home directory (depends on your Delft-FEWS installation). The keystore file in the Delft-FEWS region home directory is automatically read each time when Delft-FEWS starts.

To export the certificate of a server using Firefox:
1. Browse to the server.
2. Left click on the certificate icon.
3. Choose More Information -> Show Certificate -> Details -> Export
4. Follow the on screen instructions.

To export the certificate of a server using Internet Explorer:
1. Browse to the server.
2. Left click on the lock icon.
3. Choose View Certificates -> Details -> Copy to File
4. Follow the on screen instructions.

Known issues

Export of data

...