Search found 4 matches
- Wed Mar 25, 2026 5:36 pm America/New_York
- Forum: Home
- Question: Merra2 Data Downloading
- Replies: 7
Re: Merra2 Data Downloading
Thank you for replying, I see that option, but I did not find the python scripts to do download, can you share me with a link or example for downloading the subset of data? Thanks
- Tue Mar 24, 2026 1:39 pm America/New_York
- Forum: Home
- Question: Merra2 Data Downloading
- Replies: 7
Re: Merra2 Data Downloading
wget \ --load-cookies ~/.urs_cookies \ --save-cookies ~/.urs_cookies \ --keep-session-cookies \ --content-disposition \ -O ./MERRA2_100.inst3_3d_asm_Nv.19800101.nc4 \ "https://goldsmr5.gesdisc.eosdis.nasa.gov/data/MERRA2/M2I3NVASM.5.12.4/1980/01/MERRA2_100.inst3_3d_asm_Nv.19800101.nc4" esp...
- Mon Mar 23, 2026 10:47 pm America/New_York
- Forum: Home
- Question: Merra2 Data Downloading
- Replies: 7
Re: Merra2 Data Downloading
def download_merra_file( url: str, destination: Union[str, Path], force: bool = False, credentials: Optional[Tuple[str, str]] = None ) -> Path: """ Download MERRA2 file if it does not already exist. Args: url: String containing the URL of the file to download. destination: The folder ...
- Fri Mar 20, 2026 3:26 pm America/New_York
- Forum: Home
- Question: Merra2 Data Downloading
- Replies: 7
Merra2 Data Downloading
goldsmr5.gesdisc.eosdis.nasa.gov https://goldsmr5.gesdisc.eosdis.nasa.gov/data/MERRA2/M2I3NVASM.5.12.4 Hi, I just want to ask why downloading this 3D file of Merra2 is so slow. I use wget method to download which spends 8 minutes to finish downloading and the downloading speed is less than 5MB/secon...