|
|
|
|
Dataset
|
|
int
|
|
|
|
GDALColorInterp
|
|
GDALColorInterp
|
|
|
SetColorInterpretation(self,
*args)
SetColorInterpretation(self, GDALColorInterp val) -> CPLErr |
source code
|
|
|
SetRasterColorInterpretation(self,
*args)
SetRasterColorInterpretation(self, GDALColorInterp val) -> CPLErr |
source code
|
|
|
|
|
SetNoDataValue(self,
*args)
SetNoDataValue(self, double d) -> CPLErr |
source code
|
|
CPLErr
|
|
char
|
|
|
SetUnitType(self,
*args)
SetUnitType(self, char val) -> CPLErr |
source code
|
|
char
|
|
|
SetRasterCategoryNames(self,
*args)
SetRasterCategoryNames(self, char names) -> CPLErr |
source code
|
|
|
|
|
|
|
|
|
|
|
SetOffset(self,
*args)
SetOffset(self, double val) -> CPLErr |
source code
|
|
|
SetScale(self,
*args)
SetScale(self, double val) -> CPLErr |
source code
|
|
|
GetStatistics(self,
*args)
GetStatistics(self, int approx_ok, int force) -> CPLErr |
source code
|
|
|
ComputeStatistics(self,
*args)
ComputeStatistics(self, bool approx_ok, GDALProgressFunc callback =
None, void callback_data = None) -> CPLErr |
source code
|
|
|
SetStatistics(self,
*args)
SetStatistics(self, double min, double max, double mean, double
stddev) -> CPLErr |
source code
|
|
int
|
|
|
GetOverview(self,
*args)
GetOverview(self, int i) -> Band |
source code
|
|
|
Checksum(self,
*args,
**kwargs)
Checksum(self, int xoff = 0, int yoff = 0, int xsize = None, int
ysize = None) -> int |
source code
|
|
|
ComputeRasterMinMax(self,
*args)
ComputeRasterMinMax(self, int approx_ok = 0) |
source code
|
|
|
ComputeBandStats(self,
*args)
ComputeBandStats(self, int samplestep = 1) |
source code
|
|
|
Fill(self,
*args)
Fill(self, double real_fill, double imag_fill = 0.0) -> CPLErr |
source code
|
|
|
WriteRaster(self,
*args,
**kwargs)
WriteRaster(self, int xoff, int yoff, int xsize, int ysize, GIntBig buf_len, ... |
source code
|
|
|
|
ColorTable
|
|
ColorTable
|
|
|
SetRasterColorTable(self,
*args)
SetRasterColorTable(self, ColorTable arg) -> int |
source code
|
|
|
SetColorTable(self,
*args)
SetColorTable(self, ColorTable arg) -> int |
source code
|
|
RasterAttributeTable
|
|
|
SetDefaultRAT(self,
*args)
SetDefaultRAT(self, RasterAttributeTable table) -> int |
source code
|
|
Band
|
|
int
|
|
|
CreateMaskBand(self,
*args)
CreateMaskBand(self, int nFlags) -> CPLErr |
source code
|
|
|
GetHistogram(self,
*args,
**kwargs)
GetHistogram(self, double min = -0.5, double max = 255.5, int buckets = 256, ... |
source code
|
|
|
GetDefaultHistogram(self,
*args,
**kwargs)
GetDefaultHistogram(self, double min_ret = None, double max_ret = None, int buckets_ret = None, ... |
source code
|
|
|
SetDefaultHistogram(self,
*args)
SetDefaultHistogram(self, double min, double max, int buckets_in)
-> CPLErr |
source code
|
|
bool
|
|
char
|
|
|
SetCategoryNames(self,
*args)
SetCategoryNames(self, char papszCategoryNames) -> CPLErr |
source code
|
|
|
GetVirtualMem(self,
*args,
**kwargs)
GetVirtualMem(self, GDALRWFlag eRWFlag, int nXOff, int nYOff, int nXSize, ... |
source code
|
|
|
GetVirtualMemAuto(self,
*args,
**kwargs)
GetVirtualMemAuto(self, GDALRWFlag eRWFlag, char options = None)
-> VirtualMem |
source code
|
|
|
|
|
ReadRaster1(self,
*args,
**kwargs)
ReadRaster1(self, double xoff, double yoff, double xsize, double ysize, ... |
source code
|
|
|
ReadBlock(self,
*args,
**kwargs)
ReadBlock(self, int xoff, int yoff) -> CPLErr |
source code
|
|
|
ReadRaster(self,
xoff=0,
yoff=0,
xsize=None,
ysize=None,
buf_xsize=None,
buf_ysize=None,
buf_type=None,
buf_pixel_space=None,
buf_line_space=None,
resample_alg=GRIORA_NearestNeighbour,
callback=None,
callback_data=None) |
source code
|
|
|
ReadAsArray(self,
xoff=0,
yoff=0,
win_xsize=None,
win_ysize=None,
buf_xsize=None,
buf_ysize=None,
buf_type=None,
buf_obj=None,
resample_alg=GRIORA_NearestNeighbour,
callback=None,
callback_data=None)
Reading a chunk of a GDAL band into a numpy array. |
source code
|
|
|
WriteArray(self,
array,
xoff=0,
yoff=0,
resample_alg=GRIORA_NearestNeighbour,
callback=None,
callback_data=None) |
source code
|
|
|
GetVirtualMemArray(self,
eAccess=gdalconst.GF_Read,
xoff=0,
yoff=0,
xsize=None,
ysize=None,
bufxsize=None,
bufysize=None,
datatype=None,
cache_size=10*1024*1024,
page_size_hint=0,
options=None)
Return a NumPy array for the band, seen as a virtual memory mapping. |
source code
|
|
|
|
|
GetTiledVirtualMemArray(self,
eAccess=gdalconst.GF_Read,
xoff=0,
yoff=0,
xsize=None,
ysize=None,
tilexsize=256,
tileysize=256,
datatype=None,
cache_size=10*1024*1024,
options=None)
Return a NumPy array for the band, seen as a virtual memory mapping
with a tile organization. |
source code
|
|
|
|
Inherited from MajorObject :
GetDescription ,
GetMetadata ,
GetMetadataDomainList ,
GetMetadataItem ,
GetMetadata_Dict ,
GetMetadata_List ,
SetDescription ,
SetMetadata ,
SetMetadataItem
|