|
From: Jeff W. <jef...@no...> - 2011-03-07 13:04:06
|
On 3/6/11 8:58 PM, Juan A. Saenz wrote: > Hi, > > I use Basemap and netCDF4-python on a regular basis, and find them > very useful tools. Thank you for developing them! > > I noticed that when using basemap.interp for nearest neighbor > (order=0) the interpolation is not masked, and nearest neighbor masked > values will be used in the interpolation. I was wondering if you could > suggest a way to do nearest neighbor interpolation where masked are > supported, i.e. nearest neighbor values that are not masked. > > Thanks for your help, > Juan > Juan: I agree that this would be desirable behavior. Unfortunately, it's not obvious to me how to do it. I'll think about it and get back to you. (cc'ing matplotlib-users list). -Jeff |