Hi devs,

 

How can I get the interpolated Z value (as shown in the picture below) of a
layer (PolygonZ) for a clicked or existent point with PyQgis?

 



 

I already know how to do it with a raster layer (sample raster), like code
below:

 

rastSample = Raster.dataProvider().identify(point,
QgsRaster.IdentifyFormatValue).results()

 

Anyone can help me?

 

Thank you,

 

Jorge Almerio

_______________________________________________
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to