| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
|
open(url,
cache=None,
username=None,
password=None,
verbose=False) Connect to a remote dataset. |
||
| _ddsdas(baseurl, cache, username, password) | ||
| _ddx(baseurl, cache, username, password) | ||
|
|||
|
__author__ = 'Roberto De Almeida <rob@pydap.org>'
|
||
Imports: dap, util.http.openurl, exceptions.ClientError
|
|||
Connect to a remote dataset. This function opens a dataset stored in a DAP server:>>> dataset = open(url, cache=None, username=None, password=None, verbose=False): You can specify a cache location (a directory), so that repeated accesses to the same URL avoid the network. The username and password may be necessary if the DAP server requires authentication. The 'verbose' option will make pydap print all the URLs that are acessed. |
|
|
|
|||
__author__None
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Mon Nov 13 21:49:05 2006 | http://epydoc.sourceforge.net |