GPM IMERG Final Precipitation L3 1 day 0.1 degree x 0.1 degree V06 is not available for download
GPM IMERG Final Precipitation L3 1 day 0.1 degree x 0.1 degree V06 is not available for download
I get this error message when I try to download GPM IMERG Final Precipitation L3 1 day 0.1 degree x 0.1 degree V06:
Sorry, 3B-DAY.MS.MRG.3IMERG.20000601-S000000-E235959.V06.nc4.SUB.nc4 is not available for downloading
Sorry, 3B-DAY.MS.MRG.3IMERG.20000601-S000000-E235959.V06.nc4.SUB.nc4 is not available for downloading
Tags:
-
- User Services
- Posts: 19
- Joined: Tue Sep 17, 2019 2:11 pm America/New_York
Re: GPM IMERG Final Precipitation L3 1 day 0.1 degree x 0.1 degree V06 is not available for download
Dear User,
I just did a test and no issue to download the data (can display in Panoply correctly). Could you please give another try? Sometimes, hiccups like this happen due to too many people trying to download IMERG data.
GES DISC user support
I just did a test and no issue to download the data (can display in Panoply correctly). Could you please give another try? Sometimes, hiccups like this happen due to too many people trying to download IMERG data.
GES DISC user support
Re: GPM IMERG Final Precipitation L3 1 day 0.1 degree x 0.1 degree V06 is not available for download
Thank you for your response!
It happens when I use GES DISC Subsetter. Now, I use OPeNDAP and I'm able to download data via the latest version of wget 1.21.4. However, there is a jump! It downloads one day, then skip one day and then downloads the third day. There is an error of "unable to establish ssl connection.". Please take a look at the attached file. Thank you for your consideration!
It happens when I use GES DISC Subsetter. Now, I use OPeNDAP and I'm able to download data via the latest version of wget 1.21.4. However, there is a jump! It downloads one day, then skip one day and then downloads the third day. There is an error of "unable to establish ssl connection.". Please take a look at the attached file. Thank you for your consideration!
- Attachments
-
- Untitled.png (179.27 KiB) Not viewed yet
-
- User Services
- Posts: 154
- Joined: Wed Sep 25, 2019 9:35 am America/New_York
- Been thanked: 1 time
Re: GPM IMERG Final Precipitation L3 1 day 0.1 degree x 0.1 degree V06 is not available for download
Please be aware that the IMERG Daily are already in nc4 format, and it is best to downloaded in full, as given by search engines, unless variable/spatial subset is needed. Hope this helps.
Re: GPM IMERG Final Precipitation L3 1 day 0.1 degree x 0.1 degree V06 is not available for download
Thank you for your response! How can I download them in full?
I have them in a text file and when I use this code:
wget --load-cookies C:\.urs_cookies --save-cookies C:\.urs_cookies --keep-session-cookies --user=<your username> --ask-password --content-disposition -i <url.txt>
I get that error of "unable to establish ssl connection."
I have them in a text file and when I use this code:
wget --load-cookies C:\.urs_cookies --save-cookies C:\.urs_cookies --keep-session-cookies --user=<your username> --ask-password --content-disposition -i <url.txt>
I get that error of "unable to establish ssl connection."
-
- User Services
- Posts: 154
- Joined: Wed Sep 25, 2019 9:35 am America/New_York
- Been thanked: 1 time
Re: GPM IMERG Final Precipitation L3 1 day 0.1 degree x 0.1 degree V06 is not available for download
The easiest is to navigate from the product page, where the "Subset/Get data"
is very visible on the right:
https://disc.gsfc.nasa.gov/datasets/GPM_3IMERGDF_06/summary?keywords=imergdf
is very visible on the right:
https://disc.gsfc.nasa.gov/datasets/GPM_3IMERGDF_06/summary?keywords=imergdf
Re: GPM IMERG Final Precipitation L3 1 day 0.1 degree x 0.1 degree V06 is not available for download
Thank you for your response! Yes, I clicked on "Subset/Get Data" and then I clicked on "Download Links List" and when I have that text file, I run the script:
wget --load-cookies C:\.urs_cookies --save-cookies C:\.urs_cookies --keep-session-cookies --user=<your username> --ask-password --content-disposition -i <url.txt>
Then, I get the error:
"unable to establish ssl connection."
wget --load-cookies C:\.urs_cookies --save-cookies C:\.urs_cookies --keep-session-cookies --user=<your username> --ask-password --content-disposition -i <url.txt>
Then, I get the error:
"unable to establish ssl connection."
-
- User Services
- Posts: 154
- Joined: Wed Sep 25, 2019 9:35 am America/New_York
- Been thanked: 1 time
Re: GPM IMERG Final Precipitation L3 1 day 0.1 degree x 0.1 degree V06 is not available for download
Thank you, could you please provide your <url.txt> file?
Re: GPM IMERG Final Precipitation L3 1 day 0.1 degree x 0.1 degree V06 is not available for download
I cannot upload txt file. I had to convert it to PDF. I have attached the file. Thanks!
- Attachments
-
- subset_GPM_3IMERGDF_06_20230620_162300_.pdf
- (273.01 KiB) Downloaded 78 times
-
- User Services
- Posts: 154
- Joined: Wed Sep 25, 2019 9:35 am America/New_York
- Been thanked: 1 time
Re: GPM IMERG Final Precipitation L3 1 day 0.1 degree x 0.1 degree V06 is not available for download
Hi, We need the original simple text file with the list of the data links. It has
the job id in the file name, like:
https://disc.gsfc.nasa.gov/api/jobs/results/6491e3abe482352e3ff0ada1
so we could download it.
We can't use the PDF file because it has special symbols, hyphens "-", instead
of dashes"-" in the file names, and it is not clear where this conversion took
place.
Also, do not use "--content-disposition" when no subsetting is required.
the job id in the file name, like:
https://disc.gsfc.nasa.gov/api/jobs/results/6491e3abe482352e3ff0ada1
so we could download it.
We can't use the PDF file because it has special symbols, hyphens "-", instead
of dashes"-" in the file names, and it is not clear where this conversion took
place.
Also, do not use "--content-disposition" when no subsetting is required.