-
Hi, Is it possible to save the pixel values of a GEE image ( |
Beta Was this translation helpful? Give feedback.
Answered by
giswqs
Dec 12, 2020
Replies: 1 comment
-
You can use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ErikSeras
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
ee_to_numpy()
to extract a small region of pixels as numpy array. For a large image, you can export it to your computer and then use GDAL or other packages to open it as a numpy array.