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

If can't find lat lon, it returns successful with an empty subset file. Why does it return empty? #308

Open
jamesfwood opened this issue Dec 12, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@jamesfwood
Copy link
Collaborator

jamesfwood commented Dec 12, 2024

Collection SMAP_RSS_L2_SSS_V5.3 in OPS

autotest request:

https://harmony.earthdata.nasa.gov/C2936721448-POCLOUD/ogc-api-coverages/1.0.0/collections/parameter_vars/coverage/rangeset?forceAsync=true&subset=lat(-82.29044999999999%3A82.08044999999998)&subset=lon(4.51755%3A175.50045)&granuleId=G3062447313-POCLOUD&variable=all

What is wrong with the lat lon for this collection? And why is the file returned empty? It should be within the bounding box.

@jamesfwood jamesfwood added the bug Something isn't working label Dec 12, 2024
@jamesfwood jamesfwood changed the title If can't find lat lon, it returns an empty subset file. It should fail instead If can't find lat lon, it returns successful with an empty subset file. It should fail instead and not return an empty file Dec 12, 2024
@frankinspace
Copy link
Member

Returning an empty file was a design choice suggested by podaac user group. Was this discussed further re: https://bugs.earthdata.nasa.gov/browse/TRT-36 ??

@jamesfwood
Copy link
Collaborator Author

jamesfwood commented Dec 19, 2024

Returning an empty file was a design choice suggested by podaac user group. Was this discussed further re: https://bugs.earthdata.nasa.gov/browse/TRT-36 ??

Yeah we should return empty in most situations. @sliu008 please investigate why it's failing because of the lat and lon. Also, we pass in the granule that should be within that bbox too, so we need to figure out why this is returning empty. Maybe it shouldn't fail but we need to understand what's going on here.

@jamesfwood jamesfwood changed the title If can't find lat lon, it returns successful with an empty subset file. It should fail instead and not return an empty file If can't find lat lon, it returns successful with an empty subset file. Why does it return empty? Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants