You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
DEMs created with for instance ArcPro have a fill value set to 1e+38. This value is not picked up by ncread and then can negatively impact interpolation of topobathymetry to the mesh vertices.
Proposed fix
Put in a logic in GridData to catch abs(bathymetry) values larger than Mariana's trench and set them to NaN.
The text was updated successfully, but these errors were encountered:
Describe the bug
DEMs created with for instance ArcPro have a fill value set to 1e+38. This value is not picked up by
ncread
and then can negatively impact interpolation of topobathymetry to the mesh vertices.Proposed fix
Put in a logic in
GridData
to catch abs(bathymetry) values larger than Mariana's trench and set them to NaN.The text was updated successfully, but these errors were encountered: