-
I'm not very proficient in python, so I would like to know if it's possible to get a time series table by region or by points, given a feature collection. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
aazuspan
Apr 12, 2022
Replies: 1 comment
-
This is definitely possible with Earth Engine and Python. Check out this notebook which walks through how you can extract a time series dataframe of NDVI data over a point. You won't need |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
aazuspan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is definitely possible with Earth Engine and Python. Check out this notebook which walks through how you can extract a time series dataframe of NDVI data over a point.
You won't need
wxee
just to extract a time series of data, but might find it useful if you need to modify the time series within Earth Engine, e.g. aggregating daily data to monthly, filling gaps, etc.