Package dap :: Module proxy
[hide private]
[frames] | no frames]

Module proxy

source code

Proxy class to DAP data.

This module implements a proxy object that behaves like an array and downloads data transparently from a DAP server when sliced. It is used when building a representation of the dataset, and should be not directly used.

Classes [hide private]
  Proxy
A proxy to data stored in a DODS server.

Functions [hide private]
  _test()

Variables [hide private]
  __author__ = 'Roberto De Almeida <rob@pydap.org>'

Imports: sys, xdr.DapUnpacker, helper.fix_slice, util.http.openurl


Function Details [hide private]

_test()

source code 
None

Variables Details [hide private]

__author__

None
Value:
'Roberto De Almeida <rob@pydap.org>'