ARM-DOE / pyart

The Python-ARM Radar Toolkit. A data model driven interactive toolkit for working with weather radar data.
https://arm-doe.github.io/pyart/
Other
505 stars 265 forks source link

BUG: Issues with Composite Z use of interp2d #1605

Closed mgrover1 closed 3 months ago

mgrover1 commented 3 months ago

Description

With the release of scipy 1.14, interp2d is fully removed. It needs to be replaced with updated interpolation APIs.

What I Did

Looked at the builds with the latest scipy release