Hi,

Filtering is off topic for scikit-learn as it is more related to signal
processing than machine learning.

However, googling for "Savitzky-Golay filter Python" gives me:

- http://docs.scipy.org/doc/scipy-dev/reference/signal.html: in the
  latest scipy there is a Savitzky-Golay

- http://wiki.scipy.org/Cookbook/SavitzkyGolay
  Some code is out there to do Savitzky-Golay filtering

Gaƫl

On Wed, Mar 11, 2015 at 01:40:19PM +0800, Leo Kris Palao wrote:
> Hi Scikit Users,

> I have a 11 years of MODIS NDVI data that I want to process for drought
> assessment. But first I want to smooth my NDVI time series data to reduce/
> remove noise that will affect my assessment. Can you point me in the right
> direction?

> Thanks,
> -Leo

> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website, sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for all
> things parallel software development, from weekly thought leadership blogs to
> news, videos, case studies, tutorials and more. Take a look and join the 
> conversation now. http://goparallel.sourceforge.net/

> _______________________________________________
> Scikit-learn-general mailing list
> Scikit-learn-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general


-- 
    Gael Varoquaux
    Researcher, INRIA Parietal
    Laboratoire de Neuro-Imagerie Assistee par Ordinateur
    NeuroSpin/CEA Saclay , Bat 145, 91191 Gif-sur-Yvette France
    Phone:  ++ 33-1-69-08-79-68
    http://gael-varoquaux.info            http://twitter.com/GaelVaroquaux

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to