Re: [Qgis-user] Storing Irregular Mesh and Simulation Data for QGIS

2025-01-23 Thread Saber Razmjooei via QGIS-User
Hi Lilas, As Richard mentioned, UGRID is a good choice. It also has the capability to store stacked mesh (2.5D or layered 3D), fully 3D unstructured and 1D elements. In theory, you should be able to use any formats supported by MDAL and QGIS should read the data out of the box: https://github.com/

Re: [Qgis-user] Storing Irregular Mesh and Simulation Data for QGIS

2025-01-22 Thread Richard Duivenvoorde via QGIS-User
Hi Lilas, In my bubble we use NetCDF for that. First the NetCDF-CF convention (regular grids + time dimension): http://cfconventions.org/ But now the UGRID convention http://ugrid-conventions.github.io/ugrid-conventions/ adding irregular grid functionality QGIS (via MDAL) is pretty good in (