How to use the OPeNDAP / DODS Server in Ferret.

The following explains the steps of loading data servered by OPeNDAP using Ferret.

Select a dataset on a OPeNDAP server:

Get the URL by clicking on "info" for the dataset of your interest, say NLOM on the "Public data" server, which looks like this:

The OPeNDAP URL is near the top of the "info" page and looks like this:

      OPeNDAP URL: http://apdrc.soest.hawaii.edu/dods/public_data/NLOM/nlom_ssh
      Authenticated: http://username:passwd@apdrc.soest.hawaii.edu/dods/public_data/NLOM/nlom_ssh
      (Please note: Ferret v5.81 does not work with password authentication)

Start Ferret:

      ferret

Load data using the URL and proceed as you normally would:

      yes? SET DATA "http://apdrc.soest.hawaii.edu/dods/public_data/NLOM/nlom_ssh"
      Opens the OPeNDAP served data.

      yes? show data
      Returns variable's spatial and temporal information.

      yes? SHADE/t="03-oct-2004"/x=195:207/y=18:24 ssh
      Contours ssh for specified time and space

      yes? go land
      Plot land outlines

For more information visit the Ferret/DODS website

  International Pacific Research Center (http://iprc.soest.hawaii.edu)