Versions Compared

Key

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

...

For example to import data from the folder TODO use the http://test.opendap.org/opendap/hyrax/data/nc/Image Added use the catalog file http://test.opendap.org/opendap/hyrax/data/nc/catalog.xmlImage Added in the following import configuration:

Code Block
xml
xml
<import>
	<general>
		<importType>NETCDF-CF_GRID</importType>
		<serverUrl>TODO<<serverUrl>http://test.opendap.org/opendap/hyrax/data/nc/catalog.xml</serverUrl>
		<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>

...

Note

This currently only works for importing a single netcdf file, this does not work when using a catalog.

...