Search found 3 matches

by dijudi89
Sat Oct 30, 2021 5:32 am America/New_York
Forum: Questions/Comments
Question: anti-meridian crossing with MATLAB
Replies: 3

Re: anti-meridian crossing with MATLAB

Many thanks for your quick reply. I am working on GPM IMERG Final Precipitation L3 Half Hourly 0.1 degree x 0.1 degree V06 (GPM_3IMERGHH) at GES DISC.
by dijudi89
Fri Oct 29, 2021 10:08 am America/New_York
Forum: Questions/Comments
Question: anti-meridian crossing with MATLAB
Replies: 3

anti-meridian crossing with MATLAB

Dear all,

I am wondering about a solution to work with a subset of data crossing anti-meridian. Currently, I am extracting data just like

J=find(lat > -30 & lat < 0);
K=find(lon > 170 & lon < 180);

and cannot cross < 180.

Help is very much appreciated!
Many thanks,
Judith
by dijudi89
Fri Oct 29, 2021 8:42 am America/New_York
Forum: Questions/Comments
Question: Downloading multiple data files with wget for Windows
Replies: 2

Downloading multiple data files with wget for Windows

Dear all, I am downloading multiple data files with wget for Windows as described here: https://disc.gsfc.nasa.gov/data-access#windows_wget My .txt file contains 48 URLs to .nc4 files (half-hourly, 24hrs); However, the downloaded files count only 24 in total and it seems like the download works for ...