Search found 3 matches

by fbennitt
Thu Jul 24, 2025 6:11 pm America/New_York
Forum: Home
Question: Get only the latest version of a granule with earthaccess.search_data()
Replies: 5

Re: Get only the latest version of a granule with earthaccess.search_data()

If anyone else is looking for a solution to this issue, I present two: 1) Download all granules of interest and filter after, using the script here: https://github.com/SWOT-community/SWOT-OpenToolkit/pull/22/files#diff-a130d141d07ac26fe2bd2a51d03d5c61de8f23cf60d7c487477a43572e4c33db 2) Retrieve the ...
by fbennitt
Tue Oct 01, 2024 12:37 pm America/New_York
Forum: Home
Question: Get only the latest version of a granule with earthaccess.search_data()
Replies: 5

Re: Get only the latest version of a granule with earthaccess.search_data()

Hi Celia and Mikala, Thanks for the help! I would also love a way to preferentially select the PGC0 products over the PIC0 as the former represent the reprocessed granules. Do you have any code you could point me towards to parse pixc_results and filter them myself? I am not familiar with 'Collectio...
by fbennitt
Mon Aug 05, 2024 5:08 pm America/New_York
Forum: Home
Question: Get only the latest version of a granule with earthaccess.search_data()
Replies: 5

Get only the latest version of a granule with earthaccess.search_data()

Hi there, I am working with the SWOT Water Mask Pixel Product (PIXC). I am accessing and downloading granules locally as shown here using earthaccess.search_data() in a Jupyter notebook: https://podaac.github.io/tutorials/notebooks/datasets/SWOTHR_localmachine.html#water-mask-pixel-cloud-netcdf Is t...