Hi all,
We were having a problem in NumericalEarth where data interpolated from LLC was including zeros from inside the land mask. I fixed this by manually masking with NaNs so we could then in-paint into effected cells.
https://github.com/NumericalEarth/NumericalEarth.jl/blob/ec20199989874ecd99b00e066e4dd0304ec73195/src/DataWrangling/ECCO/ECCO_darwin.jl#L158-L176
I was wondering if it might be better to recognise and ignore immersed cells in the interpolation in this package?
Thanks!
Hi all,
We were having a problem in NumericalEarth where data interpolated from LLC was including zeros from inside the land mask. I fixed this by manually masking with NaNs so we could then in-paint into effected cells.
https://github.com/NumericalEarth/NumericalEarth.jl/blob/ec20199989874ecd99b00e066e4dd0304ec73195/src/DataWrangling/ECCO/ECCO_darwin.jl#L158-L176
I was wondering if it might be better to recognise and ignore immersed cells in the interpolation in this package?
Thanks!