Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fill values not detected #257

Open
krober10nd opened this issue Oct 22, 2021 · 0 comments
Open

Fill values not detected #257

krober10nd opened this issue Oct 22, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@krober10nd
Copy link
Collaborator

krober10nd commented Oct 22, 2021

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.

@krober10nd krober10nd added the bug Something isn't working label Oct 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant