qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.66k stars 3.02k forks source link

Support for cells in mesh calculator #30219

Closed saberraz closed 4 years ago

saberraz commented 5 years ago

Currently, mesh calculator only supports vertex-centred meshes. But in some cases (e.g. UGRID netcdf), values are stored on the edges.

PeterPetrik commented 5 years ago

https://github.com/qgis/QGIS/blob/282d88b43fdc95adbaa9a92f81f4646cf4d67667/src/analysis/mesh/qgsmeshcalcutils.cpp#L109