|
_swig_setattr_nondynamic(self,
class_type,
name,
value,
static=1) |
source code
|
|
|
_swig_setattr(self,
class_type,
name,
value) |
source code
|
|
|
_swig_getattr_nondynamic(self,
class_type,
name,
static=1) |
source code
|
|
|
|
|
|
|
TermProgress_nocb(dfProgress,
pszMessage=None,
pData=None)
TermProgress_nocb(double dfProgress, char const * pszMessage=None,
void * pData=None) -> int |
source code
|
|
|
OpenNumPyArray(psArray)
OpenNumPyArray(PyArrayObject * psArray) -> Dataset |
source code
|
|
|
GetArrayFilename(psArray)
GetArrayFilename(PyArrayObject * psArray) -> retStringAndCPLFree * |
source code
|
|
|
BandRasterIONumPy(band,
bWrite,
xoff,
yoff,
xsize,
ysize,
psArray,
buf_type,
resample_alg,
callback=0,
callback_data=None)
BandRasterIONumPy(Band band, int bWrite, double xoff, double yoff,
double xsize, double ysize, PyArrayObject * psArray, int buf_type,
GDALRIOResampleAlg resample_alg, GDALProgressFunc callback=0, void *
callback_data=None) -> CPLErr |
source code
|
|
|
DatasetIONumPy(ds,
bWrite,
xoff,
yoff,
xsize,
ysize,
psArray,
buf_type,
resample_alg,
callback=0,
callback_data=None)
DatasetIONumPy(Dataset ds, int bWrite, int xoff, int yoff, int xsize,
int ysize, PyArrayObject * psArray, int buf_type, GDALRIOResampleAlg
resample_alg, GDALProgressFunc callback=0, void * callback_data=None)
-> CPLErr |
source code
|
|
|
VirtualMemGetArray(virtualmem)
VirtualMemGetArray(VirtualMem virtualmem) |
source code
|
|
|
RATValuesIONumPyWrite(poRAT,
nField,
nStart,
psArray)
RATValuesIONumPyWrite(RasterAttributeTable poRAT, int nField, int
nStart, PyArrayObject * psArray) -> CPLErr |
source code
|
|
|
RATValuesIONumPyRead(poRAT,
nField,
nStart,
nLength)
RATValuesIONumPyRead(RasterAttributeTable poRAT, int nField, int
nStart, int nLength) -> PyObject * |
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
|
|
|
|