|
_swig_setattr_nondynamic(self,
class_type,
name,
value,
static=1) |
source code
|
|
|
_swig_setattr(self,
class_type,
name,
value) |
source code
|
|
|
|
|
|
|
GetArrayFilename(*args)
GetArrayFilename(PyArrayObject psArray) -> retStringAndCPLFree |
source code
|
|
|
|
|
|
|
|
|
NumericTypeCodeToGDALTypeCode(numeric_type) |
source code
|
|
|
|
|
LoadFile(filename,
xoff=0,
yoff=0,
xsize=None,
ysize=None) |
source code
|
|
|
SaveArray(src_array,
filename,
format="GTiff",
prototype=None) |
source code
|
|
|
DatasetReadAsArray(ds,
xoff=0,
yoff=0,
xsize=None,
ysize=None,
buf_obj=None) |
source code
|
|
|
BandReadAsArray(band,
xoff=0,
yoff=0,
win_xsize=None,
win_ysize=None,
buf_xsize=None,
buf_ysize=None,
buf_obj=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)
Pure python implementation of writing a chunk of a GDAL file from a
numpy array. |
source code
|
|
|
|