Just got word that the GPS was successfully synchronized by the vendor at 2024-07-16 17:42 Processing has resumed from then
Tommy
Search found 453 matches
- Tue Jul 16, 2024 4:20 pm America/New_York
- Forum: Home
- Question: VIIRS subscriptions not updated
- Replies: 7
- Tue Jul 16, 2024 2:54 pm America/New_York
- Forum: Home
- Question: VIIRS subscriptions not updated
- Replies: 7
Re: VIIRS subscriptions not updated
SNPP VIIRS processing is paused again. The GPS is not stable. There are no plans on recovery before next week.
Tommy
Tommy
- Tue Jul 16, 2024 1:30 pm America/New_York
- Forum: Home
- Question: Which tag of OCSSW for R2022.0.1
- Replies: 6
Re: Which tag of OCSSW for R2022.0.1
It is running with V2024.0
Tommy
Tommy
- Tue Jul 16, 2024 7:17 am America/New_York
- Forum: Home
- Question: VIIRS subscriptions not updated
- Replies: 7
Re: VIIRS subscriptions not updated
I would assume lost. With SNPP being the tertiary platform, I don't expect much effort to recover the data.
Tommy
Tommy
- Mon Jul 15, 2024 5:57 pm America/New_York
- Forum: Home
- Question: VIIRS subscriptions not updated
- Replies: 7
Re: VIIRS subscriptions not updated
GPS functional as of 2024-07-15 14:45Z
You should see some new data this evening.
Tommy
You should see some new data this evening.
Tommy
- Sat Jul 13, 2024 10:57 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
Use wget and check the return code on the transfer? #!/bin/bash url=https://oceandata.sci.gsfc.nasa.gov/getfile file=MOD00.P2002165.0000_1.PDS.bz2 wget ${url}/${file} &> /dev/null if [[ "$?" != 0 ]]; then echo "Error downloading $file" else echo "Success" fi Either ...
- Sat Jul 13, 2024 1:08 am America/New_York
- Forum: Home
- Question: Missing data: GOCI 05/05/12 00
- Replies: 2
Re: Missing data: GOCI 05/05/12 00
COMS_GOCI_L1B_GA_20120505001643.he5 was lost when a storage device failed, and is missing from our archive. We tried to recover the file from KOSC and it was no longer available. In the past they have withdrawn files after they were published, due to discovered QC problems. https://kosc.kiost.ac.kr/...
- Fri Jul 12, 2024 4:12 pm America/New_York
- Forum: Home
- Question: VIIRS subscriptions not updated
- Replies: 7
Re: VIIRS subscriptions not updated
The GPS on SNPP stopped functioning so there are no accurate geolocation data. VIIRS processing was halted until the GPS is reactivated.
Tommy
Tommy
- Tue Jul 09, 2024 11:48 am 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
Since the files are bz2 compressed, you can run the test command. If the download is incomplete, the file will not have a valid bz2 structure and the test will return a non-zero exit status.
Tommy
Code: Select all
bunzip2 -t <file>
Tommy
- Thu Jul 04, 2024 8:56 pm America/New_York
- Forum: Home
- Question: How to access PACE OCI Level-2 Regional Surface Reflectance data?
- Replies: 3
Re: How to access PACE OCI Level-2 Regional Surface Reflectance data?
OCI Surface Reflectance products are still under development and are not yet distributed publicly.
Tommy
Tommy