TRIANGULATE

Triangulates a bitmap layer to geocoded polygons


EnvironmentsPYTHON :: EASI
Quick linksDescription :: Parameters :: Parameter descriptions :: Details :: Example :: Related

Back to top

Description


TRIANGULATE generates trianglular polygons connecting bitmap points
Back to top

Parameters


triangulate(fili, dbsl, filo)

Name Type Caption Length Value range
FILI* str Input file 1 -    
DBSL* List[int] Input segments 1 -    
FILO* str Specifies the name of the GDB vector file that will contain the connected polygons 1 -    

* Required parameter
Back to top

Parameter descriptions

FILI

Specifies the name of the GDB file that contains the bitmap segment to be connected

DBSL

The bitmap segment to process.

FILO

This parameter specifies the name of the PIX file to be generated.

Back to top

Details

TRIANGULATE creates a layer of triangulated polygons generated from the input bitmap segment. Bitmap locations set to 1 will be efficiently connected as triangular polygons with no intersecting edges
Back to top

Example

from pci.triangulate import triangulate

fili=r""
dbsl=[]
filo=r""

triangulate(fili, dbsl, filo)
     

© PCI Geomatics Enterprises, Inc.®, 2024. All rights reserved.