podaac / data-subscriber

Subscribe and bulk download collections of data at PO.DAAC
Apache License 2.0
83 stars 29 forks source link

passes outside bounding box #176

Open bbuzz31 opened 3 months ago

bbuzz31 commented 3 months ago

I'm getting passes that are nowhere near the bounding box I'm inputting:

podaac-data-downloader -b="-117.5066681,32.6166649,-117.0066681,33.1166649" -c SWOT_L2_LR_SSH_UNSMOOTHED_2.0 -d ./raw -sd 2023-06-01T00:00:00Z -ed 2024-07-01T13:59:55Z

Screenshot 2024-07-03 at 12 17 23

jjmcnelis commented 3 months ago

Hi! I’m fairly confident this is caused by a metadata bug that affects spatial queries for SSH products from SWOT calibration phase. Do you have the name of a file that was included erroneously? That would be good enough to confirm.

Please note there’s nothing wrong with the actual data in the files — you’re just getting more files than expected because of over-selection resulting from the metadata bug (that’s my strong suspicion, anyway). The issue should be fixed some time during the next couple weeks.

bbuzz31 commented 3 months ago

Hi @jjmcnelis here's a filename: SWOT_L2_LR_SSH_Expert_017_078_20240621T193629_20240621T202757_PIC0_01

Thanks!