-
Beta Was this translation helpful? Give feedback.
Answered by
giswqs
Dec 11, 2024
Replies: 1 comment 3 replies
-
Sentinel-2 has a 10-m resolution, while Landsat is 30-m resolution. The number of pixels being processed is at least 9 times more than Landsat. The memory error is not surprising. You either need to use a smaller area or shorter time span to avoid the error. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
giswqs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sentinel-2 has a 10-m resolution, while Landsat is 30-m resolution. The number of pixels being processed is at least 9 times more than Landsat. The memory error is not surprising. You either need to use a smaller area or shorter time span to avoid the error.