ec-jrc / pyPoseidon

Framework for Hydrodynamic simulations
https://pyposeidon.readthedocs.io/
European Union Public License 1.2
20 stars 8 forks source link

Add a function to read a jigsaw mesh to an xarray object #8

Closed brey closed 3 years ago

brey commented 4 years ago

The read_msh function only returns [nodes,edges,tria]. Expand that to return a complete xarray object.

brey commented 3 years ago

Done