RasterBand.hpp
1 #pragma once
2 
3 #include <opals/config.hpp>
4 #include <opals/RasterFile.hpp>
5 #include <opals/CustomOptionType.hpp>
6 
7 namespace opals
8 {
9 
10  /// File path of a raster dataset with optional specification of a zero-based band index or band name (default: 0
11  class OPALS_API RasterBand : public RasterFile, public CustomOptionType<RasterBand>
12  {
13  String bandName_;
14  public:
15  RasterBand(const String& fileAndBandName = String());
16  RasterBand(const Path& file, const String& bandName);
17  RasterBand(const Path& file, int bandIndex);
18 
19  const String& band() const;
20 
21  static bool exportsPythonType();
22  static const char* help(bool);
23  static const char* syntax();
24  };
25 
26 }
27 
def mergingPointClouds(self, odm_paths, correction_formula_channels)
Definition: preMergeChannelsPointclouds.py:94
outdir_unmasked_stats
Definition: qltPrecision.py:127
def hasInfo(self)
Definition: pyDM.py:2615
def getCRS(self)
Definition: pyDM.py:520
def __init__(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:3688
def __init__(self)
Definition: pyDM.py:57
def diameter(self)
Definition: pyDM.py:3171
_odmfiles
Definition: qltStripDiff.py:159
def sizeData(self)
Definition: pyDM.py:2749
skipped_stats
Definition: qltStripDiff.py:143
def isNull(self, arg1)
Definition: pyDM.py:1558
def hasSubdivision(self)
Definition: pyDM.py:3758
def read(self)
read an object from file
Definition: pyDM.py:5085
def create(file, ascii, filter=None, control=None, collectHdrContents=False, maxBulkPoints=1000)
creates new generic import object
Definition: pyDM.py:5180
def dimension(arg1)
Definition: pyDM.py:3365
def maxSearchDistance2D(arg1)
Definition: pyDM.py:3387
def process(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:4095
logger
Definition: preCutting.py:602
def next(self)
python 2.x increment iterator support for importing file in a for loop
Definition: pyDM.py:5071
def dimension(arg1)
Definition: pyDM.py:3092
Definition: preCalcFootprint.py:347
def __init__(self, size=0)
Definition: pyDM.py:1962
def dimension(arg1)
Definition: pyDM.py:3454
fileCounterHisto
Definition: qltPrecision.py:401
skipIfExists
Definition: preCutting.py:255
def SHPsaveAttribute(self, SHPfeat, attrName, attrVal)
Definition: preCalcFootprint.py:137
def _handle_errors(self, result, raiseExceptions)
Reraises exceptions in the main program that occured in other processes than the main program .
Definition: processor.py:236
def points(self)
iterate over all points
Definition: pyDM.py:2645
def sizePolygon(self)
Definition: pyDM.py:1107
ymin
Definition: pyDM.py:1794
shapefile
Definition: preCutting.py:599
def getFileFormat(self)
Definition: pyDM.py:5028
_gridmaskfiles
Definition: qltLSM.py:98
checked_files
Definition: preDataCheck.py:169
def layout(self)
Definition: pyDM.py:2792
def __init__(self, file, format=DataFormat.auto, filter=None, control=None, collectHdrContents=False, maxBulkPoints=1000, defaultLayout=None)
creates new import object
Definition: pyDM.py:5007
def getDim(self)
Definition: pyDM.py:4945
logger
Definition: preCalcFootprint.py:388
def importDBFAttributes(self, flag)
enable (default) or disable dbf attribute import. any subsequent importAttribute, v_setAddInfoMapping...
Definition: pyDM.py:5285
zmax
Definition: pyDM.py:1844
layout
Definition: preCalcFootprint.py:125
_gridmaskfiles
Definition: qltStripDiff.py:179
_odmfiles
Definition: qltLSM.py:79
def setCoordinateScaleX(self, arg1)
Definition: pyDM.py:5612
def clone(self)
Definition: pyDM.py:4297
def searchPoint(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:831
engine_died_tasks
Definition: processor.py:579
def process(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:2833
general file corruption error: thrown if a file to be used is not interpretable
Definition: c++_api/inc/opals/Exception.hpp:328
def eraseLayout(self, arg1)
Definition: pyDM.py:2556
def setHeaderBytes(self, arg1)
set header bytes that should be ignored (binary only)
Definition: pyDM.py:5210
skipped_stats
Definition: qltDensity.py:76
base class for exporting original geometry data file
Definition: pyDM.py:5301
outdir_unmasked_pdens_raster
Definition: qltDensity.py:51
def __init__(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:1681
def sizePoint(self)
Definition: pyDM.py:2347
maskedfiles
Definition: qltStripDiff.py:130
def close(self)
Definition: pyDM.py:5312
def validate(self, geom, basePoint=None)
Definition: pyDM.py:440
scriptName
Definition: qltLSM.py:69
exported_counter
Definition: preCutting.py:607
infile
Definition: preOutlierDetection.py:202
error_dict
Definition: preDataCheck.py:167
def setView(self, layout, readOnly)
applies a certain layout view onto the current object
Definition: pyDM.py:1616
filter_provided
Definition: preCutting.py:676
def setCoordinateOffsetY(self, arg1)
Definition: pyDM.py:5598
def exceeds(self, idx)
possible calls:
Definition: pyDM.py:4675
do_cut
Definition: preCutting.py:256
maxCellSize
Definition: preDataCheck.py:85
def getPointIndexStatistics(self)
Definition: pyDM.py:534
def __init__(self)
Definition: pyDM.py:213
Base class for all custom parameter types.
Definition: CustomOptionType.hpp:39
def getGeometry(self, arg1)
get geometry object by its id
Definition: pyDM.py:702
def setCRS(self, arg1)
set the coordinate reference system from a WKT string
Definition: pyDM.py:839
Definition: pyDM.py:4819
Definition: pyDM.py:2853
def create(file, filter=None, control=None, layout=None, dbfTable=None, idCountIdx=-1)
Definition: pyDM.py:5507
Definition: qltAccuracyRegion.py:35
def clone(self)
returns a full copy of the current object
Definition: pyDM.py:1504
def cloneAddInfoView(self, arg1, arg2)
possible calls:
Definition: pyDM.py:2204
def isRasterBased(self)
Definition: pyDM.py:3772
def was_successful(self, idx)
Gives information about whether or not a module run was successful :param idx: index of the module :r...
Definition: processor.py:349
def export(exp, obj, noDataObj=None)
export numpy dictionary to export object
Definition: pyDM.py:4498
Definition: preAttribute.py:52
fileCounter
ZCOL UND HISTO.
Definition: qltStripDiff.py:142
def maxSearchDistance3D(arg1)
Definition: pyDM.py:3492
def __init__(self, sourceCRS, targetCRS, mainDBPath=None)
Definition: pyDM.py:5649
def layout(self)
Definition: pyDM.py:248
def counter(self)
Definition: pyDM.py:4353
def binWidth(self)
Definition: pyDM.py:3624
def expand(self, arg1)
Definition: pyDM.py:1852
max_incidence
Definition: preCalcFootprint.py:126
def setScopSemantic(self, arg1)
Definition: pyDM.py:1652
def estimatedPointDensity(self)
Definition: pyDM.py:506
logger
Definition: preDataCheck.py:142
def getAddInfoStatistics(self)
Definition: pyDM.py:925
x
Definition: pyDM.py:1921
def setHeaderLineCount(self, arg1)
set number of header lines that should be ignored (ascii only)
Definition: pyDM.py:5216
def sizePolygon(self)
Definition: pyDM.py:869
def mean(self, arg1)
Definition: pyDM.py:263
def ODMsaveAttribute(self, ODMobject, attrId, attrVal)
Definition: preCalcFootprint.py:134
def indexHelpers(self)
iterate over all index helper objects
Definition: pyDM.py:4305
Object representing statistical information an spatial index.
Definition: pyDM.py:324
def __init__(self, region, knn, op=Operation.and_)
possible calls:
Definition: pyDM.py:3921
def tileSize(self)
Definition: pyDM.py:386
def setAddInfo(self, arg1)
Definition: pyDM.py:2157
def maxSearchDistance2D(arg1)
Definition: pyDM.py:3114
infile
Definition: preCalcFootprint.py:393
scope
Definition: preOutlierDetection.py:193
def size(self, arg1)
Definition: pyDM.py:1624
def type(self)
Definition: pyDM.py:2763
def __init__(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:1943
_dsmlist
Definition: qltAccuracyPoint.py:93
def getPolygonCount(self)
Definition: pyDM.py:4973
def isClosed(self)
Definition: pyDM.py:2136
def __len__(self)
Enables length query of the local processor object :return: length of the result list.
Definition: processor.py:137
justappend
Definition: preCalcFootprint.py:124
def estimatePointDensity(self, fastEstimation=True)
Definition: pyDM.py:918
def __getitem__(self, idx)
Enables index queries of the local processor object :param: index of the desired module :return: the ...
Definition: processor.py:146
x
Definition: pyDM.py:1898
oformat
Definition: preCutting.py:259
def setGpsTimeType(self, arg1)
Definition: pyDM.py:5633
def __init__(self, type, dimension, threadsafe)
Definition: pyDM.py:1144
def __init__(self)
Definition: pyDM.py:93
def getArea(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:2232
def __init__(self)
Definition: pyDM.py:2367
validpix
Definition: preDataCheck.py:53
def replacePoint(self, p, attributeOnly=False)
Definition: pyDM.py:798
Definition: qltDensity.py:30
def hasFeatureReference(self)
Definition: pyDM.py:3737
def cloneAddInfoFullLayout(self)
Definition: pyDM.py:2536
fileLogLevel
Definition: preDataCheck.py:156
Process opals jobs using the ipyparallel (ipp) framework.
Definition: processor.py:540
def closest(self, distance, idx, basePt, lineIdx1, lineIdx2, minDistPt)
possible calls:
Definition: pyDM.py:4663
limitStr
Definition: preCalcFootprint.py:115
def cloneAddInfoView(self, arg1, arg2)
possible calls:
Definition: pyDM.py:2549
def max(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:2948
def clone(self)
Definition: pyDM.py:2185
def sizePoint(self)
Definition: pyDM.py:2020
def setBoundingBox(self, arg1)
Definition: pyDM.py:5368
def convert(geometry, d2=False)
convert an ogr geometry to an pyDM geometry object or the other way round
Definition: pyDM.py:5703
def merge(self, arg1)
Definition: pyDM.py:270
def getColumnType(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:1404
def index(self)
Definition: pyDM.py:4277
def sigma(self, arg1)
Definition: pyDM.py:285
def geometryFromRefPt(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:3044
def totalOutputFiles(self)
Definition: qltStripDiff.py:66
def getScopSemantic(self)
Definition: pyDM.py:1645
def targetPtCount(self)
Definition: pyDM.py:3895
def type(self, arg1)
Definition: pyDM.py:5456
def setEndianness(self, arg1)
set endianness type (binary only)
Definition: pyDM.py:5204
def throwIfXYMissing(self, arg1)
flag to throw exception if x and y coordinates are not set (ascii and binary)
Definition: pyDM.py:5240
def subdivision(self)
Definition: pyDM.py:3800
screenLogLevel
KOMMENTAR WAS DER MACHT.
Definition: preDataCheck.py:151
def __init__(self, r)
possible calls:
Definition: pyDM.py:3077
_gridfiles
Definition: qltDSM.py:88
def maxSearchDistance2D(self)
Definition: pyDM.py:3003
thrown if the provided filename doesn't exist.
Definition: c++_api/inc/opals/Exception.hpp:245
def _createModule(self, modName)
Definition: preAttribute.py:60
filterdict
Definition: preCutting.py:258
zcolfilestempmosaicmasked
Definition: qltPrecision.py:155
Definition: pyDM.py:3904
Base class of all query objects.
Definition: pyDM.py:3528
def maxSearchDistance3D(self)
Definition: pyDM.py:4025
def getIndexLimit(arg1)
get index based bounding box (if no index bounding available the points based bounding box is returne...
Definition: pyDM.py:932
def width(self, arg1)
Definition: pyDM.py:5464
def write(self, arg1)
Definition: pyDM.py:5396
def positveFace(self)
Definition: pyDM.py:2510
Definition: preMergeChannelsPointclouds.py:24
def get_result(self, idx)
Returns the result of a module run :param idx: index of the module :return : either the result of the...
Definition: processor.py:363
def getGeometry(self, arg1)
get geometry object by its id
Definition: pyDM.py:1063
def transformVertice(self, vertice, normal, beam, pt, yshift)
Definition: preCalcFootprint.py:332
def __len__(self)
Enables length query of the multiprocessor object :return: length of the result list.
Definition: processor.py:326
def getLimit(self)
Definition: pyDM.py:1077
def __init__(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:478
def eraseLayout(self, layout)
removes the specified attributes from current object
Definition: pyDM.py:1529
def name(self, arg1)
Definition: pyDM.py:5439
def readOnly(self)
Definition: pyDM.py:792
def addCoordX(self, externalType=ColumnType(12), converterStr=None)
Definition: pyDM.py:5151
outdir_unmasked_stats
Definition: qltStripDiff.py:106
logger
Definition: preOutlierDetection.py:191
def geometries(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:1054
def getColumnName(arg1)
Definition: pyDM.py:1383
radius
Definition: preOutlierDetection.py:195
modName
Definition: preCutting.py:263
def searchGeometry(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:1093
def replacePolyline(self, l, attributeOnly=False)
Definition: pyDM.py:810
Interface to a factory object for creating AddInfo layouts.
Definition: pyDM.py:1456
def getPoint(self, arg1)
get point by its id
Definition: pyDM.py:963
processor
Definition: preCutting.py:616
outdir_unmasked_visu_legend
Definition: qltPrecision.py:126
def totalOutputFiles(self)
Definition: qltPrecision.py:58
def sortByDistance(self, refPt, dim, ascending=True)
sorting points by distance to given reference point
Definition: pyDM.py:2026
def volume(arg1)
Definition: pyDM.py:3508
def getAsDoubleByView(self, arg1, arg2, arg3)
Definition: pyDM.py:2595
logger
Definition: preAttribute.py:69
fileCounter
assertion ob der file_basename drinnen ist.
Definition: qltPrecision.py:314
def type(self)
Definition: pyDM.py:2694
Definition: pyDM.py:459
def maxSearchDistance3D(arg1)
Definition: pyDM.py:3314
def close(self)
Serves as a placeholder function to have the same structure as the multiprocess class.
Definition: processor.py:201
def setAttributeMapping(self, layout, dbfTable, idCounterIdx=-1)
Definition: pyDM.py:5516
def setCoordinateOffsetZ(self, arg1)
Definition: pyDM.py:5605
errors
Definition: qltPrecision.py:158
def getTableDefinition(file)
retrieve the table definition of corresponding dbf file (deprecated. use attribute information in fil...
Definition: pyDM.py:5266
def clear(self)
Definition: pyDM.py:2409
def run(self, arg1)
Definition: pyDM.py:4122
def addPoint(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:2452
def __init__(self)
Definition: pyDM.py:2807
def indexMaps(self)
iterate over all index map objects
Definition: pyDM.py:4213
def min(self)
Definition: pyDM.py:277
def was_successful(self, idx)
Gives information about whether or not a module run was successful :param idx: index of the module :r...
Definition: processor.py:155
def __init__(self)
Definition: pyDM.py:165
_odmfiles
Definition: qltPrecision.py:179
logger
Definition: QgisInstallationFinder.py:43
def getLength3D(self)
returns the 3D polyline length
Definition: pyDM.py:2115
Definition: processor.py:206
def create(file, filter=None, control=None, collectHdrContents=False, maxBulkPoints=1000, defaultLayout=None)
creates new shape import object
Definition: pyDM.py:5259
def __init__(self, file, ascii, filter=None, control=None, collectHdrContents=False, maxBulkPoints=1000)
creates new generic import object
Definition: pyDM.py:5130
def storesOrder(self)
Definition: pyDM.py:897
def save(self)
Definition: pyDM.py:816
def addPolyline(self, l, cloneAddInfo=True, fileId=-1, layerId=-1)
Definition: pyDM.py:620
def cloneView(self, layout, readOnly)
creates a new addinfo object with the provide view layout that refers to the same storage object
Definition: pyDM.py:1516
oformat
Definition: preCutting.py:742
pointSpacing
Definition: preCalcFootprint.py:121
File path of a raster dataset. See Supported grid/raster formats.
Definition: RasterFile.hpp:11
def get_userdata(self, idx)
Returns the userdata back to the user.
Definition: processor.py:173
Interface of a processor in the opals framework of which the others are derived.
Definition: processor.py:20
Definition: qltLSM.py:43
outParamFile
Definition: qltLSM.py:178
Definition: pyDM.py:449
def addPolygon(self, p, cloneAddInfo=True, fileId=-1, layerId=-1)
Definition: pyDM.py:614
outfile
Definition: qltDSM.py:54
limits_slope
Definition: qltPrecision.py:165
def getScale(self)
Definition: pyDM.py:4882
pool
Definition: processor.py:487
def geometryType(self)
Definition: pyDM.py:3051
logger
Definition: qltPrecision.py:116
metadata_dict
Definition: preCutting.py:573
def eraseLayout(self, arg1)
Definition: pyDM.py:2211
def left(self)
Definition: pyDM.py:3928
scriptName
Definition: qltPrecision.py:163
outdir_unmasked_visu
Definition: qltPrecision.py:125
def removeFile(self)
Definition: pyDM.py:5361
def diameter(self)
Definition: pyDM.py:3084
def __init__(self, mode, order=SortOrder.ascending, layout=None)
Definition: pyDM.py:3831
def get_result(self, idx)
Returns the result of a module run :param idx: index of the module :return : either the result of the...
Definition: processor.py:164
def isEmpty(self)
Definition: pyDM.py:2920
def withRConverter()
returns flag if library comes with RConveter functionality
Definition: pyDM.py:22
def volume(self)
Definition: pyDM.py:3058
def hasMaxSearchDistance(self)
Definition: pyDM.py:3976
def sizePolygonPoint(self)
Definition: pyDM.py:876
def readHeaderSeparately(self)
Definition: pyDM.py:5092
limits_slope
Definition: qltStripDiff.py:146
def __init__(self, text, writeAccess=WriteAccess.none, readAccess=ReadAccess.coordinatesAttributes)
Definition: pyDM.py:424
def setCRStoODM(filename, crs)
Definition: pyDM.py:848
def __init__(self, arg1, arg2, arg3)
Definition: pyDM.py:2862
def geometryType(arg1)
Definition: pyDM.py:3201
def histogramAnalysis(self, odm_paths)
Definition: preMergeChannelsPointclouds.py:43
3d sphere object
Definition: pyDM.py:1906
def getInvalidGeometries(self)
Definition: pyDM.py:5056
def setHeaderText(self, arg1)
set header bytes that should be ignored (binary only)
Definition: pyDM.py:5222
def yrange(self, arg1, arg2)
Definition: pyDM.py:1817
ymax
Definition: pyDM.py:1842
_gridmaskfiles
Definition: qltPrecision.py:187
def type(self)
Definition: pyDM.py:393
def restoreFullLayout(self)
removes any view layout and sets the true storage layout as (internal) layout
Definition: pyDM.py:1586
def transform(trafo, geom, inv=False)
inplace transformation of geometry object
Definition: pyDM.py:5688
def getElementCount(self)
Definition: pyDM.py:4846
def getProperty(self, arg1)
Definition: pyDM.py:4995
Definition: pyDM.py:2802
def replacePolygon(self, p, attributeOnly=False)
Definition: pyDM.py:804
tempdir
Definition: qltAccuracyRegion.py:267
Definition: pyDM.py:4810
Definition: preOutlierDetection.py:45
not_joined_yet
Definition: processor.py:227
def analyseDistance(base, other, callback, maxDist=-1.0, d3=True)
possible calls:
Definition: pyDM.py:4697
zcolfilestempmosaicmasked
Definition: qltStripDiff.py:136
Definition: qltPrecision.py:42
def volume(arg1)
Definition: pyDM.py:3330
def addPolyline(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:2403
def name(self, arg1)
Definition: pyDM.py:1425
def getHeader(self)
Definition: pyDM.py:5049
def getAddInfo(self)
Definition: pyDM.py:1724
def addRandomIndexMap(self, arg1, arg2, arg3)
Definition: pyDM.py:4242
def maxSearchDistance2D(arg1)
Definition: pyDM.py:3306
cellmaskedfiles
Definition: qltDensity.py:75
programming error which appears if the opals framework wasn't used correctly;
Definition: c++_api/inc/opals/Exception.hpp:201
def getAsDoubleByView(self, arg1, arg2, arg3)
Definition: pyDM.py:2256
def trueId(self)
Definition: pyDM.py:4367
xmin
Definition: pyDM.py:1841
def hasSampling(self)
Definition: pyDM.py:3997
def sizePolylinePoint(self)
Definition: pyDM.py:890
def sizeGeometry(self)
Definition: pyDM.py:548
logger
Definition: preCutting.py:69
def addColumn(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:1478
def minCount(self)
Definition: pyDM.py:3638
lview
Definition: processor.py:559
def includeTrajectory(self, tempdir)
Definition: preCalcFootprint.py:504
method
Definition: preOutlierDetection.py:194
pickpoly
Definition: preCutting.py:251
def getAreaOriented(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:2093
def getLimitODM(filename)
get the limits of an odm, without actually openning the odm (internally uses getHeaderODM)
Definition: pyDM.py:734
def __init__(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:5416
def type(arg1)
Definition: pyDM.py:3322
outdir_list_unmasked
Definition: qltDensity.py:70
def __init__(self)
Definition: pyDM.py:201
def getIndexStatistics(self)
Definition: pyDM.py:1070
def clear(self, logger=None)
Clears the processor, i.e.
Definition: processor.py:191
def cellsize(self)
Definition: pyDM.py:3695
def increment(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:2906
histoDict
Definition: qltPrecision.py:160
def mode(self)
Definition: pyDM.py:3645
def region(self)
Definition: pyDM.py:3888
def refPt(self)
Definition: pyDM.py:3786
Definition: pyDM.py:1351
def __init__(self)
Definition: pyDM.py:33
def __init__(self, file, format=DataFormat.auto, filter=None, control=None, collectHdrContents=False, invalidHeight=1.7976931348623157e+308)
creates new export object
Definition: pyDM.py:5306
r
Definition: pyDM.py:1920
def setAttributeMapping(self, layout, mapping)
to come
Definition: pyDM.py:5294
def isBool(self)
Definition: pyDM.py:2714
def set(obj, translators, leaf, layout, filter=None, rowIdx=0)
set attributes of a point index leaf object from a numpy dictionary
Definition: pyDM.py:4568
def columns(self)
Definition: pyDM.py:1375
def sizeNull(self)
Definition: pyDM.py:2756
def __init__(self, count)
Instantiates a multiprocess-Object.
Definition: processor.py:485
def run(self, arg1)
Definition: pyDM.py:2869
factory interface for creating polygon objects
Definition: pyDM.py:2431
totalFiles
ALGEBRA.
Definition: qltStripDiff.py:307
def getLength2D(self)
returns the 2D polyline length of all parts
Definition: pyDM.py:2262
def parts(self)
iterate over all level 0-parts
Definition: pyDM.py:2637
moduleFileLogLevel
Definition: preDataCheck.py:146
infile
Definition: preAttribute.py:102
xmax
Definition: pyDM.py:1791
def cloneAddInfoFullLayout(self)
Definition: pyDM.py:2191
def isCoordianteBased(self)
Definition: pyDM.py:3838
def getType(self)
Definition: pyDM.py:4889
selected_counter
Definition: preCutting.py:606
def setAddInfo(self, arg1)
Definition: pyDM.py:2658
Definition: preDataCheck.py:49
def getControlObject(self)
Definition: pyDM.py:5326
zcolfilestempmosaicunmasked
Definition: qltPrecision.py:156
y
Definition: pyDM.py:1899
fileCounterHisto
Definition: qltStripDiff.py:459
unknown error number, which may appear if exceptions are throw inside used library
Definition: c++_api/inc/opals/Exception.hpp:195
def cloneAddInfoFullLayout(self)
Definition: pyDM.py:1697
def addAttrib(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:5143
def sizePoint(self)
Definition: pyDM.py:862
number_of_errors
Definition: preDataCheck.py:56
def getIndexStatistics(self)
Definition: pyDM.py:939
def type(self, arg1)
Definition: pyDM.py:1632
def getCRS(self)
get the coordinate reference system as a WKT string
Definition: pyDM.py:686
outdir_list
Definition: qltDensity.py:63
def __init__(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:4115
def info(self)
Definition: pyDM.py:2289
tile_to_subfolder
Definition: preCutting.py:254
def getHeader(self)
Definition: pyDM.py:5354
platform
Definition: prepareSSHEngines.py:44
def count(self, arg1)
Definition: pyDM.py:234
nonintersect_counter
Definition: preCutting.py:611
diffmaskedfiles
Definition: qltStripDiff.py:133
def area(self)
Definition: pyDM.py:3030
def __init__(self)
Definition: pyDM.py:4233
def get_userdata(self, idx)
Returns the userdata back to the user.
Definition: processor.py:377
callback object
Definition: preCalcFootprint.py:106
outdir_list_unmasked
Definition: qltStripDiff.py:126
def getPointCount(self)
Definition: pyDM.py:4966
x
Definition: pyDM.py:1945
def addCoordY(self, externalType=ColumnType(12), converterStr=None)
Definition: pyDM.py:5159
def geometryType(arg1)
Definition: pyDM.py:3298
def _getModuleName(self, name)
Definition: preAttribute.py:54
def add_region_id(self, obj, id)
Definition: qltAccuracyRegion.py:64
def getInvalidValue(self)
Definition: pyDM.py:4853
def xrange(self)
Definition: pyDM.py:3410
def transform(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:5670
def getFilter(self)
Definition: pyDM.py:5042
def getControlObject(self)
Definition: pyDM.py:5021
def geometries(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:671
createInlierFiles
Definition: preOutlierDetection.py:198
Definition: pyDM.py:3668
def mode(self)
Definition: pyDM.py:3859
def execute_all(self, module=None, finishedText=None, userData=None, raiseExceptions=True)
For tasks which should be exectued on all working machines (for clean up Tasks e.g....
Definition: processor.py:281
def sizeNode(self)
Definition: pyDM.py:379
def process(self, pt)
callback for processing a point
Definition: preCalcFootprint.py:148
def maxSearchDistance2D(self)
Definition: pyDM.py:4018
def sizePart(self)
Definition: pyDM.py:2517
outdir_unmasked_histo
Definition: qltStripDiff.py:103
def hasSorting(self)
Definition: pyDM.py:4004
def max(self)
Definition: pyDM.py:255
def get_error(self, idx)
Returns an exception that occured during a module run :param: index of a module :return: exception.
Definition: processor.py:391
def __init__(self, r)
possible calls:
Definition: pyDM.py:3156
outdir_precision
Definition: qltPrecision.py:119
def setById(obj, DM, layout=0)
set attributes of datamanager objects identified by their id
Definition: pyDM.py:4584
def storesOrder(self)
Definition: pyDM.py:590
CellSizeFactor
Definition: preDataCheck.py:149
def __init__(self)
Definition: pyDM.py:4068
def addSkip(self, arg1)
skip count columns (ascii) / bytes (binary)
Definition: pyDM.py:5173
_gridfiles
Definition: qltPrecision.py:186
pairs
Definition: qltStripDiff.py:170
outdir_shd_raster
Definition: qltDSM.py:56
def cloneAddInfoFullLayout(self)
Definition: pyDM.py:2038
def info(self)
Definition: pyDM.py:1748
outlierAttrName
Definition: preOutlierDetection.py:197
def isValidODM(filename)
Definition: pyDM.py:762
boundsOutdir
Definition: preDataCheck.py:171
def get(self, arg1, arg2)
Definition: pyDM.py:4415
def area(arg1)
Definition: pyDM.py:3446
3d point object
Definition: pyDM.py:1666
cellsize
Definition: preOutlierDetection.py:196
def xrange(self, arg1, arg2)
Definition: pyDM.py:1860
filterdict
Definition: preCutting.py:674
zmin
Definition: pyDM.py:1948
def layout(self)
Definition: pyDM.py:3852
generic import for pretty much any ascii or binary original geometry data file
Definition: pyDM.py:5125
skipIfExists
Definition: preTiling.py:435
def load(filename, readOnly=False, threadSafety=True)
Definition: pyDM.py:769
pointOrigin
Definition: preTiling.py:398
y
Definition: pyDM.py:1946
def __init__(self)
Definition: pyDM.py:153
fullfilepath
Definition: preDataCheck.py:191
def create(file, filter=None, versionMajor=1, versionMinor=0, pointDataFormat=0, extraPointDataLength=0, control=None, invalidHeight=1.7976931348623157e+308, coordPrecision=-1.0)
Definition: pyDM.py:5574
logger
Definition: qltStripDiff.py:96
def size(self)
Definition: pyDM.py:2799
def getLinePointCount(self)
Definition: pyDM.py:4959
def __init__(self)
Definition: pyDM.py:129
def densify(line, maxSpacing)
densify a polyline by inserting new points along the line segments
Definition: pyDM.py:4704
AddInfo layouts describe a set of attributes that can be attached to geometry objects.
Definition: pyDM.py:1369
warn_no_beam_sent
Definition: preCalcFootprint.py:128
def make_multipolygon(self, polygon_list, region_id, odm)
Definition: qltAccuracyRegion.py:73
Geometry object describing a finite 3d cylinder.
Definition: pyDM.py:1930
_gridfiles
Definition: qltLSM.py:97
def deletePolygon(self, arg1)
Definition: pyDM.py:641
outfile
Definition: qltLSM.py:65
geometry
Definition: preCalcFootprint.py:123
cp_host
Definition: prepareSSHEngines.py:39
outdir_list
Definition: qltPrecision.py:139
def maxSearchDistance2D(arg1)
Definition: pyDM.py:3484
def sizeGeometry(self)
Definition: pyDM.py:855
def submit_and_join(self, module=None, finishedText=None, userData=None, raiseExceptions=True)
Module is submitted to a worker, then waits until all the processes are finished.
Definition: processor.py:312
def clearPoint(self)
remove all points from point set
Definition: pyDM.py:1981
def getFilter(self)
Definition: pyDM.py:5347
def points(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:1219
outdir_masked_histo
Definition: qltPrecision.py:120
polygonsInvalidOrientation
Definition: pyDM.py:4825
def sizePart(self)
Definition: pyDM.py:2680
def prepareForReading(self)
Definition: pyDM.py:5077
def sizePolyline(self)
Definition: pyDM.py:1121
def size(self)
Definition: pyDM.py:2742
def type(arg1)
Definition: pyDM.py:3500
def resultDouble(self, geom)
Definition: pyDM.py:493
def leafChanged(self, arg1, arg2)
possible calls:
Definition: pyDM.py:4082
job
Definition: preCutting.py:1119
exceptions
Definition: processor.py:580
def order(self)
Definition: pyDM.py:3866
def __init__(self, file, filter=None, control=None, collectHdrContents=False, maxBulkPoints=1000, defaultLayout=None)
creates new shape import object
Definition: pyDM.py:5252
def sampleAll(self)
Definition: pyDM.py:3793
def __init__(self, region, targetPtCount)
Definition: pyDM.py:3881
pairs
Definition: qltLSM.py:90
outdir_masked_visu_legend
Definition: qltStripDiff.py:101
z
Definition: pyDM.py:1923
def hasInfo(self)
Definition: pyDM.py:2282
def skipWhiteSpace(self, arg1)
flag if white spaces should be skipped (ascii only)
Definition: pyDM.py:5228
def min(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:2962
Specific import class for handling shape file imports.
Definition: pyDM.py:5482
def addPoint(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:1975
def sizePolygonPoint(self)
Definition: pyDM.py:1114
def sorting(self)
Definition: pyDM.py:4060
def sizePoint(self)
Definition: pyDM.py:2172
def type(arg1)
Definition: pyDM.py:3232
def get(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:4529
def maxSearchDistance3D(arg1)
Definition: pyDM.py:3217
def searchPoint(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:1238
unspec
Definition: preDataCheck.py:55
def getMaxDepth(self, ignorDegeneratedFaces=False)
returns the maximum hierarchy depth for this polygon
Definition: pyDM.py:2601
def __init__(self)
Definition: pyDM.py:105
A file/directory path.
Definition: Path.hpp:26
def currentStep(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:4151
def setAddInfoView(self, arg1, arg2)
Definition: pyDM.py:2333
client
Definition: processor.py:558
def getLength2D(self)
returns the 2D polyline length
Definition: pyDM.py:2109
def estimatePointDensity(self)
Definition: pyDM.py:1170
def geometryFromRefPt(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:3106
Definition: qltDSM.py:34
def getPolylineIndex(self)
Definition: pyDM.py:748
def setShapeGeometryType(self, arg1)
Definition: pyDM.py:5523
def check_pickle(self, histo, datfile)
Definition: qltStripDiff.py:75
errors
Definition: qltStripDiff.py:140
def getLimit(self)
get points based bounding box
Definition: pyDM.py:1182
def __init__(self)
Definition: pyDM.py:189
def setCoordinateScaleZ(self, arg1)
Definition: pyDM.py:5626
outdir_unmasked_pdens_legend
Definition: qltDensity.py:52
def getIndexLimit(self)
get index based bounding box (if no index bounding available the points based bounding box is returne...
Definition: pyDM.py:1176
def getLimit(self)
get points based bounding box
Definition: pyDM.py:954
Contains the public interface of OPALS.
Definition: AbsValueOrQuantile.hpp:8
def getBoundingBox(self)
Definition: pyDM.py:4917
def hasQuery(self)
Definition: pyDM.py:3990
Definition: pyDM.py:3573
count
Definition: processor.py:488
def getFilename(self)
Definition: pyDM.py:693
def __init__(self, file, filter=None, control=None, layout=None, dbfTable=None, idCountIdx=-1)
Definition: pyDM.py:5494
outdir_unmasked_visu_legend
Definition: qltStripDiff.py:105
results
Definition: processor.py:41
def getLimit(self)
Definition: pyDM.py:727
def id(self)
Definition: pyDM.py:4192
def maxSearchDistance3D(self)
Definition: pyDM.py:3010
def __init__(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:1839
def __init__(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:1896
def k(self)
Definition: pyDM.py:3549
def xylim_check(self)
Definition: preDataCheck.py:89
def get_error(self, idx)
Returns an exception that occured during a module run :param: index of a module :return: exception or...
Definition: processor.py:182
scriptName
Definition: qltAccuracyPoint.py:75
def closePart(self)
Definition: pyDM.py:2465
def sizeGeometry(self)
Definition: pyDM.py:1100
def stepCount(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:4179
def addId(self, arg1)
Definition: pyDM.py:4332
def info(self)
Definition: pyDM.py:2129
outdir_masked_stats
Definition: qltPrecision.py:123
def restoreAddInfoFullLayout(self)
Definition: pyDM.py:2651
skipped_stats
Definition: qltLSM.py:68
def value(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:2976
def attributes(self)
iterate over all file attributes
Definition: pyDM.py:4910
def type(self)
Definition: pyDM.py:3017
def size(self, arg1)
Definition: pyDM.py:1441
def complete(self)
Definition: pyDM.py:2707
outfile
Definition: preCalcFootprint.py:395
def hasRefPt(self)
Definition: pyDM.py:3751
def reservePoint(self, arg1)
reserve memory for points
Definition: pyDM.py:2007
Definition: pyDM.py:409
def type(self, arg1)
Definition: pyDM.py:1449
def __init__(self, k, dim, mode=KnnMode.omnidirectional)
possible calls:
Definition: pyDM.py:3542
Definition: preTiling.py:234
def getBoundingBox(geo)
Get the 3D bounding box of a geometry object.
Definition: pyDM.py:4711
def radius(self)
Definition: pyDM.py:3224
def index(self, arg1)
possible calls:
Definition: pyDM.py:1417
def existsODM(filename)
Definition: pyDM.py:655
def dimension(self)
Definition: pyDM.py:337
outdir_unmasked_visu
Definition: qltStripDiff.py:104
def objectsInLeafMean(self)
Definition: pyDM.py:351
def getAddInfoStatistics(self)
Definition: pyDM.py:513
def __init__(self)
Definition: pyDM.py:177
def setCoordinateScaleY(self, arg1)
Definition: pyDM.py:5619
def createPolygon(self, a, b)
Definition: preCalcFootprint.py:323
def sizePointCache(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:1032
def txt2polygon(self)
Definition: qltAccuracyRegion.py:97
Definition: qltAccuracyPoint.py:52
file_bbox
Definition: preDataCheck.py:239
def getDataLayout(self)
Definition: pyDM.py:4938
histoStats
Definition: qltPrecision.py:159
y
Definition: pyDM.py:1922
def save_remove(self, filename, delete_retries=10)
Definition: qltPrecision.py:92
def __init__(self)
Definition: pyDM.py:45
def __getitem__(self, idx)
Enables index queries of the multiprocessor object :param: index of the desired module :return: the m...
Definition: processor.py:335
_cptodm
Definition: qltAccuracyPoint.py:99
def cloneAddInfoView(self, arg1, arg2)
possible calls:
Definition: pyDM.py:1710
def getAddInfoStatistics(self)
Definition: pyDM.py:678
def setCRS(self, arg1)
Definition: pyDM.py:5375
def getLineCount(self)
Definition: pyDM.py:4952
outdir_unmasked_histo
Definition: qltDensity.py:53
def __init__(self)
Definition: pyDM.py:69
Definition: pyDM.py:3809
def setAddInfoView(self, arg1, arg2)
Definition: pyDM.py:1769
def hasInfo(self)
Definition: pyDM.py:2122
def size(self)
Definition: pyDM.py:4220
File path of a raster dataset with optional specification of a zero-based band index or band name (de...
Definition: RasterBand.hpp:11
def __init__(self, clearAfterFinish=False, updatePrecision=0)
Definition: pyDM.py:4137
def clone(self)
Definition: pyDM.py:485
def hasInfo(self)
Definition: pyDM.py:1741
def columns(self)
Definition: pyDM.py:1523
def hasMinPtCount(self)
Definition: pyDM.py:3983
Definition: prepareSSHEngines.py:20
outdir_masked_pdens_legend
Definition: qltDensity.py:49
zmax
Definition: pyDM.py:1947
def __init__(self)
Definition: pyDM.py:2437
def objectsInLeafStddev(self)
Definition: pyDM.py:365
def get_overview_file(self, filename, uptodate_check=False)
Definition: preCutting.py:575
def isIntegral(self)
Definition: pyDM.py:2721
def __init__(self, filename, openIfExists=True, readOnly=False, threadSafety=True)
Definition: pyDM.py:602
scriptName
Definition: qltDSM.py:70
def intersect(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:4612
def getCRS(self)
Definition: pyDM.py:4924
def restoreAddInfoFullLayout(self)
Definition: pyDM.py:2318
histoStats
Definition: qltStripDiff.py:141
def setCoordinateOffsetX(self, arg1)
Definition: pyDM.py:5591
def compare(obj, translator, leaf, classMatrix, mapCol, map, helper, invert, filter=None)
integral comparison of a specific attribute columns with a given numpy array
Definition: pyDM.py:4471
def getPolygonMerging(self)
Definition: pyDM.py:5063
string regionAttrOnODM
Definition: qltAccuracyRegion.py:62
def radius(self)
Definition: pyDM.py:3129
def indexDim(self)
Definition: pyDM.py:755
def importAttribute(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:5279
collision_counter
Definition: preCutting.py:608
def setPolygonMerging(self, arg1)
Definition: pyDM.py:5113
def exportExtraBytes(self, col, invalidValue=None, lasName=None, lasDescription=None)
Definition: pyDM.py:5584
Definition: preCutting.py:67
def expand(self, arg1)
Definition: pyDM.py:1801
def setAddInfo(self, arg1)
Definition: pyDM.py:2325
def outputStatistics(self)
Definition: preOutlierDetection.py:166
def yrange(self)
Definition: pyDM.py:3417
Definition: preCutting.py:248
def setNull(self, arg1, arg2)
Definition: pyDM.py:1610
def sizeId(self)
Definition: pyDM.py:4447
def layout(self)
Definition: pyDM.py:1572
Definition: pyDM.py:3951
def getAsDoubleByView(self, arg1, arg2, arg3)
Definition: pyDM.py:1734
beamDivergence
Definition: preCalcFootprint.py:118
def __init__(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:3969
writeEmptyTiles
Definition: preCutting.py:252
def clearExtraBytes(self)
Definition: pyDM.py:5558
def create(filename, threadSafety=True)
Definition: pyDM.py:627
def yrange(self, arg1, arg2)
Definition: pyDM.py:1868
Definition: QgisInstallationFinder.py:41
Base class of all query objects.
Definition: pyDM.py:2990
def submit(self, module=None, finishedText=None, userData=None, arglist=None)
Submits modules to the processor which are then run.
Definition: processor.py:263
def getHeaderODM(filename)
get the full header information of an odm, without actually openning the odm (much faster)
Definition: pyDM.py:709
warn_no_normal_sent
Definition: preCalcFootprint.py:127
logger
Definition: qltLSM.py:62
outdir_masked_histo
Definition: qltStripDiff.py:99
base class for importing original geometry data file
Definition: pyDM.py:5002
The namespace containing all exception types that may be thrown from within namespace opals.
def isolatedPointDetection(self)
Definition: preOutlierDetection.py:47
def decimales(self, arg1)
Definition: pyDM.py:5431
def read(file)
Read shape table definition from file.
Definition: pyDM.py:5448
r
Definition: pyDM.py:1897
def parts(self)
iterate over all parts
Definition: pyDM.py:2495
def getColumnSemantic(name, caseSensitive=True)
Definition: pyDM.py:1390
def points(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:987
zcolfilestempunmasked
Definition: qltPrecision.py:154
bboxDict
Definition: preDataCheck.py:177
zcolfilestempmasked
Definition: qltStripDiff.py:134
def getPointAddInfoStatistics(self)
Definition: pyDM.py:2275
buffer
Definition: preCutting.py:253
def volume(arg1)
Definition: pyDM.py:3240
interface for describung attributs of geometry objects
Definition: pyDM.py:4833
def empty(self)
Definition: pyDM.py:241
def getPointIndex(self)
Definition: pyDM.py:741
trjFile
Definition: preCalcFootprint.py:119
def exist(self, arg1, arg2)
Definition: pyDM.py:4389
def getPrecision(self)
Definition: pyDM.py:4987
unmaskedfiles
Definition: qltStripDiff.py:131
logger
Definition: preCalcFootprint.py:110
def sizeFace(self)
Definition: pyDM.py:2673
def __init__(self)
Definition: pyDM.py:4380
logger
Definition: processor.py:226
def indexDim(self)
Definition: pyDM.py:1196
outdir_masked_pdens_raster
Definition: qltDensity.py:48
Geometry object describing a 3d box.
Definition: pyDM.py:1824
Definition: pyDM.py:3819
Definition: pyDM.py:293
def sizePoint(self)
Definition: pyDM.py:2524
def isConstant(self)
Definition: pyDM.py:2913
Definition: QgisInstallationFinder.py:5
cp_args
Definition: prepareSSHEngines.py:31
_odmfiles
Definition: qltDSM.py:81
Definition: preDataCheck.py:59
def eraseLayout(self, arg1)
Definition: pyDM.py:2058
def dimension(arg1)
Definition: pyDM.py:3276
outdir_list
Definition: qltStripDiff.py:117
logger
Definition: qltAccuracyRegion.py:253
def sizePolygonPoint(self)
Definition: pyDM.py:569
maskedfiles
Definition: qltPrecision.py:151
def fill(self, odm, layout, filter=None, control=None)
possible calls:
Definition: pyDM.py:4406
def area(arg1)
Definition: pyDM.py:3268
def setAddInfoView(self, arg1, arg2)
Definition: pyDM.py:2666
def geometryFromRefPt(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:3468
def dimension(arg1)
Definition: pyDM.py:3179
def __init__(self, **kwargs)
Instantiates an ipyparallel client object.
Definition: processor.py:548
def id(self)
Definition: pyDM.py:4270
fullscriptpath
Definition: preCalcFootprint.py:390
error_inst
Definition: preDataCheck.py:166
def faces(self)
iterate over all faces
Definition: pyDM.py:2564
moduleScreenLogLevel
Definition: preDataCheck.py:145
def _check_output_ex_(self, cmd, universal_newlines=True, strip_output=True, catch_error=False)
Definition: prepareSSHEngines.py:41
def getPolyline(self, clear=True)
Definition: pyDM.py:2424
def zlim_check(self)
Definition: preDataCheck.py:102
def __init__(self)
Definition: pyDM.py:4325
truePolygons
Definition: preCutting.py:261
def calculateEllipse(self, normal, beam)
Definition: preCalcFootprint.py:276
def restoreAddInfoFullLayout(self)
Definition: pyDM.py:2150
filewiseModules
Definition: preAttribute.py:82
def getLength3D(self)
returns the 3D polyline length of all parts
Definition: pyDM.py:2268
outdir_unmasked_histo
Definition: qltPrecision.py:124
def fill(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:4512
cp
Definition: prepareSSHEngines.py:26
def getIndexHelperSet(self, clear=True)
Definition: pyDM.py:4340
def objectsInLeafMax(self)
Definition: pyDM.py:344
z
Definition: pyDM.py:1684
def points(self)
iterate over all points
Definition: pyDM.py:2503
attributes
Definition: preCalcFootprint.py:122
formula
Definition: preCutting.py:262
def create(file, format=DataFormat.auto, filter=None, control=None, collectHdrContents=False, invalidHeight=1.7976931348623157e+308)
creates new export object
Definition: pyDM.py:5319
_odmfiles
Definition: qltDensity.py:86
zcolfilestempunmasked
Definition: qltStripDiff.py:135
def sizePoint(self)
Definition: pyDM.py:1019
def restoreAddInfoFullLayout(self)
Definition: pyDM.py:1754
def clear(self, logger=None)
Clears the processor, i.e.
Definition: processor.py:403
x
Definition: pyDM.py:1682
def __init__(self)
Definition: pyDM.py:141
def values(self)
iterate over all values
Definition: pyDM.py:2771
Process opals jobs using multiple processes.
Definition: processor.py:477
def setColumnSeparators(self, arg1)
set seperator character (ascii only)
Definition: pyDM.py:5186
def isView(self)
Definition: pyDM.py:1565
def estimatedId(self)
Definition: pyDM.py:4360
errors
Definition: qltLSM.py:66
def addPart(self)
Definition: pyDM.py:2374
Definition: pyDM.py:299
def info(self)
Definition: pyDM.py:2622
filter_provided
Definition: preCutting.py:257
def isPointBased(self)
Definition: pyDM.py:3765
def n(self)
Definition: pyDM.py:3652
def semantic(self, arg1)
Definition: pyDM.py:1433
def searchPoint(DM, win, layout, withCoordinates=True, noDataObj=None, valueType=ColumnType(-1), filter=None)
possible calls:
Definition: pyDM.py:4552
def isValue(self)
Definition: pyDM.py:2934
outdir_list
Definition: qltDSM.py:63
pathOverride
Definition: QgisInstallationFinder.py:44
def setCommentInitiator(self, arg1)
set comment initiator (ascii only)
Definition: pyDM.py:5192
header
Definition: preDataCheck.py:54
zcolfilestempmosaicunmasked
Definition: qltStripDiff.py:137
def clear(self)
Definition: pyDM.py:2458
def zrange(self)
Definition: pyDM.py:3515
def columns(self)
Definition: pyDM.py:5423
outdir_masked_visu
Definition: qltStripDiff.py:100
def getAddInfo(self)
Definition: pyDM.py:2065
def symmetric_difference(polygon1, polygon2)
symmetric difference of two polygons ((polygon1 \ polygon2) 'or' (polygon2 \ polygon1))
Definition: pyDM.py:4638
def points(self)
iterate over all points
Definition: pyDM.py:2312
pairs
Definition: qltAccuracyPoint.py:91
totalFiles
ALGEBRA.
Definition: qltPrecision.py:315
file_basename
Definition: preDataCheck.py:238
def getMaxCellSize(self, tiff)
Definition: preDataCheck.py:81
def sizeLeaf(self)
Definition: pyDM.py:372
def __init__(self, r, z)
possible calls:
Definition: pyDM.py:3260
def getArea(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:2079
error_counter
Definition: preCutting.py:610
def getAddInfo(self)
Definition: pyDM.py:2571
succesful_tasks
Definition: processor.py:577
def deletePolyline(self, arg1)
Definition: pyDM.py:648
r
Definition: pyDM.py:1944
def getAsDoubleByView(self, arg1, arg2, arg3)
Definition: pyDM.py:2103
def getPointAddInfoStatistics(self)
Definition: pyDM.py:2608
scriptName
Definition: qltDensity.py:77
def operatorType(self)
Definition: pyDM.py:3935
def getFilename(self)
Definition: pyDM.py:5340
Definition: pyDM.py:304
def join(polygon1, polygon2)
join of two polygons (polygon1 'or' polygon2)
Definition: pyDM.py:4631
def sizePolylinePoint(self)
Definition: pyDM.py:583
def __init__(self)
Definition: pyDM.py:1462
def points(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:785
tempdir
Definition: preCalcFootprint.py:396
def join(self, raiseExceptions=True)
Waits for all incomplete runs to be finished.
Definition: processor.py:296
def getIndexMapSet(self, clear=True)
Definition: pyDM.py:4250
def trafoDim(self)
Definition: pyDM.py:5656
def getAreaOriented(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:2246
def get(self, arg1)
Definition: pyDM.py:1537
def difference(polygon1, polygon2)
difference of two polygons (polygon1 \ polygon2)
Definition: pyDM.py:4597
def setChanged(self, arg1)
Definition: pyDM.py:1245
unsuccessful_tasks
Definition: processor.py:578
outdir_masked_histo
Definition: qltDensity.py:50
attributes
Definition: preCalcFootprint.py:401
def size(self)
Definition: pyDM.py:4199
def eraseLayout(self, arg1)
Definition: pyDM.py:1717
def xrange(self, arg1, arg2)
Definition: pyDM.py:1809
def overviewExists(self)
Definition: preDataCheck.py:130
def create(rowCount, layout, withCoordinates=True, noDataObj=None, valueType=ColumnType(-1))
Creates a python dictionary mapping columns labels (x,y,z or attribute name) to correctly sized colum...
Definition: pyDM.py:4485
def getName(self)
Definition: pyDM.py:4860
def type(arg1)
Definition: pyDM.py:3403
logger
Definition: qltAccuracyPoint.py:73
thrown if the provided file cannot be opened as an ODM
Definition: c++_api/inc/opals/Exception.hpp:263
def sizePoint(self)
Definition: pyDM.py:1252
zmin
Definition: pyDM.py:1845
def clone(self)
Definition: pyDM.py:1691
write_csv
Definition: qltPrecision.py:161
def __init__(self)
Instantiates the distributed base Object.
Definition: processor.py:224
def usedChunkedTrafo(self)
Definition: pyDM.py:5677
def getBoundingWindow(geo)
Get the 2D bounding window of a geometry object.
Definition: pyDM.py:4718
def sizePolylinePoint(self)
Definition: pyDM.py:1128
def sizePolyline(self)
Definition: pyDM.py:576
odmTileSize
Definition: preCutting.py:260
def check_pickle(self, histo, datfile, masked=None)
Definition: qltPrecision.py:67
def queryType(self)
Definition: pyDM.py:4046
def setFilter(self, arg1)
Definition: pyDM.py:5389
stripwiseModules
Definition: preAttribute.py:88
Definition: qltStripDiff.py:41
def geometryFromRefPt(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:3379
def currentStepPercentage(self)
Definition: pyDM.py:4158
def mode(self)
Definition: pyDM.py:3556
FilesErrorDict
Definition: preDataCheck.py:165
prjdir
setting of non-init parameters
Definition: preDataCheck.py:144
def dimension(self)
Definition: pyDM.py:3702
timings
Definition: qltStripDiff.py:149
def area(arg1)
Definition: pyDM.py:3164
def getHistogramSet(self, layout, maxDistinctValues=1000, filter=None)
get histograms of all attributes described by the layout
Definition: pyDM.py:720
def zrange(self, arg1, arg2)
Definition: pyDM.py:1876
def points(self)
iterate over all points
Definition: pyDM.py:2144
def isDegenerated(self)
Definition: pyDM.py:2487
def right(self)
Definition: pyDM.py:3942
ymax
Definition: pyDM.py:1793
def featureReference(self)
Definition: pyDM.py:3716
pythonInst
Definition: QgisInstallationFinder.py:46
trjFormat
Definition: preCalcFootprint.py:120
def getFilename(self)
Definition: pyDM.py:5035
dview
Definition: processor.py:651
def isString(self)
Definition: pyDM.py:2735
def closePart(self)
Definition: pyDM.py:2416
def removePoint(self, arg1)
remove points at the given index
Definition: pyDM.py:2001
difffiles
Definition: qltStripDiff.py:132
zcolremove
Definition: qltPrecision.py:157
def getProperty(self, arg1)
Definition: pyDM.py:4875
def __init__(self, x, y, z)
possible calls:
Definition: pyDM.py:3438
def __init__(self, x, y)
possible calls:
Definition: pyDM.py:3357
Definition: pyDM.py:402
def p(self)
Definition: pyDM.py:3659
def getDescription(self)
Definition: pyDM.py:4839
def setControlObject(self, arg1)
Definition: pyDM.py:5099
def __init__(self)
Definition: pyDM.py:4290
def objectsInLeafMin(self)
Definition: pyDM.py:358
histoDict
Definition: qltStripDiff.py:139
def hasCellsize(self)
Definition: pyDM.py:3723
zcolremove
Definition: qltStripDiff.py:138
def sizePoint(self)
Definition: pyDM.py:555
def setFilter(self, arg1)
Definition: pyDM.py:5106
def setAddInfoView(self, arg1, arg2)
Definition: pyDM.py:2165
def __init__(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:2892
def maxSearchDistance(self)
Definition: pyDM.py:4011
def leafs(self)
iterate over all index leafs
Definition: pyDM.py:971
def clear(self)
Definition: pyDM.py:1163
enduranceErrors
Definition: preDataCheck.py:147
def getCRSType(self)
Definition: pyDM.py:4931
logger
Definition: preTiling.py:306
a set of 3d point object
Definition: pyDM.py:1955
def __init__(self)
Definition: pyDM.py:4646
polygonsSelfIntersecting
Definition: pyDM.py:4826
empty_counter
Definition: preCutting.py:609
def searchPoint(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:1005
def histograms(self)
iterate over all histograms
Definition: pyDM.py:2785
def join(self, raiseExceptions=True)
Waits for all incomplete runs to be finished.
Definition: processor.py:574
scriptName
Definition: qltStripDiff.py:144
outdir_zcol_raster
Definition: qltDSM.py:57
def counter(self)
Definition: pyDM.py:4263
def __init__(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:1790
def setDecimalSeparator(self, arg1)
set decimal seperator (ascii only)
Definition: pyDM.py:5198
a general parameter error (usually comes from boost::program_options)
Definition: c++_api/inc/opals/Exception.hpp:213
outdir_list_unmasked
Definition: qltPrecision.py:147
def parts(self)
iterate over all parts
Definition: pyDM.py:2304
outdir_masked_visu
Definition: qltPrecision.py:121
def getAddInfo(self)
Definition: pyDM.py:2218
def getLeaf(self, arg1)
get leaf by its id
Definition: pyDM.py:948
def getPolylineIndexStatistics(self)
Definition: pyDM.py:541
def addPoint(self, arg1)
Definition: pyDM.py:1151
Definition: pyDM.py:316
unmaskedfiles
Definition: qltPrecision.py:152
def setControlObject(self, arg1)
Definition: pyDM.py:5382
def sizePolyline(self)
Definition: pyDM.py:883
logger
Definition: qltDensity.py:46
outdir_masked_stats
Definition: qltStripDiff.py:102
y
Definition: pyDM.py:1683
Object for storing a cross classification matrix.
Definition: pyDM.py:4374
geometry
Definition: preCalcFootprint.py:402
def maxSearchDistance3D(arg1)
Definition: pyDM.py:3122
def sizePoint(self)
Definition: pyDM.py:2687
def thinOut(line, maxOrthoDist)
Use the Douglas-Peucker algorithm to create a polyline with a subset of vertices of the provided line...
Definition: pyDM.py:4725
Definition: preCutting.py:489
skipped_stats
Definition: qltDSM.py:69
def sizePolygon(self)
Definition: pyDM.py:562
def hasFeature(self)
Definition: pyDM.py:3730
def type(arg1)
Definition: pyDM.py:3137
Base class for distributed processing.
Definition: processor.py:217
def zrange(self)
Definition: pyDM.py:3337
def idList(self)
get a list of all class ids
Definition: pyDM.py:4423
def addPoint(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:2389
def isDistanceBased(self)
Definition: pyDM.py:3845
def name(self, arg1)
Definition: pyDM.py:1580
def getPolygonPointCount(self)
Definition: pyDM.py:4980
Base class of all geometry objects.
Definition: pyDM.py:1639
def resizePoint(self, arg1)
resize memory for points
Definition: pyDM.py:2013
zcolfilestempmasked
Definition: qltPrecision.py:153
def sampling(self)
Definition: pyDM.py:4053
Control object are used to get status information of extensive processing step and/or to interrupt th...
Definition: pyDM.py:4129
logger
Definition: preMergeChannelsPointclouds.py:132
2d window object
Definition: pyDM.py:1776
def __init__(self)
Definition: pyDM.py:117
xylim
Definition: preDataCheck.py:51
def close(self)
Closes the ipp client.
Definition: processor.py:662
def isIntersecting(polygon, raster, geotrafo, nodata)
test if polygon and raster intersect
Definition: pyDM.py:4624
outdir_masked_visu_legend
Definition: qltPrecision.py:122
filter
Definition: qltAccuracyPoint.py:76
def isReal(self)
Definition: pyDM.py:2728
def isClosed(self)
Definition: pyDM.py:2296
def getLayout(self, clear=True)
Definition: pyDM.py:1492
def setSkipUnmatchTypesFlag(self, arg1)
Definition: pyDM.py:5530
skipped_stats
Definition: qltPrecision.py:162
A dynamic character string whose interface conforms to STL's std::string.
Definition: String.hpp:35
def sizeLeaf(self)
Definition: pyDM.py:1012
results
Definition: processor.py:225
def increaseCurrentStep(self, arg1)
Definition: pyDM.py:4165
def geometryFromRefPt(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:3193
def isEmpty(self)
Definition: pyDM.py:2629
def hasInvalidValue(self)
Definition: pyDM.py:4896
outfile
Definition: preCalcFootprint.py:111
found
Definition: QgisInstallationFinder.py:47
def __init__(self, file, filter=None, versionMajor=1, versionMinor=0, pointDataFormat=0, extraPointDataLength=0, control=None, invalidHeight=1.7976931348623157e+308, coordPrecision=-1.0)
Definition: pyDM.py:5552
def index(self, arg1)
possible calls:
Definition: pyDM.py:1550
def minPtCount(self)
Definition: pyDM.py:4032
logger
Definition: processor.py:42
Reflects Python's built-in class exceptions.Exception.
Definition: c++_api/inc/opals/Exception.hpp:364
limitStr
Definition: preCalcFootprint.py:403
bboxDictJson
Definition: preDataCheck.py:178
thrown a specified attribute doesn't exists in the corresponding odm.
Definition: c++_api/inc/opals/Exception.hpp:307
def type(self)
Definition: pyDM.py:2354
Definition: pyDM.py:3565
def setAddInfo(self, arg1)
Definition: pyDM.py:1761
def getArea(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:2585
def isRange(self)
Definition: pyDM.py:2927
def getLimit(self)
Definition: pyDM.py:527
def __init__(self)
Definition: pyDM.py:4824
def __init__(self)
Definition: pyDM.py:81
cellfiles
Definition: qltDensity.py:74
def hasLayout(self)
Definition: pyDM.py:3744
def getOffset(self)
Definition: pyDM.py:4867
def ids(self)
iterate over all class ids
Definition: pyDM.py:4431
bboxDictFile
Definition: preDataCheck.py:148
ymin
Definition: pyDM.py:1843
xmin
Definition: pyDM.py:1792
def deletePoint(self, arg1)
Definition: pyDM.py:634
zlim
Definition: preDataCheck.py:52
logger
Definition: qltDSM.py:51
_gridfiles
Definition: qltStripDiff.py:178
def geometryFromRefPt(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:3290
stripAttribute
Definition: preAttribute.py:94
def __init__(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:3617
def __init__(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:1919
def dimension(self)
Definition: pyDM.py:2996
def isChanged(self)
Definition: pyDM.py:1203
def id(self)
Definition: pyDM.py:1189
trafPars
Definition: qltLSM.py:67
def storeRest(self, arg1)
ascii only: if present, store the rest of each line following the specified coordinates/attributes as...
Definition: pyDM.py:5234
def set(self, arg1, arg2)
Definition: pyDM.py:1602
def addPoint(self, p, cloneAddInfo=True, fileId=-1, layerId=-1)
Definition: pyDM.py:608
def threadSafe(self)
Definition: pyDM.py:904
def cloneAddInfoView(self, arg1, arg2)
possible calls:
Definition: pyDM.py:2051
def leafChanged(self, arg1)
possible calls:
Definition: pyDM.py:2820
def getPolygon(self, ori=Orientation.undefined, clear=True)
Definition: pyDM.py:2474
def create(file, format=DataFormat.auto, filter=None, control=None, collectHdrContents=False, maxBulkPoints=1000, defaultLayout=None)
creates new import object
Definition: pyDM.py:5014
def cloneFullLayout(self)
creates a new addinfo object using the true storage layout that referring to the same storage object
Definition: pyDM.py:1510
work
Definition: preCutting.py:604
def clone(self)
Definition: pyDM.py:431
def clear(self)
Definition: pyDM.py:1484
def build(self)
Definition: pyDM.py:1157
thrown if the provided file cannot be accessed for reading.
Definition: c++_api/inc/opals/Exception.hpp:251
def layout(self)
Definition: pyDM.py:3779
thrown if the provided file cannot be accessed for writing.
Definition: c++_api/inc/opals/Exception.hpp:257
outdir_zcol_legend
Definition: qltDSM.py:58
def type(self)
Definition: pyDM.py:1659
def addCoordZ(self, externalType=ColumnType(12), converterStr=None)
Definition: pyDM.py:5167
def featureType(self)
Definition: pyDM.py:3631
unspec_c
Definition: preDataCheck.py:188
xmax
Definition: pyDM.py:1840
def maxSearchDistance2D(arg1)
Definition: pyDM.py:3209
def sizePart(self)
Definition: pyDM.py:2340
def validpixels_check(self)
Definition: preDataCheck.py:113
def size(self)
Definition: pyDM.py:4312
scriptName
Definition: qltAccuracyRegion.py:226
filterStr
Definition: preCalcFootprint.py:113
outType
Definition: preCalcFootprint.py:112
def depth(self)
Definition: pyDM.py:330
def getFileFormat(self)
Definition: pyDM.py:5333
def close(self)
Closes the processor pool.
Definition: processor.py:519
def query(self)
Definition: pyDM.py:4039
def geometryType(arg1)
Definition: pyDM.py:3476
def semantic(self, arg1)
Definition: pyDM.py:1594
def maxSearchDistance3D(arg1)
Definition: pyDM.py:3395
def tileFilter(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:2846
def increase(self, arg1, arg2, arg3)
Definition: pyDM.py:4440
Definition: pyDM.py:400
def columns(self)
Definition: pyDM.py:226
def _start(self, modData)
Start of asynchronous module run.
Definition: processor.py:250
def writeInlierFiles(self)
Definition: preOutlierDetection.py:149
attribute
Definition: preCutting.py:250
def feature(self)
Definition: pyDM.py:3709
def leafChanged(self, leaf)
callback notifies about a changed leaf
Definition: preCalcFootprint.py:142
def points(self, *args, **kwargs)
possible calls:
Definition: pyDM.py:1995
projectDir
Definition: preCalcFootprint.py:392