Search found 17 matches
- Fri Jul 11, 2025 8:15 am America/New_York
- Forum: Home
- Question: Is there a way to download GPM_3IMERGHH faster?
- Replies: 1
Re: Is there a way to download GPM_3IMERGHH faster?
You may try to run at most two concurrent subset download jobs, but that is not 100% foolproof, i.e. there may be failed jobs if the host becomes too busy. Since these data are in the Cloud, another option is to do your analysis in the Cloud. Lastly, full-sized IMERGHH data can be downloaded from th...
- Mon Jul 07, 2025 9:29 am America/New_York
- Forum: Home
- Question: Global Precipitation Climatology Project: Temporal Coverage of 0.5 deg, daily dataset
- Replies: 2
Re: Global Precipitation Climatology Project: Temporal Coverage of 0.5 deg, daily dataset
The new version (GPCP V3.3) was released early this year: https://disc.gsfc.nasa.gov/information/data-release?keywords=GPCPMON_3.3&title=New%20Version%203.3%20of%20NASA%20MEaSUREs%20Global%20Precipitation%20Climatology%20Project%20(GPCP)%20Daily%20and%20Monthly%20Products The landing page for fo...
- Wed May 21, 2025 10:11 am America/New_York
- Forum: Home
- Question: GPM IMERG Final Half Hourly (3IMERGHH V07)
- Replies: 8
Re: GPM IMERG Final Half Hourly (3IMERGHH V07)
This could be the dimension issue: The variables are given in the (time, lon, lat) format. Typically, most datasets follow the (time, lat, lon) structure. After taking the transpose, it should work. We have this FAQ: https://disc.gsfc.nasa.gov/information/faqs?keywords=imerg%20orienation&title=H...
- Tue Apr 29, 2025 8:22 am America/New_York
- Forum: Home
- Question: GPM monthly global precipitation data V07
- Replies: 1
Re: GPM monthly global precipitation data V07
To convert this (mm/hr) to accumulated precipitation (like millimeters per month, mm/month), you need to multiply the hourly rate by the number of hours in the desired period. For example, to convert mm/hr to mm/month, you would multiply by the number of days in the month and then by 24 (hours per d...
- Wed Mar 05, 2025 2:52 pm America/New_York
- Forum: Home
- Question: Best practices for avoiding NLDAS server timeouts
- Replies: 1
Re: Best practices for avoiding NLDAS server timeouts
Hi Rishi, With the exception of data stored in the cloud, we have a limit of 15 concurrent connections from the same IP. Try slowing down your requests or avoid launching too many requests at the same time. There are tools you can use to handle timeouts and failed connections. For example, when usin...
- Tue Dec 10, 2024 12:22 pm America/New_York
- Forum: Home
- Question: GPM DPR data is incorrect from GES DISC and ArthurHou
- Replies: 6
Re: GPM DPR data is incorrect from GES DISC and ArthurHou
We were able to reproduce your issues and found a solution to get what you need. Please follow these steps: 1) Go to the data product’s OPeNDAP site where you can subset the data file and download it as a NetCDF4 (.nc4) file: https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L2/GPM_2ADPR.07/contents....
- Tue Nov 26, 2024 12:52 pm America/New_York
- Forum: Home
- Question: OCO-2/3 visualization
- Replies: 14
Re: OCO-2/3 visualization
Screenshot 2024-11-26 at 12.47.36 PM.png Hi, here is a new version of the code I wrote that uses Xarray to read in the data. The problem is that this is a big file, so it probably exceeds your capacitylimit, as it did for me. I wrote in "chunking" as well as limited the variables to readi...
- Tue Nov 26, 2024 9:50 am America/New_York
- Forum: Home
- Question: GPM DPR data is incorrect from GES DISC and ArthurHou
- Replies: 6
Re: GPM DPR data is incorrect from GES DISC and ArthurHou
This can be done in IDL, MatLab, and Python, if the commercial ArcPRO is not available.
- Tue Nov 26, 2024 9:49 am America/New_York
- Forum: Home
- Question: GPM DPR data is incorrect from GES DISC and ArthurHou
- Replies: 6
- Mon Nov 25, 2024 3:00 pm America/New_York
- Forum: Home
- Question: GPM DPR data is incorrect from GES DISC and ArthurHou
- Replies: 6
Re: GPM DPR data is incorrect from GES DISC and ArthurHou
We see no problems with "GES DISC:https://gpm1.gesdisc.eosdis.nasa.gov/data/GPM_L2/GPM_2ADPR.07/2024/324/2A.GPM.DPR.V9-20240130.20241119-S210218-E223531.060914.V07C.HDF5" and variable "//FS/CSF/flagShallowRain" - This variable converts to a raster without issues in Panoply and ID...