Re: What does OPeNDAP stand for?

From: Rick Grubin <grubin_at_nyahnyahspammersnyahnyah>
Date: Wed, 19 Apr 2006 14:39:28 -0600

Hello Alex,

> I am about to download the latest version NCL 4.2.0 for my installed
> WRFSI_V2.1.2.
> Should I download OPeNDAP-enabled one or the not-OPeNDAP-enabled one?
> What does OPeNDAP stand for?

OPeNDAP stands for OPen Network Data Access Protocol; see
http://www.opendap.org

OPeNDAP functionality allows a user to access data remotely, rather
than having to download/copy to a local system.

As an example, to open a file local to your host:

     f = addfile("my.data", "r")

If "my.data" resided elsewhere (not local to your host) and you didn't
want to/couldn't download it, you could say:

     f = addfile("http://fully/qualified/path/to/the/file/my.data", "r")

See the documentation:
     http://www.ncl.ucar.edu/Document/Functions/Built-in/addfile.shtml
     
http://www.ncl.ucar.edu/Document/Functions/Built-in/isfilepresent.shtml

and the example:

     http://www.ncl.ucar.edu/Applications/opendap.shtml

-Rick.

----
Rick Grubin      NCAR/CISL/SCD/VETS
Visualization + Enabling Technologies
grubin_at_ucar.edu             303.497.1832
_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Apr 19 2006 - 14:39:28 MDT

This archive was generated by hypermail 2.2.0 : Thu Apr 20 2006 - 09:30:38 MDT