Skip to content

Missing Recent L1C Records #32

@DanSchoppe

Description

@DanSchoppe

Hi @matthewhanson thanks again for all you do for this community! 🥇

I'm finding that the Element 84 Earth Search API doesn't seem to be producing any recent Sentinel-2 L1C results:

curl 'https://earth-search.aws.element84.com/v0/search' --data-raw '{"bbox":[-93.316535, 44.843311, -93.312743, 44.844712],"collections":["sentinel-s2-l1c"],"datetime": "2021-06-15T00:00:00Z/now","limit":1}'
{"type":"FeatureCollection","stac_version":"1.0.0-beta.2","stac_extensions":[],"context":{"page":1,"limit":1,"matched":0,"returned":0},"numberMatched":0,"numberReturned":0,"features":[],"links":[]}

I'd cross-reference the Development Seed API, but that seems to be down altogether 😅

curl 'https://sat-api.developmentseed.org/stac'
{"code":500,"description":"Cannot read property 'search' of undefined"}

Is this a known issue? Doesn't look like the L2A COGs suffer from this same problem. I've got some old tooling still accessing L1C data, so if this is a bigger issue maybe I'll just hurry up and switch over to L2A COGs.

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