[ 
https://issues.apache.org/jira/browse/CLIMATE-117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alex Goodman closed CLIMATE-117.
--------------------------------

    Resolution: Duplicate

More or less a part of CLIMATE-90
                
> updates to regridding
> ---------------------
>
>                 Key: CLIMATE-117
>                 URL: https://issues.apache.org/jira/browse/CLIMATE-117
>             Project: Apache Open Climate Workbench
>          Issue Type: Improvement
>          Components: regridding
>    Affects Versions: 0.1-incubating
>            Reporter: Alex Goodman
>            Assignee: Chris A. Mattmann
>             Fix For: 0.1-incubating
>
>
> Paul Loikith and I had a meeting this morning and we thought that our current 
> regridding function could use a few improvements. Right now it only supports 
> two interpolation schemes for uniformly spaced data: bilinear and cubic 
> spline. Quick ways to improve it now are:
> -Use mpl_toolkits.basemap.interp to do the actual interpolation instead of 
> using our own code. This keeps our own code cleaner and also adds support for 
> one other interpolation scheme (nearest neighbor)
> -Add support for irregularly spaced grids. Thankfully this is also not too 
> difficult to do since both matplotlib and scipy have functions that do this 
> (scipy.interpolate.griddata and matplotlib.mlab.griddata).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to