Hi,
I am following the tutorial here to search for images lying within a bounding box. I only get 250 returns back for my aoi. Am I missing something? Please advise :)
Cheers,
Shashank
Hi,
I am following the tutorial here to search for images lying within a bounding box. I only get 250 returns back for my aoi. Am I missing something? Please advise :)
Cheers,
Shashank
Hi
Hi
Hi
Thank you!
Hi
Essentially you repeat the step you just did until you no longer receive a return with a next_url. Every time adding the 250 image IDs to an array.
If you want to make a single call you can use the Planet Python SDK, which is a bit more complicated to use, but will allow you to set the amount of max results you would like. This is the documentation for the run_search() function in the SDK that would allow you to set the limit variable to 2000 for example. This is a script that demos how to create this type of search using the SDK.
Hope this helps!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.