Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Short name for TROPOMI Ozone product doesn't work #538

Open
priyapatel1 opened this issue Apr 20, 2024 · 1 comment
Open

Short name for TROPOMI Ozone product doesn't work #538

priyapatel1 opened this issue Apr 20, 2024 · 1 comment

Comments

@priyapatel1
Copy link

I'm trying to run the API for TROPOMI ozone as follows:

results = earthaccess.search_data( short_name='S5P_L2__O3__PR_HiR', cloud_hosted=True, bounding_box=(min_lon, min_lat, max_lon, max_lat), # point = (max_lon, max_lat), temporal=("2020-06-01", "2020-06-02") # count=10 )

but it returns 0 granules even though the short name is correct, as you can see here:
https://disc.gsfc.nasa.gov/datasets/S5P_L2__O3__PR_HiR_2/summary?keywords=TROPOMI_MINDS

Why isn't it working?

@Rapsodia86
Copy link

Rapsodia86 commented Apr 21, 2024

Is this your original code? You have a missing parenthesis at the end because of the comments via #
What are your bounding box coordinates?
If I do this e.g.:

results = earthaccess.search_data(short_name='S5P_L2__O3__PR_HiR', 
                                  cloud_hosted=True,
                                  bounding_box=(-10, 20, 10, 50))

I get 2533 granules.
What is your result?
Ver 0.9.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 New
Development

No branches or pull requests

2 participants