|
_swig_setattr_nondynamic(self,
class_type,
name,
value,
static=1) |
source code
|
|
|
_swig_setattr(self,
class_type,
name,
value) |
source code
|
|
|
|
|
|
|
TermProgress_nocb(*args,
**kwargs)
TermProgress_nocb(double dfProgress, char pszMessage = None, void
pData = None) -> int |
source code
|
|
|
|
|
|
|
NumericTypeCodeToGDALTypeCode(numeric_type) |
source code
|
|
|
|
|
LoadFile(filename,
xoff=0,
yoff=0,
xsize=None,
ysize=None,
buf_xsize=None,
buf_ysize=None,
buf_type=None,
resample_alg=gdal.GRIORA_NearestNeighbour,
callback=None,
callback_data=None) |
source code
|
|
|
SaveArray(src_array,
filename,
format="GTiff",
prototype=None) |
source code
|
|
|
DatasetReadAsArray(ds,
xoff=0,
yoff=0,
win_xsize=None,
win_ysize=None,
buf_obj=None,
buf_xsize=None,
buf_ysize=None,
buf_type=None,
resample_alg=gdal.GRIORA_NearestNeighbour,
callback=None,
callback_data=None)
Pure python implementation of reading a chunk of a GDAL file into a
numpy array. |
source code
|
|
|
BandReadAsArray(band,
xoff=0,
yoff=0,
win_xsize=None,
win_ysize=None,
buf_xsize=None,
buf_ysize=None,
buf_type=None,
buf_obj=None,
resample_alg=gdal.GRIORA_NearestNeighbour,
callback=None,
callback_data=None)
Pure python implementation of reading a chunk of a GDAL file into a
numpy array. |
source code
|
|
|
BandWriteArray(band,
array,
xoff=0,
yoff=0,
resample_alg=gdal.GRIORA_NearestNeighbour,
callback=None,
callback_data=None)
Pure python implementation of writing a chunk of a GDAL file from a
numpy array. |
source code
|
|
|
RATWriteArray(rat,
array,
field,
start=0)
Pure Python implementation of writing a chunk of the RAT from a numpy
array. |
source code
|
|
|
RATReadArray(rat,
field,
start=0,
length=None)
Pure Python implementation of reading a chunk of the RAT into a numpy
array. |
source code
|
|
|
|
|
_newclass = 0
|
|
VirtualMem_swigregister = _gdal_array.VirtualMem_swigregister
|
|
TermProgress = _gdal_array.TermProgress
|
|
OpenNumPyArray = _gdal_array.OpenNumPyArray
|
|
GetArrayFilename = _gdal_array.GetArrayFilename
|
|
BandRasterIONumPy = _gdal_array.BandRasterIONumPy
|
|
DatasetIONumPy = _gdal_array.DatasetIONumPy
|
|
VirtualMemGetArray = _gdal_array.VirtualMemGetArray
|
|
RATValuesIONumPyWrite = _gdal_array.RATValuesIONumPyWrite
|
|
RATValuesIONumPyRead = _gdal_array.RATValuesIONumPyRead
|
|
codes = {gdalconst.GDT_Byte: numpy.uint8, gdalconst.GDT_UInt16...
|