Skip to content
Discussion options

You must be logged in to vote

Thank you for the report. An issue was identified by the OB.DAAC regarding the metadata for this collection and a fix has been pushed.

Does this result match your expectation?

import earthaccess

file_type = "PACE_OCI_L2_BGC_NRT"
lake_michigan = (-88.00, 41.62, -84.50, 46.09)
tspan = ("2025-01-14", "2025-01-14")

michigan = earthaccess.search_data(
    short_name=file_type,
    temporal=tspan,
    bounding_box=lake_michigan
)

michigan[0]

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@itcarroll
Comment options

@adlinhamdan
Comment options

@itcarroll
Comment options

Comment options

You must be logged in to vote
1 reply
@adlinhamdan
Comment options

Answer selected by itcarroll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants