Downloading from across the 180 degree longitude

Hello,
I have a question, the answer to which may save me time in future.
I wish to access data (in my case specifically MUR-JPL-L4-GLOB-v4.1) from repository using the subset_dataset.py code, as described in this forum post--> Using Python to subset large gridded datasets (v2) available here https://podaac.jpl.nasa.gov/forum/viewtopic.php?f=85&t=219
The area from which I wish to access data lies spread across the 180th meridian, (i.e. 175W to 175 E). Previously I had been downloading the two sections (175W to 180, and 175E to 180) separately and merged them later during processing. The reason I had for downloading this separately is because the command
Is there an established command, or way for me to download the data across the 180 meridian directly as one file?
Thanks in advance for your help and time.
TY.
I have a question, the answer to which may save me time in future.
I wish to access data (in my case specifically MUR-JPL-L4-GLOB-v4.1) from repository using the subset_dataset.py code, as described in this forum post--> Using Python to subset large gridded datasets (v2) available here https://podaac.jpl.nasa.gov/forum/viewtopic.php?f=85&t=219
The area from which I wish to access data lies spread across the 180th meridian, (i.e. 175W to 175 E). Previously I had been downloading the two sections (175W to 180, and 175E to 180) separately and merged them later during processing. The reason I had for downloading this separately is because the command
- Code: Select all
subset_dataset.py -s 20100101 -f 20210101 -b 175 -175 -25.1 -9.8 -x MUR-JPL-L4-GLOB-v4.1
Is there an established command, or way for me to download the data across the 180 meridian directly as one file?
Thanks in advance for your help and time.
TY.