Versions Compared

Key

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

...

Import data from a single file

To import data from a single file on an OPeNDAP server, the correct URL needs to be configured in the serverUrl element. To get the correct URL for a single file:

    1. Use a browser to browse to a data file on an OPeNDAP server, e.g. http://test.opendap.org/opendap/hyrax/data/nc/sst.mnmean.nc.gz.html
    2. Copy the URL that is listed on the page after the keyword "Data URL:", e.g. http://test.opendap.org/opendap/hyrax/data/nc/sst.mnmean.nc.gz
    3. Paste this URL in the serverUrl element in the import configuration file.

Delft-FEWS version 2022.01 and later are also  able to import compressed datasets with extension bz2 from the serverUrl

Import data from a catalog

...