mountaindust / Planktos

ABM framework for dispersal modeling
https://planktos.readthedocs.io
GNU General Public License v3.0
5 stars 3 forks source link

Replace interpolate.griddata with interpolate.interpn #1

Closed mountaindust closed 7 years ago

mountaindust commented 7 years ago

This is probably much faster, since it will take advantage of the grid structure.

mountaindust commented 7 years ago

In 3D, spatial interpolation appears to be slowing the code to a crawl, making it unusable. Speeding up this process should be high priority. Worse case scenario (or possibly as a future enhancement), we can do this interpolation in parallel on a GPU.