I'm trying to get latest sat-search data from 1 May 2023 to till date but it is showing empty
but old data I'm able to access.
import satsearch
timeRange = '2023-05-01/2023-05-24'
bbox = [72.78151203878225, 19.46368082936482, 72.78289605863394, 19.464469853150305]
SentinelSearch = satsearch.Search.search(
url = "https://earth-search.aws.element84.com/v0",
bbox = bbox,
datetime = timeRange,
collections = ["sentinel-s2-l2a"] #['sentinel-s2-l2a-cogs']
)
Sentinel_items = SentinelSearch.items()
print('summary: ', Sentinel_items.summary())
I'm trying to get latest sat-search data from 1 May 2023 to till date but it is showing empty
but old data I'm able to access.
I'm using this api url : https://earth-search.aws.element84.com/v0
sample code:
Output like this:
summary: Items (0):
date id