Maximum ROI #456
Unanswered
micha-silver
asked this question in
Q&A
Maximum ROI
#456
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there some maximum size/extent of the ROI when requesting Landsat-C2-L2 tiles from MPC?
I am using the
sits
package in R. My ROI covers nearly 4000 sq km. (72 x 77 km). The functionsits_cube()
completes, returning a tibble of available tiles, but when I try to runsits_cube_copy()
, I get:Error: ! .check_raster_cube_files: Invalid data cube - missing files
I assume that MPC is enforcing some quota, since my workflow completes successfully on smaller ROI's. I have acquired tiles from several other smaller locations.
Are the MPC extent limitations documented somewhere?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions