forked from Unidata/netcdf4-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapi-objects.txt
More file actions
253 lines (253 loc) · 15.5 KB
/
api-objects.txt
File metadata and controls
253 lines (253 loc) · 15.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
netCDF4 netCDF4-module.html
netCDF4._set_default_format netCDF4-module.html#_set_default_format
netCDF4.default_encoding netCDF4-module.html#default_encoding
netCDF4.num2date netCDF4-module.html#num2date
netCDF4.is_native_big netCDF4-module.html#is_native_big
netCDF4._private_atts netCDF4-module.html#_private_atts
netCDF4._gethdf5libversion netCDF4-module.html#_gethdf5libversion
netCDF4.__has_nc_inq_format_extended__ netCDF4-module.html#__has_nc_inq_format_extended__
netCDF4.__package__ netCDF4-module.html#__package__
netCDF4.stringtochar netCDF4-module.html#stringtochar
netCDF4.chartostring netCDF4-module.html#chartostring
netCDF4.date2index netCDF4-module.html#date2index
netCDF4.getlibversion netCDF4-module.html#getlibversion
netCDF4.__netcdf4libversion__ netCDF4-module.html#__netcdf4libversion__
netCDF4.__has_nc_inq_path__ netCDF4-module.html#__has_nc_inq_path__
netCDF4.date2num netCDF4-module.html#date2num
netCDF4.stringtoarr netCDF4-module.html#stringtoarr
netCDF4._value netCDF4-module.html#_value
netCDF4._nptonctype netCDF4-module.html#_nptonctype
netCDF4.gregorian netCDF4-module.html#gregorian
netCDF4.is_native_little netCDF4-module.html#is_native_little
netCDF4.python3 netCDF4-module.html#python3
netCDF4._dateparse netCDF4-module.html#_dateparse
netCDF4._supportedtypes netCDF4-module.html#_supportedtypes
netCDF4.NC_DISKLESS netCDF4-module.html#NC_DISKLESS
netCDF4._key netCDF4-module.html#_key
netCDF4.default_fillvals netCDF4-module.html#default_fillvals
netCDF4._nctonptype netCDF4-module.html#_nctonptype
netCDF4.__has_rename_grp__ netCDF4-module.html#__has_rename_grp__
netCDF4._npversion netCDF4-module.html#_npversion
netCDF4.__hdf5libversion__ netCDF4-module.html#__hdf5libversion__
netCDF4.unicode_error netCDF4-module.html#unicode_error
netCDF4.CompoundType netCDF4.CompoundType-class.html
netCDF4.CompoundType.__new__ netCDF4.CompoundType-class.html#__new__
netCDF4.CompoundType.dtype netCDF4.CompoundType-class.html#dtype
netCDF4.CompoundType.__str__ netCDF4.CompoundType-class.html#__str__
netCDF4.CompoundType._nc_type netCDF4.CompoundType-class.html#_nc_type
netCDF4.CompoundType.__init__ netCDF4.CompoundType-class.html#__init__
netCDF4.CompoundType.__unicode__ netCDF4.CompoundType-class.html#__unicode__
netCDF4.CompoundType.name netCDF4.CompoundType-class.html#name
netCDF4.Dataset netCDF4.Dataset-class.html
netCDF4.Dataset._enddef netCDF4.Dataset-class.html#_enddef
netCDF4.Dataset.__str__ netCDF4.Dataset-class.html#__str__
netCDF4.Dataset.__getattribute__ netCDF4.Dataset-class.html#__getattribute__
netCDF4.Dataset.sync netCDF4.Dataset-class.html#sync
netCDF4.Dataset.createCompoundType netCDF4.Dataset-class.html#createCompoundType
netCDF4.Dataset.close netCDF4.Dataset-class.html#close
netCDF4.Dataset._isopen netCDF4.Dataset-class.html#_isopen
netCDF4.Dataset.getncattr netCDF4.Dataset-class.html#getncattr
netCDF4.Dataset.__init__ netCDF4.Dataset-class.html#__init__
netCDF4.Dataset.__setattr__ netCDF4.Dataset-class.html#__setattr__
netCDF4.Dataset.__new__ netCDF4.Dataset-class.html#__new__
netCDF4.Dataset.filepath netCDF4.Dataset-class.html#filepath
netCDF4.Dataset.createVariable netCDF4.Dataset-class.html#createVariable
netCDF4.Dataset.__enter__ netCDF4.Dataset-class.html#__enter__
netCDF4.Dataset.disk_format netCDF4.Dataset-class.html#disk_format
netCDF4.Dataset.__getattr__ netCDF4.Dataset-class.html#__getattr__
netCDF4.Dataset.__unicode__ netCDF4.Dataset-class.html#__unicode__
netCDF4.Dataset._redef netCDF4.Dataset-class.html#_redef
netCDF4.Dataset.setncatts netCDF4.Dataset-class.html#setncatts
netCDF4.Dataset.setncattr netCDF4.Dataset-class.html#setncattr
netCDF4.Dataset.set_fill_off netCDF4.Dataset-class.html#set_fill_off
netCDF4.Dataset.renameGroup netCDF4.Dataset-class.html#renameGroup
netCDF4.Dataset.variables netCDF4.Dataset-class.html#variables
netCDF4.Dataset.vltypes netCDF4.Dataset-class.html#vltypes
netCDF4.Dataset.ncattrs netCDF4.Dataset-class.html#ncattrs
netCDF4.Dataset.__exit__ netCDF4.Dataset-class.html#__exit__
netCDF4.Dataset.renameAttribute netCDF4.Dataset-class.html#renameAttribute
netCDF4.Dataset.parent netCDF4.Dataset-class.html#parent
netCDF4.Dataset.createVLType netCDF4.Dataset-class.html#createVLType
netCDF4.Dataset.keepweakref netCDF4.Dataset-class.html#keepweakref
netCDF4.Dataset.renameDimension netCDF4.Dataset-class.html#renameDimension
netCDF4.Dataset.groups netCDF4.Dataset-class.html#groups
netCDF4.Dataset.path netCDF4.Dataset-class.html#path
netCDF4.Dataset.delncattr netCDF4.Dataset-class.html#delncattr
netCDF4.Dataset.dimensions netCDF4.Dataset-class.html#dimensions
netCDF4.Dataset.cmptypes netCDF4.Dataset-class.html#cmptypes
netCDF4.Dataset.file_format netCDF4.Dataset-class.html#file_format
netCDF4.Dataset.renameVariable netCDF4.Dataset-class.html#renameVariable
netCDF4.Dataset._grpid netCDF4.Dataset-class.html#_grpid
netCDF4.Dataset.__delattr__ netCDF4.Dataset-class.html#__delattr__
netCDF4.Dataset.set_fill_on netCDF4.Dataset-class.html#set_fill_on
netCDF4.Dataset.data_model netCDF4.Dataset-class.html#data_model
netCDF4.Dataset.createGroup netCDF4.Dataset-class.html#createGroup
netCDF4.Dataset.createDimension netCDF4.Dataset-class.html#createDimension
netCDF4.Dimension netCDF4.Dimension-class.html
netCDF4.Dimension.isunlimited netCDF4.Dimension-class.html#isunlimited
netCDF4.Dimension.__str__ netCDF4.Dimension-class.html#__str__
netCDF4.Dimension.__init__ netCDF4.Dimension-class.html#__init__
netCDF4.Dimension.group netCDF4.Dimension-class.html#group
netCDF4.Dimension.__new__ netCDF4.Dimension-class.html#__new__
netCDF4.Dimension.__len__ netCDF4.Dimension-class.html#__len__
netCDF4.Dimension._dimid netCDF4.Dimension-class.html#_dimid
netCDF4.Dimension.__unicode__ netCDF4.Dimension-class.html#__unicode__
netCDF4.Dimension._grp netCDF4.Dimension-class.html#_grp
netCDF4.Dimension._data_model netCDF4.Dimension-class.html#_data_model
netCDF4.Dimension._grpid netCDF4.Dimension-class.html#_grpid
netCDF4.Dimension._name netCDF4.Dimension-class.html#_name
netCDF4.Group netCDF4.Group-class.html
netCDF4.Dataset._enddef netCDF4.Dataset-class.html#_enddef
netCDF4.Dataset.__str__ netCDF4.Dataset-class.html#__str__
netCDF4.Dataset.__getattribute__ netCDF4.Dataset-class.html#__getattribute__
netCDF4.Dataset.sync netCDF4.Dataset-class.html#sync
netCDF4.Dataset.createCompoundType netCDF4.Dataset-class.html#createCompoundType
netCDF4.Group.close netCDF4.Group-class.html#close
netCDF4.Dataset._isopen netCDF4.Dataset-class.html#_isopen
netCDF4.Group.__init__ netCDF4.Group-class.html#__init__
netCDF4.Dataset.__setattr__ netCDF4.Dataset-class.html#__setattr__
netCDF4.Group.__new__ netCDF4.Group-class.html#__new__
netCDF4.Dataset.filepath netCDF4.Dataset-class.html#filepath
netCDF4.Dataset.createVariable netCDF4.Dataset-class.html#createVariable
netCDF4.Dataset.__enter__ netCDF4.Dataset-class.html#__enter__
netCDF4.Dataset.disk_format netCDF4.Dataset-class.html#disk_format
netCDF4.Dataset.file_format netCDF4.Dataset-class.html#file_format
netCDF4.Dataset.__getattr__ netCDF4.Dataset-class.html#__getattr__
netCDF4.Dataset._redef netCDF4.Dataset-class.html#_redef
netCDF4.Dataset.setncatts netCDF4.Dataset-class.html#setncatts
netCDF4.Dataset.setncattr netCDF4.Dataset-class.html#setncattr
netCDF4.Dataset.set_fill_off netCDF4.Dataset-class.html#set_fill_off
netCDF4.Dataset.renameGroup netCDF4.Dataset-class.html#renameGroup
netCDF4.Dataset.variables netCDF4.Dataset-class.html#variables
netCDF4.Dataset.vltypes netCDF4.Dataset-class.html#vltypes
netCDF4.Dataset.ncattrs netCDF4.Dataset-class.html#ncattrs
netCDF4.Dataset.__exit__ netCDF4.Dataset-class.html#__exit__
netCDF4.Dataset.renameAttribute netCDF4.Dataset-class.html#renameAttribute
netCDF4.Dataset.parent netCDF4.Dataset-class.html#parent
netCDF4.Dataset.delncattr netCDF4.Dataset-class.html#delncattr
netCDF4.Dataset.keepweakref netCDF4.Dataset-class.html#keepweakref
netCDF4.Dataset.getncattr netCDF4.Dataset-class.html#getncattr
netCDF4.Dataset.groups netCDF4.Dataset-class.html#groups
netCDF4.Dataset.path netCDF4.Dataset-class.html#path
netCDF4.Dataset.__unicode__ netCDF4.Dataset-class.html#__unicode__
netCDF4.Dataset.dimensions netCDF4.Dataset-class.html#dimensions
netCDF4.Dataset.renameDimension netCDF4.Dataset-class.html#renameDimension
netCDF4.Dataset.cmptypes netCDF4.Dataset-class.html#cmptypes
netCDF4.Dataset.renameVariable netCDF4.Dataset-class.html#renameVariable
netCDF4.Dataset._grpid netCDF4.Dataset-class.html#_grpid
netCDF4.Dataset.__delattr__ netCDF4.Dataset-class.html#__delattr__
netCDF4.Dataset.set_fill_on netCDF4.Dataset-class.html#set_fill_on
netCDF4.Dataset.data_model netCDF4.Dataset-class.html#data_model
netCDF4.Dataset.createVLType netCDF4.Dataset-class.html#createVLType
netCDF4.Dataset.createGroup netCDF4.Dataset-class.html#createGroup
netCDF4.Dataset.createDimension netCDF4.Dataset-class.html#createDimension
netCDF4.MFDataset netCDF4.MFDataset-class.html
netCDF4.Dataset._enddef netCDF4.Dataset-class.html#_enddef
netCDF4.MFDataset.__str__ netCDF4.MFDataset-class.html#__str__
netCDF4.MFDataset.__getattribute__ netCDF4.MFDataset-class.html#__getattribute__
netCDF4.Dataset.sync netCDF4.Dataset-class.html#sync
netCDF4.Dataset.createCompoundType netCDF4.Dataset-class.html#createCompoundType
netCDF4.MFDataset.close netCDF4.MFDataset-class.html#close
netCDF4.Dataset._isopen netCDF4.Dataset-class.html#_isopen
netCDF4.MFDataset.__init__ netCDF4.MFDataset-class.html#__init__
netCDF4.MFDataset.__setattr__ netCDF4.MFDataset-class.html#__setattr__
netCDF4.Dataset.__new__ netCDF4.Dataset-class.html#__new__
netCDF4.Dataset.filepath netCDF4.Dataset-class.html#filepath
netCDF4.Dataset.createVariable netCDF4.Dataset-class.html#createVariable
netCDF4.Dataset.__enter__ netCDF4.Dataset-class.html#__enter__
netCDF4.Dataset.disk_format netCDF4.Dataset-class.html#disk_format
netCDF4.Dataset.file_format netCDF4.Dataset-class.html#file_format
netCDF4.Dataset.__getattr__ netCDF4.Dataset-class.html#__getattr__
netCDF4.Dataset._redef netCDF4.Dataset-class.html#_redef
netCDF4.Dataset.setncatts netCDF4.Dataset-class.html#setncatts
netCDF4.Dataset.setncattr netCDF4.Dataset-class.html#setncattr
netCDF4.Dataset.set_fill_off netCDF4.Dataset-class.html#set_fill_off
netCDF4.Dataset.renameGroup netCDF4.Dataset-class.html#renameGroup
netCDF4.Dataset.variables netCDF4.Dataset-class.html#variables
netCDF4.Dataset.vltypes netCDF4.Dataset-class.html#vltypes
netCDF4.MFDataset.ncattrs netCDF4.MFDataset-class.html#ncattrs
netCDF4.Dataset.__exit__ netCDF4.Dataset-class.html#__exit__
netCDF4.Dataset.renameAttribute netCDF4.Dataset-class.html#renameAttribute
netCDF4.Dataset.parent netCDF4.Dataset-class.html#parent
netCDF4.Dataset.delncattr netCDF4.Dataset-class.html#delncattr
netCDF4.Dataset.keepweakref netCDF4.Dataset-class.html#keepweakref
netCDF4.Dataset.getncattr netCDF4.Dataset-class.html#getncattr
netCDF4.Dataset.groups netCDF4.Dataset-class.html#groups
netCDF4.Dataset.path netCDF4.Dataset-class.html#path
netCDF4.Dataset.__unicode__ netCDF4.Dataset-class.html#__unicode__
netCDF4.Dataset.dimensions netCDF4.Dataset-class.html#dimensions
netCDF4.Dataset.renameDimension netCDF4.Dataset-class.html#renameDimension
netCDF4.Dataset.cmptypes netCDF4.Dataset-class.html#cmptypes
netCDF4.Dataset.renameVariable netCDF4.Dataset-class.html#renameVariable
netCDF4.Dataset._grpid netCDF4.Dataset-class.html#_grpid
netCDF4.MFDataset.__qualname__ netCDF4.MFDataset-class.html#__qualname__
netCDF4.Dataset.__delattr__ netCDF4.Dataset-class.html#__delattr__
netCDF4.Dataset.set_fill_on netCDF4.Dataset-class.html#set_fill_on
netCDF4.Dataset.data_model netCDF4.Dataset-class.html#data_model
netCDF4.Dataset.createVLType netCDF4.Dataset-class.html#createVLType
netCDF4.Dataset.createGroup netCDF4.Dataset-class.html#createGroup
netCDF4.Dataset.createDimension netCDF4.Dataset-class.html#createDimension
netCDF4.MFTime netCDF4.MFTime-class.html
netCDF4.MFTime.__init__ netCDF4.MFTime-class.html#__init__
netCDF4.MFTime.__getitem__ netCDF4.MFTime-class.html#__getitem__
netCDF4.MFTime.__qualname__ netCDF4.MFTime-class.html#__qualname__
netCDF4.VLType netCDF4.VLType-class.html
netCDF4.VLType.__new__ netCDF4.VLType-class.html#__new__
netCDF4.VLType.dtype netCDF4.VLType-class.html#dtype
netCDF4.VLType.__str__ netCDF4.VLType-class.html#__str__
netCDF4.VLType._nc_type netCDF4.VLType-class.html#_nc_type
netCDF4.VLType.__init__ netCDF4.VLType-class.html#__init__
netCDF4.VLType.__unicode__ netCDF4.VLType-class.html#__unicode__
netCDF4.VLType.name netCDF4.VLType-class.html#name
netCDF4.Variable netCDF4.Variable-class.html
netCDF4.Variable.ndim netCDF4.Variable-class.html#ndim
netCDF4.Variable.dtype netCDF4.Variable-class.html#dtype
netCDF4.Variable.__str__ netCDF4.Variable-class.html#__str__
netCDF4.Variable.__getattribute__ netCDF4.Variable-class.html#__getattribute__
netCDF4.Variable._grpid netCDF4.Variable-class.html#_grpid
netCDF4.Variable.shape netCDF4.Variable-class.html#shape
netCDF4.Variable.set_auto_maskandscale netCDF4.Variable-class.html#set_auto_maskandscale
netCDF4.Variable.filters netCDF4.Variable-class.html#filters
netCDF4.Variable._toma netCDF4.Variable-class.html#_toma
netCDF4.Variable.getValue netCDF4.Variable-class.html#getValue
netCDF4.Variable.__init__ netCDF4.Variable-class.html#__init__
netCDF4.Variable.size netCDF4.Variable-class.html#size
netCDF4.Variable.assignValue netCDF4.Variable-class.html#assignValue
netCDF4.Variable.__setattr__ netCDF4.Variable-class.html#__setattr__
netCDF4.Variable.group netCDF4.Variable-class.html#group
netCDF4.Variable.__new__ netCDF4.Variable-class.html#__new__
netCDF4.Variable._iscompound netCDF4.Variable-class.html#_iscompound
netCDF4.Variable.__array__ netCDF4.Variable-class.html#__array__
netCDF4.Variable.__getattr__ netCDF4.Variable-class.html#__getattr__
netCDF4.Variable.setncatts netCDF4.Variable-class.html#setncatts
netCDF4.Variable.setncattr netCDF4.Variable-class.html#setncattr
netCDF4.Variable.__len__ netCDF4.Variable-class.html#__len__
netCDF4.Variable._varid netCDF4.Variable-class.html#_varid
netCDF4.Variable.ncattrs netCDF4.Variable-class.html#ncattrs
netCDF4.Variable.get_var_chunk_cache netCDF4.Variable-class.html#get_var_chunk_cache
netCDF4.Variable.set_var_chunk_cache netCDF4.Variable-class.html#set_var_chunk_cache
netCDF4.Variable.renameAttribute netCDF4.Variable-class.html#renameAttribute
netCDF4.Variable.__getitem__ netCDF4.Variable-class.html#__getitem__
netCDF4.Variable._assign_vlen netCDF4.Variable-class.html#_assign_vlen
netCDF4.Variable.chunking netCDF4.Variable-class.html#chunking
netCDF4.Variable.maskandscale netCDF4.Variable-class.html#maskandscale
netCDF4.Variable.delncattr netCDF4.Variable-class.html#delncattr
netCDF4.Variable.least_significant_digit netCDF4.Variable-class.html#least_significant_digit
netCDF4.Variable.getncattr netCDF4.Variable-class.html#getncattr
netCDF4.Variable._vltype netCDF4.Variable-class.html#_vltype
netCDF4.Variable.__unicode__ netCDF4.Variable-class.html#__unicode__
netCDF4.Variable.dimensions netCDF4.Variable-class.html#dimensions
netCDF4.Variable._grp netCDF4.Variable-class.html#_grp
netCDF4.Variable.__delitem__ netCDF4.Variable-class.html#__delitem__
netCDF4.Variable._cmptype netCDF4.Variable-class.html#_cmptype
netCDF4.Variable._put netCDF4.Variable-class.html#_put
netCDF4.Variable._get netCDF4.Variable-class.html#_get
netCDF4.Variable.datatype netCDF4.Variable-class.html#datatype
netCDF4.Variable.__setitem__ netCDF4.Variable-class.html#__setitem__
netCDF4.Variable._name netCDF4.Variable-class.html#_name
netCDF4.Variable.__delattr__ netCDF4.Variable-class.html#__delattr__
netCDF4.Variable._getdims netCDF4.Variable-class.html#_getdims
netCDF4.Variable.endian netCDF4.Variable-class.html#endian
netCDF4.Variable._nunlimdim netCDF4.Variable-class.html#_nunlimdim
netCDF4.Variable._isprimitive netCDF4.Variable-class.html#_isprimitive
netCDF4.Variable._isvlen netCDF4.Variable-class.html#_isvlen