| Home | Trees | Indices | Help |
|
|---|
|
|
DAP variables.
This module is a Python implementation of the DAP data model.
|
|||
|
StructureType Structure contructor. |
||
|
DatasetType Dataset constructor. |
||
|
SequenceType Sequence constructor. |
||
|
GridType Grid constructor. |
||
|
BaseType DAP Base type. |
||
|
ArrayType An array of BaseType variables. |
||
|
|||
| _build_data(level, *vars_) | ||
| _propagate_data(level, vars_) | ||
|
|||
|
__author__ = 'Roberto De Almeida <rob@pydap.org>'
|
||
|
_basetypes = ['Float32', 'Float64', 'Int16', 'Int32', 'UInt16', '...
|
||
|
_constructors = ['StructureType', 'SequenceType', 'DatasetType', 'Gr...
|
||
|
Float = 'Float64'
|
||
|
Float0 = 'Float64'
|
||
|
Float8 = 'Float32'
|
||
|
Float16 = 'Float32'
|
||
|
Float32 = 'Float32'
|
||
|
Float64 = 'Float64'
|
||
|
Int = 'Int32'
|
||
|
Int0 = 'Int32'
|
||
|
Int8 = 'Byte'
|
||
|
Int16 = 'Int16'
|
||
|
Int32 = 'Int32'
|
||
|
Int64 = 'Int32'
|
||
|
UInt16 = 'UInt16'
|
||
|
UInt32 = 'UInt32'
|
||
|
UInt64 = 'UInt32'
|
||
|
UInt8 = 'Byte'
|
||
|
Byte = 'Byte'
|
||
|
String = 'String'
|
||
|
Url = 'Url'
|
||
|
typemap = {'Q': 'UInt32', 'b': 'Byte', 'd': 'Float64', 'f': 'F...
|
||
Imports: copy, itertools, lib.quote, util.ordereddict.odict, util.filter.get_filters
|
|||
|
|
|
|||
__author__None
|
_basetypesNone
|
_constructorsNone
|
FloatNone
|
Float0None
|
Float8None
|
Float16None
|
Float32None
|
Float64None
|
IntNone
|
Int0None
|
Int8None
|
Int16None
|
Int32None
|
Int64None
|
UInt16None
|
UInt32None
|
UInt64None
|
UInt8None
|
ByteNone
|
StringNone
|
UrlNone
|
typemapNone
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Mon Nov 13 21:49:05 2006 | http://epydoc.sourceforge.net |