|
Is there a way to save time series of a band for all pixels in a polygon to panda dataframe (date as index) using geemap? |
Answered by
giswqs
May 21, 2024
Replies: 1 comment 1 reply
|
Export the image then use third-party libararies to read the image numpy then to pandas. |
1 reply
Answer selected by
AltheaL55
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Export the image then use third-party libararies to read the image numpy then to pandas.