|
|
|
|
Driver
|
|
|
GetRasterBand(self,
*args)
GetRasterBand(self, int nBand) -> Band |
source code
|
|
char
|
|
char
|
|
|
SetProjection(self,
*args)
SetProjection(self, char prj) -> CPLErr |
source code
|
|
|
GetGeoTransform(self,
*args,
**kwargs)
GetGeoTransform(self, int can_return_null = None) |
source code
|
|
|
SetGeoTransform(self,
*args)
SetGeoTransform(self, double argin) -> CPLErr |
source code
|
|
|
BuildOverviews(self,
*args,
**kwargs)
BuildOverviews(self, char resampling = "NEAREST", int overviewlist = 0, ... |
source code
|
|
int
|
|
char
|
|
|
|
|
SetGCPs(self,
*args)
SetGCPs(self, int nGCPs, char pszGCPProjection) -> CPLErr |
source code
|
|
|
|
|
AddBand(self,
*args,
**kwargs)
AddBand(self, GDALDataType datatype = GDT_Byte, char options = None)
-> CPLErr |
source code
|
|
|
CreateMaskBand(self,
*args)
CreateMaskBand(self, int nFlags) -> CPLErr |
source code
|
|
char
|
|
|
EndAsyncReader(self,
*args)
EndAsyncReader(self, AsyncReader ario) |
source code
|
|
|
GetVirtualMem(self,
*args,
**kwargs)
GetVirtualMem(self, GDALRWFlag eRWFlag, int nXOff, int nYOff, int nXSize, ... |
source code
|
|
|
|
|
CreateLayer(self,
*args,
**kwargs)
CreateLayer(self, char name, SpatialReference srs = None, OGRwkbGeometryType geom_type = wkbUnknown, ... |
source code
|
|
|
CopyLayer(self,
*args,
**kwargs)
CopyLayer(self, Layer src_layer, char new_name, char options = None)
-> Layer |
source code
|
|
int
|
|
|
GetLayerByIndex(self,
*args)
GetLayerByIndex(self, int index = 0) -> Layer |
source code
|
|
|
GetLayerByName(self,
*args)
GetLayerByName(self, char layer_name) -> Layer |
source code
|
|
|
TestCapability(self,
*args)
TestCapability(self, char cap) -> bool |
source code
|
|
|
ExecuteSQL(self,
*args,
**kwargs)
ExecuteSQL(self, char statement, Geometry spatialFilter = None, char
dialect = "") -> Layer |
source code
|
|
|
ReleaseResultSet(self,
*args)
ReleaseResultSet(self, Layer layer) |
source code
|
|
StyleTable
|
|
|
SetStyleTable(self,
*args)
SetStyleTable(self, StyleTable table) |
source code
|
|
|
StartTransaction(self,
*args,
**kwargs)
StartTransaction(self, int force = True) -> OGRErr |
source code
|
|
OGRErr
|
|
OGRErr
|
|
|
ReadRaster1(self,
*args,
**kwargs)
ReadRaster1(self, int xoff, int yoff, int xsize, int ysize, int buf_xsize = None, ... |
source code
|
|
|
ReadAsArray(self,
xoff=0,
yoff=0,
xsize=None,
ysize=None,
buf_obj=None,
buf_xsize=None,
buf_ysize=None,
buf_type=None,
resample_alg=GRIORA_NearestNeighbour,
callback=None,
callback_data=None)
Reading a chunk of a GDAL band into a numpy array. |
source code
|
|
|
WriteRaster(self,
xoff,
yoff,
xsize,
ysize,
buf_string,
buf_xsize=None,
buf_ysize=None,
buf_type=None,
band_list=None,
buf_pixel_space=None,
buf_line_space=None,
buf_band_space=None) |
source code
|
|
|
ReadRaster(self,
xoff=0,
yoff=0,
xsize=None,
ysize=None,
buf_xsize=None,
buf_ysize=None,
buf_type=None,
band_list=None,
buf_pixel_space=None,
buf_line_space=None,
buf_band_space=None,
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,
band_list=None,
band_sequential=True,
cache_size=10*1024*1024,
page_size_hint=0,
options=None)
Return a NumPy array for the dataset, 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,
band_list=None,
tile_organization=gdalconst.GTO_BSQ,
cache_size=10*1024*1024,
options=None)
Return a NumPy array for the dataset, seen as a virtual memory
mapping with a tile organization. |
source code
|
|
|
|
|
BeginAsyncReader(self,
xoff,
yoff,
xsize,
ysize,
buf_obj=None,
buf_xsize=None,
buf_ysize=None,
buf_type=None,
band_list=None,
options=[]) |
source code
|
|
|
GetLayer(self,
iLayer=0)
Return the layer given an index or a name |
source code
|
|
|
DeleteLayer(self,
value)
Deletes the layer given an index or layer name |
source code
|
|
Inherited from MajorObject :
GetDescription ,
GetMetadata ,
GetMetadataDomainList ,
GetMetadataItem ,
GetMetadata_Dict ,
GetMetadata_List ,
SetDescription ,
SetMetadata ,
SetMetadataItem
|