|
_swig_setattr_nondynamic(self,
class_type,
name,
value,
static=1) |
source code
|
|
|
_swig_setattr(self,
class_type,
name,
value) |
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,
binterleave)
OpenNumPyArray(PyArrayObject * psArray, bool binterleave) ->
Dataset |
source code
|
|
|
OpenMultiDimensionalNumPyArray(psArray)
OpenMultiDimensionalNumPyArray(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,
binterleave=True)
DatasetIONumPy(Dataset ds, 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, bool binterleave=True) -> CPLErr |
source code
|
|
|
MDArrayIONumPy(bWrite,
mdarray,
psArray,
nDims1,
nDims3,
buffer_datatype)
MDArrayIONumPy(bool bWrite, GDALMDArrayHS * mdarray, PyArrayObject *
psArray, int nDims1, int nDims3, GDALExtendedDataTypeHS *
buffer_datatype) -> 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
|
|
|
OpenArray(array,
prototype_ds=None,
interleave='band') |
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,
interleave='band') |
source code
|
|
|
SaveArray(src_array,
filename,
format="GTiff",
prototype=None,
interleave='band') |
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,
interleave='band')
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
|
|
|
|
|
MDArrayReadAsArray(mdarray,
array_start_idx=None,
count=None,
array_step=None,
buffer_datatype=None,
buf_obj=None) |
source code
|
|
|
MDArrayWriteArray(mdarray,
array,
array_start_idx=None,
array_step=None) |
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
|
|
|
|