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
There appears to be inconsistencies in which points are interpolated to using point.interp() that somehow depends on the length of the lat and lon vectors given to it. My suspicion is that it's got something to do with how close the points are to each other, and whether they are offshore - though no landmask is passed. Interestingly the points that aren't interpolated to with the longer list are mostly over Denmark and have an elevation of -9999, though point.interp() isn't given this information. The example below illustrates the issue.
There appears to be inconsistencies in which points are interpolated to using
point.interp()
that somehow depends on the length of the lat and lon vectors given to it. My suspicion is that it's got something to do with how close the points are to each other, and whether they are offshore - though no landmask is passed. Interestingly the points that aren't interpolated to with the longer list are mostly over Denmark and have an elevation of -9999, thoughpoint.interp()
isn't given this information. The example below illustrates the issue.Created on 2024-06-28 with reprex v2.1.0
The text was updated successfully, but these errors were encountered: