NASA-DEVELOP / dnppy

DEVELOP National Program Python package for use with NASA data and GIS!
https://nasa-develop.github.io/dnppy/
Other
81 stars 40 forks source link

landsat.cloud_mask use of obsolete function in scipy #21

Closed Jwely closed 9 years ago

Jwely commented 9 years ago

This used scipy function (http://docs.scipy.org/doc/scipy-0.15.1/reference/generated/scipy.stats.scoreatpercentile.html) should be replaced by the much faster numpy.percentile function in the landsat.cloud_mask functions.

@djjensen