ec-jrc / pyPoseidon

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

Support multiple DEMs #131

Open brey opened 1 year ago

brey commented 1 year ago

Multiple DEMs could be handled in the case of a higher resolution subset.

Providing

dem = [gebco,emodnet,local]

the process should update the depth sequentially improving the values. Smoothing might be required.

pmav99 commented 1 year ago

WRT to smoothing, https://github.com/meshpro/optimesh might be of interest