Versions Compared

Key

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

...

Import data from a single file

TODO

Import data from a catalog

...

Import data for a given sub grid

TODO

Import data from a protected server

For importing data from a password protected OPeNDAP server, it is required to configure a valid username and password for accessing the server. This can be done by adding the user and password elements (see Import Module configuration options#user) to the import configuration, just after the serverUrl element.

Note

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

Example:

Code Block
xml
xml

	<user>kermit</user>
	<password>gr33n</password>

Known issues

Export of data

...