sustainability-lab / polire

Spatial Interpolation in Python
https://sustainability-lab.github.io/polire/
BSD 3-Clause "New" or "Revised" License
12 stars 3 forks source link

Avoiding making a lot of copies #6

Closed nipunbatra closed 4 years ago

nipunbatra commented 5 years ago

https://github.com/sustainability-lab/spatial-interpolation/blob/87431699d4a86d804d50c904d66c1313983ed804/IDW/scikit_comply/working.py#L113

Can we avoid making a lot of copies of data?

sdeepaknarayanan commented 4 years ago

This issue was fixed early on.