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

Problem downloading SWOT PIXCVec files #621

Open
cordmaur opened this issue Jun 27, 2024 · 1 comment
Open

Problem downloading SWOT PIXCVec files #621

cordmaur opened this issue Jun 27, 2024 · 1 comment
Labels
question A question needs to be answered to proceed

Comments

@cordmaur
Copy link

I'm using earthaccess to download PIXC and PIXCVec SWOT products.
For the same args (bbox and time range), the PIXCVec is returning several files that are not within the AOI.

Here is an example:

results = earthaccess.search_data(
    short_name='SWOT_L2_HR_PIXC_2.0', 
    temporal=('2023-11-06', '2023-11-07'), 
    bounding_box=AOI.bounds
)

Granules found: 1
results = earthaccess.search_data(
    short_name='SWOT_L2_HR_PIXCVec_2.0', 
    temporal=('2023-11-06', '2023-11-07'), 
    bounding_box=AOI.bounds
)

Granules found: 115

When we check for the results, we can see that several PIXVec files have Spatial Extent incorrectly (imho) set to -180, -90, 180, 90, and that's causing this discrepancy in the search.

image

I don't know if this is the best channel for such issue.

@mfisher87
Copy link
Member

Thanks for reporting this issue! This is at least a good place to start :) Unfortunately, we can't actually fix the problem. I think the best place to report this would be to PO DAAC's user support: [email protected]

@mfisher87 mfisher87 added the question A question needs to be answered to proceed label Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question A question needs to be answered to proceed
Projects
Status: 🆕 New
Development

No branches or pull requests

2 participants