Skip to content

Not getting latest data of sat-search #133

@anilmohite22

Description

@anilmohite22

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:

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())

Output like this:
summary: Items (0):
date id

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions