Search found 3 matches
- Fri Jul 12, 2024 3:45 pm America/New_York
- Forum: Home
- Question: Missing data: GOCI 05/05/12 00
- Replies: 2
Missing data: GOCI 05/05/12 00
Hello, There is a L1B GOCI file missing (COMS_GOCI_L1B_GA_20120505001642.he5.gz). https://oceandata.sci.gsfc.nasa.gov/directdataaccess/Level-1B/GOCI/2012/126/ It may be because it ends with 43 and not 43 at level2 (G2012126001643.L2_COMS_OC.nc) so L1B is corrupted somehow and not visible? https://oc...
- Wed Jul 10, 2024 4:44 pm America/New_York
- Forum: Home
- Question: Get Level0 files size from curl command line
- Replies: 3
Re: Get Level0 files size from curl command line
That would be a lovely solution if it would not take so much time to process. We are speaking at 10-20 seconds to check a single file (700 mb each), not realistic when batch processing thousands / more. My initial step was to do something similar with linux built in sha1sum function, but many files ...
- Mon Jul 08, 2024 1:43 pm America/New_York
- Forum: Home
- Question: Get Level0 files size from curl command line
- Replies: 3
Get Level0 files size from curl command line
Hello, I would like to check if a file I downloaded (say https://oceandata.sci.gsfc.nasa.gov/getfile/A2002311192500.L0_LAC.bz2 ) was fully downloaded to avoid downloading it again during batch processing. For that, I think I need to know the size of the file on the server, usually saved in "Con...