|
_swig_setattr_nondynamic(self,
class_type,
name,
value,
static=1) |
source code
|
|
|
_swig_setattr(self,
class_type,
name,
value) |
source code
|
|
|
|
|
|
|
deprecation_warn(module,
sub_package=None,
new_module=None) |
source code
|
|
|
RGBFile2PCTFile(src_filename,
dst_filename) |
source code
|
|
|
|
int
|
|
|
|
|
|
|
VSIFReadL(*args)
VSIFReadL(unsigned int nMembSize, unsigned int nMembCount, VSILFILE
fp) -> unsigned int |
source code
|
|
|
VSIGetMemFileBuffer_unsafe(*args)
VSIGetMemFileBuffer_unsafe(char const * utf8_path) |
source code
|
|
|
InfoOptions(options=None,
format='text',
deserialize=True,
computeMinMax=False,
reportHistograms=False,
reportProj4=False,
stats=False,
approxStats=False,
computeChecksum=False,
showGCPs=True,
showMetadata=True,
showRAT=True,
showColorTable=True,
listMDD=False,
showFileList=True,
allMetadata=False,
extraMDDomains=None,
wktFormat=None)
Create a InfoOptions() object that can be passed to gdal.Info()
options can be be an array of strings, a string or let empty and
filled from other keywords. |
source code
|
|
|
|
|
MultiDimInfoOptions(options=None,
detailed=False,
array=None,
arrayoptions=None,
limit=None,
as_text=False)
Create a MultiDimInfoOptions() object that can be passed to
gdal.MultiDimInfo() options can be be an array of strings, a string
or let empty and filled from other keywords. |
source code
|
|
|
|
|
|
|
TranslateOptions(options=None,
format=None,
outputType=gdalconst.GDT_Unknown,
bandList=None,
maskBand=None,
width=0,
height=0,
widthPct=0.0,
heightPct=0.0,
xRes=0.0,
yRes=0.0,
creationOptions=None,
srcWin=None,
projWin=None,
projWinSRS=None,
strict=False,
unscale=False,
scaleParams=None,
exponents=None,
outputBounds=None,
metadataOptions=None,
outputSRS=None,
nogcp=False,
GCPs=None,
noData=None,
rgbExpand=None,
stats=False,
rat=True,
xmp=True,
resampleAlg=None,
callback=None,
callback_data=None)
Create a TranslateOptions() object that can be passed to gdal.Translate()
Keyword arguments are :
options --- can be be an array of strings, a string or let empty and filled from other keywords. |
source code
|
|
|
|
|
WarpOptions(options=None,
format=None,
outputBounds=None,
outputBoundsSRS=None,
xRes=None,
yRes=None,
targetAlignedPixels=False,
width=0,
height=0,
srcSRS=None,
dstSRS=None,
coordinateOperation=None,
srcAlpha=False,
dstAlpha=False,
warpOptions=None,
errorThreshold=None,
warpMemoryLimit=None,
creationOptions=None,
outputType=gdalconst.GDT_Unknown,
workingType=gdalconst.GDT_Unknown,
resampleAlg=None,
srcNodata=None,
dstNodata=None,
multithread=False,
tps=False,
rpc=False,
geoloc=False,
polynomialOrder=None,
transformerOptions=None,
cutlineDSName=None,
cutlineLayer=None,
cutlineWhere=None,
cutlineSQL=None,
cutlineBlend=None,
cropToCutline=False,
copyMetadata=True,
metadataConflictValue=None,
setColorInterpretation=False,
overviewLevel='AUTO',
callback=None,
callback_data=None)
Create a WarpOptions() object that can be passed to gdal.Warp()
Keyword arguments are :
options --- can be be an array of strings, a string or let empty and filled from other keywords. |
source code
|
|
|
Warp(destNameOrDestDS,
srcDSOrSrcDSTab,
**kwargs)
Warp one or several datasets. |
source code
|
|
|
VectorTranslateOptions(options=None,
format=None,
accessMode=None,
srcSRS=None,
dstSRS=None,
reproject=True,
coordinateOperation=None,
SQLStatement=None,
SQLDialect=None,
where=None,
selectFields=None,
addFields=False,
forceNullable=False,
emptyStrAsNull=False,
spatFilter=None,
spatSRS=None,
datasetCreationOptions=None,
layerCreationOptions=None,
layers=None,
layerName=None,
geometryType=None,
dim=None,
segmentizeMaxDist=None,
makeValid=False,
zField=None,
resolveDomains=False,
skipFailures=False,
limit=None,
callback=None,
callback_data=None)
Create a VectorTranslateOptions() object that can be passed to gdal.VectorTranslate()
Keyword arguments are :
options --- can be be an array of strings, a string or let empty and filled from other keywords. |
source code
|
|
|
VectorTranslate(destNameOrDestDS,
srcDS,
**kwargs)
Convert one vector dataset
Arguments are :
destNameOrDestDS --- Output dataset name or object
srcDS --- a Dataset object or a filename
Keyword arguments are :
options --- return of gdal.VectorTranslateOptions(), string or array of strings
other keywords arguments of gdal.VectorTranslateOptions()
If options is provided as a gdal.VectorTranslateOptions() object, other keywords are ignored. |
source code
|
|
|
DEMProcessingOptions(options=None,
colorFilename=None,
format=None,
creationOptions=None,
computeEdges=False,
alg=None,
band=1,
zFactor=None,
scale=None,
azimuth=None,
altitude=None,
combined=False,
multiDirectional=False,
igor=False,
slopeFormat=None,
trigonometric=False,
zeroForFlat=False,
addAlpha=None,
colorSelection=None,
callback=None,
callback_data=None)
Create a DEMProcessingOptions() object that can be passed to gdal.DEMProcessing()
Keyword arguments are :
options --- can be be an array of strings, a string or let empty and filled from other keywords. |
source code
|
|
|
|
|
NearblackOptions(options=None,
format=None,
creationOptions=None,
white=False,
colors=None,
maxNonBlack=None,
nearDist=None,
setAlpha=False,
setMask=False,
callback=None,
callback_data=None)
Create a NearblackOptions() object that can be passed to gdal.Nearblack()
Keyword arguments are :
options --- can be be an array of strings, a string or let empty and filled from other keywords. |
source code
|
|
|
Nearblack(destNameOrDestDS,
srcDS,
**kwargs)
Convert nearly black/white borders to exact value. |
source code
|
|
|
GridOptions(options=None,
format=None,
outputType=gdalconst.GDT_Unknown,
width=0,
height=0,
creationOptions=None,
outputBounds=None,
outputSRS=None,
noData=None,
algorithm=None,
layers=None,
SQLStatement=None,
where=None,
spatFilter=None,
zfield=None,
z_increase=None,
z_multiply=None,
callback=None,
callback_data=None)
Create a GridOptions() object that can be passed to gdal.Grid()
Keyword arguments are :
options --- can be be an array of strings, a string or let empty and filled from other keywords. |
source code
|
|
|
Grid(destName,
srcDS,
**kwargs)
Create raster from the scattered data. |
source code
|
|
|
RasterizeOptions(options=None,
format=None,
outputType=gdalconst.GDT_Unknown,
creationOptions=None,
noData=None,
initValues=None,
outputBounds=None,
outputSRS=None,
transformerOptions=None,
width=None,
height=None,
xRes=None,
yRes=None,
targetAlignedPixels=False,
bands=None,
inverse=False,
allTouched=False,
burnValues=None,
attribute=None,
useZ=False,
layers=None,
SQLStatement=None,
SQLDialect=None,
where=None,
optim=None,
add=None,
callback=None,
callback_data=None)
Create a RasterizeOptions() object that can be passed to gdal.Rasterize()
Keyword arguments are :
options --- can be be an array of strings, a string or let empty and filled from other keywords. |
source code
|
|
|
Rasterize(destNameOrDestDS,
srcDS,
**kwargs)
Burns vector geometries into a raster
Arguments are :
destNameOrDestDS --- Output dataset name or object
srcDS --- a Dataset object or a filename
Keyword arguments are :
options --- return of gdal.RasterizeOptions(), string or array of strings
other keywords arguments of gdal.RasterizeOptions()
If options is provided as a gdal.RasterizeOptions() object, other keywords are ignored. |
source code
|
|
|
BuildVRTOptions(options=None,
resolution=None,
outputBounds=None,
xRes=None,
yRes=None,
targetAlignedPixels=None,
separate=None,
bandList=None,
addAlpha=None,
resampleAlg=None,
outputSRS=None,
allowProjectionDifference=None,
srcNodata=None,
VRTNodata=None,
hideNodata=None,
strict=False,
callback=None,
callback_data=None)
Create a BuildVRTOptions() object that can be passed to gdal.BuildVRT()
Keyword arguments are :
options --- can be be an array of strings, a string or let empty and filled from other keywords.. |
source code
|
|
|
|
|
MultiDimTranslateOptions(options=None,
format=None,
creationOptions=None,
arraySpecs=None,
groupSpecs=None,
subsetSpecs=None,
scaleAxesSpecs=None,
callback=None,
callback_data=None)
Create a MultiDimTranslateOptions() object that can be passed to gdal.MultiDimTranslate()
Keyword arguments are :
options --- can be be an array of strings, a string or let empty and filled from other keywords. |
source code
|
|
|
|
|
|
|
ConfigurePythonLogging(logger_name='gdal',
enable_debug=False)
Configure GDAL to use Python's logging framework |
source code
|
|
|
EscapeString(string_or_bytes,
scheme= gdal.CPLES_SQL) |
source code
|
|
|
ApplyVerticalShiftGrid(*args,
**kwargs)
ApplyVerticalShiftGrid(Dataset src_ds, Dataset grid_ds, bool
inverse=False, double srcUnitToMeter=1.0, double dstUnitToMeter=1.0,
char ** options=None) -> Dataset |
source code
|
|
|
Debug(*args)
Debug(char const * msg_class, char const * message) |
source code
|
|
|
SetErrorHandler(*args)
SetErrorHandler(CPLErrorHandler pfnErrorHandler=0) -> CPLErr |
source code
|
|
|
SetCurrentErrorHandlerCatchDebug(*args)
SetCurrentErrorHandlerCatchDebug(int bCatchDebug) |
source code
|
|
|
PushErrorHandler(*args)
PushErrorHandler(CPLErrorHandler pfnErrorHandler=0) -> CPLErr |
source code
|
|
|
|
|
Error(*args)
Error(CPLErr msg_class, int err_code=0, char const * msg) |
source code
|
|
|
GOA2GetAuthorizationURL(*args)
GOA2GetAuthorizationURL(char const * pszScope) ->
retStringAndCPLFree * |
source code
|
|
|
GOA2GetRefreshToken(*args)
GOA2GetRefreshToken(char const * pszAuthToken, char const * pszScope)
-> retStringAndCPLFree * |
source code
|
|
|
GOA2GetAccessToken(*args)
GOA2GetAccessToken(char const * pszRefreshToken, char const *
pszScope) -> retStringAndCPLFree * |
source code
|
|
|
|
|
wrapper_EscapeString(*args,
**kwargs)
wrapper_EscapeString(int len, int scheme) -> retStringAndCPLFree * |
source code
|
|
|
EscapeBinary(*args,
**kwargs)
EscapeBinary(int len, int scheme) |
source code
|
|
int
|
|
int
|
|
char const *
|
|
unsigned int
|
|
int
|
|
char const *
|
|
|
|
|
PushFinderLocation(*args)
PushFinderLocation(char const * utf8_path) |
source code
|
|
|
|
|
|
|
FindFile(*args)
FindFile(char const * pszClass, char const * utf8_path) -> char
const * |
source code
|
|
|
ReadDir(*args)
ReadDir(char const * utf8_path, int nMaxFiles=0) -> char ** |
source code
|
|
|
ReadDirRecursive(*args)
ReadDirRecursive(char const * utf8_path) -> char ** |
source code
|
|
|
OpenDir(*args)
OpenDir(char const * utf8_path, int nRecurseDepth=-1, char **
options=None) -> VSIDIR * |
source code
|
|
|
GetNextDirEntry(*args)
GetNextDirEntry(VSIDIR * dir) -> DirEntry |
source code
|
|
|
|
|
SetConfigOption(*args)
SetConfigOption(char const * pszKey, char const * pszValue) |
source code
|
|
|
SetThreadLocalConfigOption(*args)
SetThreadLocalConfigOption(char const * pszKey, char const *
pszValue) |
source code
|
|
|
GetConfigOption(*args)
GetConfigOption(char const * pszKey, char const * pszDefault=None)
-> char const * |
source code
|
|
|
GetThreadLocalConfigOption(*args)
GetThreadLocalConfigOption(char const * pszKey, char const *
pszDefault=None) -> char const * |
source code
|
|
|
SetCredential(*args)
SetCredential(char const * pszPathPrefix, char const * pszKey, char
const * pszValue) |
source code
|
|
|
GetCredential(*args)
GetCredential(char const * pszPathPrefix, char const * pszKey, char
const * pszDefault=None) -> char const * |
source code
|
|
|
ClearCredentials(*args)
ClearCredentials(char const * pszPathPrefix=None) |
source code
|
|
|
CPLBinaryToHex(*args)
CPLBinaryToHex(int nBytes) -> retStringAndCPLFree * |
source code
|
|
|
CPLHexToBinary(*args)
CPLHexToBinary(char const * pszHex, int * pnBytes) -> GByte * |
source code
|
|
|
FileFromMemBuffer(*args)
FileFromMemBuffer(char const * utf8_path, GIntBig nBytes) |
source code
|
|
|
Unlink(*args)
Unlink(char const * utf8_path) -> VSI_RETVAL |
source code
|
|
|
UnlinkBatch(*args)
UnlinkBatch(char ** files) -> bool |
source code
|
|
int
|
|
|
Mkdir(*args)
Mkdir(char const * utf8_path, int mode) -> VSI_RETVAL |
source code
|
|
|
Rmdir(*args)
Rmdir(char const * utf8_path) -> VSI_RETVAL |
source code
|
|
|
MkdirRecursive(*args)
MkdirRecursive(char const * utf8_path, int mode) -> VSI_RETVAL |
source code
|
|
|
RmdirRecursive(*args)
RmdirRecursive(char const * utf8_path) -> VSI_RETVAL |
source code
|
|
|
Rename(*args)
Rename(char const * pszOld, char const * pszNew) -> VSI_RETVAL |
source code
|
|
|
Sync(*args,
**kwargs)
Sync(char const * pszSource, char const * pszTarget, char **
options=None, GDALProgressFunc callback=0, void * callback_data=None)
-> bool |
source code
|
|
|
AbortPendingUploads(*args)
AbortPendingUploads(char const * utf8_path) -> bool |
source code
|
|
|
GetActualURL(*args)
GetActualURL(char const * utf8_path) -> char const * |
source code
|
|
|
GetSignedURL(*args)
GetSignedURL(char const * utf8_path, char ** options=None) ->
retStringAndCPLFree * |
source code
|
|
char **
|
|
|
GetFileSystemOptions(*args)
GetFileSystemOptions(char const * utf8_path) -> char const * |
source code
|
|
|
VSIStatL(*args)
VSIStatL(char const * utf8_path, int nFlags=0) -> int |
source code
|
|
|
GetFileMetadata(*args)
GetFileMetadata(char const * utf8_path, char const * domain, char **
options=None) -> char ** |
source code
|
|
|
SetFileMetadata(*args)
SetFileMetadata(char const * utf8_path, char ** metadata, char const
* domain, char ** options=None) -> bool |
source code
|
|
|
VSIFOpenL(*args)
VSIFOpenL(char const * utf8_path, char const * pszMode) ->
VSILFILE |
source code
|
|
|
VSIFOpenExL(*args)
VSIFOpenExL(char const * utf8_path, char const * pszMode, int
bSetError=False, char ** options=None) -> VSILFILE |
source code
|
|
|
VSIFEofL(*args)
VSIFEofL(VSILFILE fp) -> int |
source code
|
|
|
VSIFFlushL(*args)
VSIFFlushL(VSILFILE fp) -> int |
source code
|
|
|
VSIFCloseL(*args)
VSIFCloseL(VSILFILE fp) -> VSI_RETVAL |
source code
|
|
|
VSIFSeekL(*args)
VSIFSeekL(VSILFILE fp, GIntBig offset, int whence) -> int |
source code
|
|
|
VSIFTellL(*args)
VSIFTellL(VSILFILE fp) -> GIntBig |
source code
|
|
|
VSIFTruncateL(*args)
VSIFTruncateL(VSILFILE fp, GIntBig length) -> int |
source code
|
|
|
VSISupportsSparseFiles(*args)
VSISupportsSparseFiles(char const * utf8_path) -> int |
source code
|
|
|
VSIFGetRangeStatusL(*args)
VSIFGetRangeStatusL(VSILFILE fp, GIntBig offset, GIntBig length)
-> int |
source code
|
|
|
VSIFWriteL(*args)
VSIFWriteL(int nLen, int size, int memb, VSILFILE fp) -> int |
source code
|
|
|
|
|
VSICurlPartialClearCache(*args)
VSICurlPartialClearCache(char const * utf8_path) |
source code
|
|
|
|
|
NetworkStatsGetAsSerializedJSON(*args)
NetworkStatsGetAsSerializedJSON(char ** options=None) ->
retStringAndCPLFree * |
source code
|
|
|
ParseCommandLine(*args)
ParseCommandLine(char const * utf8_path) -> char ** |
source code
|
|
|
GDAL_GCP_GCPX_get(*args)
GDAL_GCP_GCPX_get(GCP gcp) -> double |
source code
|
|
|
GDAL_GCP_GCPX_set(*args)
GDAL_GCP_GCPX_set(GCP gcp, double dfGCPX) |
source code
|
|
|
GDAL_GCP_GCPY_get(*args)
GDAL_GCP_GCPY_get(GCP gcp) -> double |
source code
|
|
|
GDAL_GCP_GCPY_set(*args)
GDAL_GCP_GCPY_set(GCP gcp, double dfGCPY) |
source code
|
|
|
GDAL_GCP_GCPZ_get(*args)
GDAL_GCP_GCPZ_get(GCP gcp) -> double |
source code
|
|
|
GDAL_GCP_GCPZ_set(*args)
GDAL_GCP_GCPZ_set(GCP gcp, double dfGCPZ) |
source code
|
|
|
GDAL_GCP_GCPPixel_get(*args)
GDAL_GCP_GCPPixel_get(GCP gcp) -> double |
source code
|
|
|
GDAL_GCP_GCPPixel_set(*args)
GDAL_GCP_GCPPixel_set(GCP gcp, double dfGCPPixel) |
source code
|
|
|
GDAL_GCP_GCPLine_get(*args)
GDAL_GCP_GCPLine_get(GCP gcp) -> double |
source code
|
|
|
GDAL_GCP_GCPLine_set(*args)
GDAL_GCP_GCPLine_set(GCP gcp, double dfGCPLine) |
source code
|
|
|
GDAL_GCP_Info_get(*args)
GDAL_GCP_Info_get(GCP gcp) -> char const * |
source code
|
|
|
GDAL_GCP_Info_set(*args)
GDAL_GCP_Info_set(GCP gcp, char const * pszInfo) |
source code
|
|
|
GDAL_GCP_Id_get(*args)
GDAL_GCP_Id_get(GCP gcp) -> char const * |
source code
|
|
|
GDAL_GCP_Id_set(*args)
GDAL_GCP_Id_set(GCP gcp, char const * pszId) |
source code
|
|
|
GCPsToGeoTransform(*args)
GCPsToGeoTransform(int nGCPs, int bApproxOK=1) -> RETURN_NONE |
source code
|
|
|
ExtendedDataType_Create(*args)
ExtendedDataType_Create(GDALDataType dt) -> ExtendedDataType |
source code
|
|
|
ExtendedDataType_CreateString(*args)
ExtendedDataType_CreateString(size_t nMaxStringLength=0,
GDALExtendedDataTypeSubType eSubType=GEDTST_NONE) ->
ExtendedDataType |
source code
|
|
|
ExtendedDataType_CreateCompound(*args)
ExtendedDataType_CreateCompound(char const * name, size_t nTotalSize,
int nComps) -> ExtendedDataType |
source code
|
|
|
EDTComponent_Create(*args)
EDTComponent_Create(char const * name, size_t offset,
ExtendedDataType type) -> EDTComponent |
source code
|
|
|
TermProgress_nocb(*args,
**kwargs)
TermProgress_nocb(double dfProgress, char const * pszMessage=None,
void * pData=None) -> int |
source code
|
|
|
ComputeMedianCutPCT(*args,
**kwargs)
ComputeMedianCutPCT(Band red, Band green, Band blue, int num_colors,
ColorTable colors, GDALProgressFunc callback=0, void *
callback_data=None) -> int |
source code
|
|
|
DitherRGB2PCT(*args,
**kwargs)
DitherRGB2PCT(Band red, Band green, Band blue, Band target,
ColorTable colors, GDALProgressFunc callback=0, void *
callback_data=None) -> int |
source code
|
|
|
ReprojectImage(*args,
**kwargs)
ReprojectImage(Dataset src_ds, Dataset dst_ds, char const *
src_wkt=None, char const * dst_wkt=None, GDALResampleAlg
eResampleAlg, double WarpMemoryLimit=0.0, double maxerror=0.0,
GDALProgressFunc callback=0, void * callback_data=None, char **
options=None) -> CPLErr |
source code
|
|
|
ComputeProximity(*args,
**kwargs)
ComputeProximity(Band srcBand, Band proximityBand, char **
options=None, GDALProgressFunc callback=0, void * callback_data=None)
-> int |
source code
|
|
|
RasterizeLayer(*args,
**kwargs)
RasterizeLayer(Dataset dataset, int bands, Layer layer, void *
pfnTransformer=None, void * pTransformArg=None, int burn_values=0,
char ** options=None, GDALProgressFunc callback=0, void *
callback_data=None) -> int |
source code
|
|
|
Polygonize(*args,
**kwargs)
Polygonize(Band srcBand, Band maskBand, Layer outLayer, int
iPixValField, char ** options=None, GDALProgressFunc callback=0, void
* callback_data=None) -> int |
source code
|
|
|
FPolygonize(*args,
**kwargs)
FPolygonize(Band srcBand, Band maskBand, Layer outLayer, int
iPixValField, char ** options=None, GDALProgressFunc callback=0, void
* callback_data=None) -> int |
source code
|
|
|
FillNodata(*args,
**kwargs)
FillNodata(Band targetBand, Band maskBand, double maxSearchDist, int
smoothingIterations, char ** options=None, GDALProgressFunc
callback=0, void * callback_data=None) -> int |
source code
|
|
|
SieveFilter(*args,
**kwargs)
SieveFilter(Band srcBand, Band maskBand, Band dstBand, int threshold,
int connectedness=4, char ** options=None, GDALProgressFunc
callback=0, void * callback_data=None) -> int |
source code
|
|
|
RegenerateOverviews(*args,
**kwargs)
RegenerateOverviews(Band srcBand, int overviewBandCount, char const *
resampling, GDALProgressFunc callback=0, void * callback_data=None)
-> int |
source code
|
|
|
RegenerateOverview(*args,
**kwargs)
RegenerateOverview(Band srcBand, Band overviewBand, char const *
resampling, GDALProgressFunc callback=0, void * callback_data=None)
-> int |
source code
|
|
|
ContourGenerate(*args,
**kwargs)
ContourGenerate(Band srcBand, double contourInterval, double
contourBase, int fixedLevelCount, int useNoData, double noDataValue,
Layer dstLayer, int idField, int elevField, GDALProgressFunc
callback=0, void * callback_data=None) -> int |
source code
|
|
|
ContourGenerateEx(*args,
**kwargs)
ContourGenerateEx(Band srcBand, Layer dstLayer, char ** options=None,
GDALProgressFunc callback=0, void * callback_data=None) -> int |
source code
|
|
|
ViewshedGenerate(*args,
**kwargs)
ViewshedGenerate(Band srcBand, char const * driverName, char const *
targetRasterName, char ** creationOptions, double observerX, double
observerY, double observerHeight, double targetHeight, double
visibleVal, double invisibleVal, double outOfRangeVal, double
noDataVal, double dfCurvCoeff, GDALViewshedMode mode, double
maxDistance, GDALProgressFunc callback=0, void * callback_data=None,
GDALViewshedOutputType heightMode=GVOT_NORMAL, char **
papszOptions=None) -> Dataset |
source code
|
|
|
AutoCreateWarpedVRT(*args)
AutoCreateWarpedVRT(Dataset src_ds, char const * src_wkt=None, char
const * dst_wkt=None, GDALResampleAlg eResampleAlg, double
maxerror=0.0) -> Dataset |
source code
|
|
|
CreatePansharpenedVRT(*args)
CreatePansharpenedVRT(char const * pszXML, Band panchroBand, int
nInputSpectralBands) -> Dataset |
source code
|
|
|
Transformer(*args)
Transformer(Dataset src, Dataset dst, char ** options) ->
GDALTransformerInfoShadow |
source code
|
|
|
_ApplyVerticalShiftGrid(*args,
**kwargs)
_ApplyVerticalShiftGrid(Dataset src_ds, Dataset grid_ds, bool
inverse=False, double srcUnitToMeter=1.0, double dstUnitToMeter=1.0,
char ** options=None) -> Dataset |
source code
|
|
|
ApplyGeoTransform(*args)
ApplyGeoTransform(double [6] padfGeoTransform, double dfPixel, double
dfLine) |
source code
|
|
|
InvGeoTransform(*args)
InvGeoTransform(double [6] gt_in) -> RETURN_NONE |
source code
|
|
|
VersionInfo(*args)
VersionInfo(char const * request) -> char const * |
source code
|
|
|
|
|
|
GIntBig
|
|
GIntBig
|
|
|
SetCacheMax(*args)
SetCacheMax(GIntBig nBytes) |
source code
|
|
|
GetDataTypeSize(*args)
GetDataTypeSize(GDALDataType eDataType) -> int |
source code
|
|
|
DataTypeIsComplex(*args)
DataTypeIsComplex(GDALDataType eDataType) -> int |
source code
|
|
|
GetDataTypeName(*args)
GetDataTypeName(GDALDataType eDataType) -> char const * |
source code
|
|
|
GetDataTypeByName(*args)
GetDataTypeByName(char const * pszDataTypeName) -> GDALDataType |
source code
|
|
|
DataTypeUnion(*args)
DataTypeUnion(GDALDataType a, GDALDataType b) -> GDALDataType |
source code
|
|
|
GetColorInterpretationName(*args)
GetColorInterpretationName(GDALColorInterp eColorInterp) -> char
const * |
source code
|
|
|
GetPaletteInterpretationName(*args)
GetPaletteInterpretationName(GDALPaletteInterp ePaletteInterp) ->
char const * |
source code
|
|
|
DecToDMS(*args)
DecToDMS(double arg1, char const * arg2, int arg3=2) -> char const
* |
source code
|
|
|
PackedDMSToDec(*args)
PackedDMSToDec(double dfPacked) -> double |
source code
|
|
|
DecToPackedDMS(*args)
DecToPackedDMS(double dfDec) -> double |
source code
|
|
|
ParseXMLString(*args)
ParseXMLString(char * pszXMLString) -> CPLXMLNode * |
source code
|
|
|
SerializeXMLTree(*args)
SerializeXMLTree(CPLXMLNode * xmlnode) -> retStringAndCPLFree * |
source code
|
|
|
GetJPEG2000Structure(*args)
GetJPEG2000Structure(char const * pszFilename, char ** options=None)
-> CPLXMLNode * |
source code
|
|
|
GetJPEG2000StructureAsString(*args)
GetJPEG2000StructureAsString(char const * pszFilename, char **
options=None) -> retStringAndCPLFree * |
source code
|
|
int
|
|
|
GetDriverByName(*args)
GetDriverByName(char const * name) -> Driver |
source code
|
|
|
GetDriver(*args)
GetDriver(int i) -> Driver |
source code
|
|
|
Open(*args)
Open(char const * utf8_path, GDALAccess eAccess) -> Dataset |
source code
|
|
|
OpenEx(*args,
**kwargs)
OpenEx(char const * utf8_path, unsigned int nOpenFlags=0, char **
allowed_drivers=None, char ** open_options=None, char **
sibling_files=None) -> Dataset |
source code
|
|
|
OpenShared(*args)
OpenShared(char const * utf8_path, GDALAccess eAccess) -> Dataset |
source code
|
|
|
IdentifyDriver(*args)
IdentifyDriver(char const * utf8_path, char ** papszSiblings=None)
-> Driver |
source code
|
|
|
IdentifyDriverEx(*args,
**kwargs)
IdentifyDriverEx(char const * utf8_path, unsigned int
nIdentifyFlags=0, char ** allowed_drivers=None, char **
sibling_files=None) -> Driver |
source code
|
|
|
GeneralCmdLineProcessor(*args)
GeneralCmdLineProcessor(char ** papszArgv, int nOptions=0) -> char
** |
source code
|
|
|
InfoInternal(*args)
InfoInternal(Dataset hDataset, GDALInfoOptions infoOptions) ->
retStringAndCPLFree * |
source code
|
|
|
MultiDimInfoInternal(*args)
MultiDimInfoInternal(Dataset hDataset, GDALMultiDimInfoOptions
infoOptions) -> retStringAndCPLFree * |
source code
|
|
|
TranslateInternal(*args)
TranslateInternal(char const * dest, Dataset dataset,
GDALTranslateOptions translateOptions, GDALProgressFunc callback=0,
void * callback_data=None) -> Dataset |
source code
|
|
|
wrapper_GDALWarpDestDS(*args)
wrapper_GDALWarpDestDS(Dataset dstDS, int object_list_count,
GDALWarpAppOptions warpAppOptions, GDALProgressFunc callback=0, void
* callback_data=None) -> int |
source code
|
|
|
wrapper_GDALWarpDestName(*args)
wrapper_GDALWarpDestName(char const * dest, int object_list_count,
GDALWarpAppOptions warpAppOptions, GDALProgressFunc callback=0, void
* callback_data=None) -> Dataset |
source code
|
|
|
wrapper_GDALVectorTranslateDestDS(*args)
wrapper_GDALVectorTranslateDestDS(Dataset dstDS, Dataset srcDS,
GDALVectorTranslateOptions options, GDALProgressFunc callback=0, void
* callback_data=None) -> int |
source code
|
|
|
wrapper_GDALVectorTranslateDestName(*args)
wrapper_GDALVectorTranslateDestName(char const * dest, Dataset srcDS,
GDALVectorTranslateOptions options, GDALProgressFunc callback=0, void
* callback_data=None) -> Dataset |
source code
|
|
|
DEMProcessingInternal(*args)
DEMProcessingInternal(char const * dest, Dataset dataset, char const
* pszProcessing, char const * pszColorFilename,
GDALDEMProcessingOptions options, GDALProgressFunc callback=0, void *
callback_data=None) -> Dataset |
source code
|
|
|
wrapper_GDALNearblackDestDS(*args)
wrapper_GDALNearblackDestDS(Dataset dstDS, Dataset srcDS,
GDALNearblackOptions options, GDALProgressFunc callback=0, void *
callback_data=None) -> int |
source code
|
|
|
wrapper_GDALNearblackDestName(*args)
wrapper_GDALNearblackDestName(char const * dest, Dataset srcDS,
GDALNearblackOptions options, GDALProgressFunc callback=0, void *
callback_data=None) -> Dataset |
source code
|
|
|
GridInternal(*args)
GridInternal(char const * dest, Dataset dataset, GDALGridOptions
options, GDALProgressFunc callback=0, void * callback_data=None)
-> Dataset |
source code
|
|
|
wrapper_GDALRasterizeDestDS(*args)
wrapper_GDALRasterizeDestDS(Dataset dstDS, Dataset srcDS,
GDALRasterizeOptions options, GDALProgressFunc callback=0, void *
callback_data=None) -> int |
source code
|
|
|
wrapper_GDALRasterizeDestName(*args)
wrapper_GDALRasterizeDestName(char const * dest, Dataset srcDS,
GDALRasterizeOptions options, GDALProgressFunc callback=0, void *
callback_data=None) -> Dataset |
source code
|
|
|
BuildVRTInternalObjects(*args)
BuildVRTInternalObjects(char const * dest, int object_list_count,
GDALBuildVRTOptions options, GDALProgressFunc callback=0, void *
callback_data=None) -> Dataset |
source code
|
|
|
BuildVRTInternalNames(*args)
BuildVRTInternalNames(char const * dest, char ** source_filenames,
GDALBuildVRTOptions options, GDALProgressFunc callback=0, void *
callback_data=None) -> Dataset |
source code
|
|
|
wrapper_GDALMultiDimTranslateDestName(*args)
wrapper_GDALMultiDimTranslateDestName(char const * dest, int
object_list_count, GDALMultiDimTranslateOptions
multiDimTranslateOptions, GDALProgressFunc callback=0, void *
callback_data=None) -> Dataset |
source code
|
|