I’ve been looking through both the python and REST APIs for a way to query for a list of all tiles that were acquired during a particular date/time range. So far I’ve only found out how to do it the other way around (i.e. query the available dates for a specified tile).
I’m hoping there is some way to avoid the brute force approach of getting the dates of all tiles and filtering for the ones in the window. If it helps, the purpose of the activity is basically one step in a bigger process to figure out which tiles have recently become available and I need to process.
Any suggestions or pointers would be greatly appreciated.