Artelia / Mesh_tools

GNU General Public License v3.0
7 stars 4 forks source link

Export feature for mesh quality analysis function #35

Open mostafanazarali opened 2 years ago

mostafanazarali commented 2 years ago

Dear developer(s),

Recently I have installed this QGIS plugin to check the quality one of our Telemac meshes and compare its features with the in-house MATLAB tool developed at our research center, Flanders Hydraulic Research, Belgium.

In the current form, this tool displays the results only graphically. I wonder if it is possible to export of the mesh quality analysis results to a shapefile, and also a report including the location (and number ) of bad elements together with the considered threshold values?

nicogodet commented 2 years ago

@mostafanazarali It would export nodes (as polygons) or node's centers (as point) with either case an attribut describing the issue ? For reports, printing it in log panel is enough ?