Hi @ran252_unsw,Yes, First stage I used the following command
pip install podaac-data-subscriber. But it doest work to crop a domain.
Then I used
pip install podaac-data-subscriber==1.15.0a3
and trying to crop data as follows:
podaac-data-downloader -c MUR-JPL-L4-GLOB-v4.1 -d ./data --start-date 2003-01-01T09:00:00Z --end-date 2022-12-31T09:00:00Z
-b="135,-50,175,-10" --subset
Still, the global data is downloading but not getting the cropping domain as specified.
Thanks for your further instructions.
You need to give the --subset flag before the -b option, like this:
"""
podaac-data-downloader -c MUR-JPL-L4-GLOB-v4.1 -d ./data --start-date 2003-01-01T09:00:00Z --end-date 2022-12-31T09:00:00Z --subset -b="135,-50,175,-10"
"""
I recommend setting smaller timeframes for your subset orders, and downloading them in batches. The podaac-data-downloader will need to wait for an enormous number of subsetting operations to complete when requesting 20 years of data.
Jack
Statistics: Posted by PODAAC - jmcnelis — Tue Feb 13, 2024 5:31 pm America/New_York