Search found 2 matches

by ran252_unsw
Tue Nov 21, 2023 2:32 am America/New_York
Forum: Home
Question: Subsetting MUR-JPL-L4-GLOB-v4.1 data?
Replies: 18

Re: Subsetting MUR-JPL-L4-GLOB-v4.1 data?

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:00...
by ran252_unsw
Fri Nov 17, 2023 2:12 am America/New_York
Forum: Home
Question: Subsetting MUR-JPL-L4-GLOB-v4.1 data?
Replies: 18

Re: Subsetting MUR-JPL-L4-GLOB-v4.1 data?

PODAAC - wenhaoli wrote: > Hi, > > The PO.DAAC team is working on adding the subsetting function right now. It > should be available in next released version. But, you could try to use the > alpha version, which can be installed by following command > pip install podaac-data-subscriber==1.15.0a3 > >...