You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't seem to have control over the the bounding box for a subscription. Below I show two commands for subscription (a) no -b specification and (b) specifying a small bounding box. The downloaded files are the same size (and each has the world-sized number of pixels.)
I can subset the local files, but it would consume fewer resources if we could transfer just the smaller subset.
Thanks!
Ben
(a) the world (bounding box unspecified)
podaac-data-subscriber -c MUR-JPL-L4-GLOB-v4.1 -d world -sd 2021-01-21T00:00:00Z -ed 2021-01-23T00:00:00Z --verbose >> subscriber.log
# btupper@c4-6 tmp $ ll world
# total 2231200
# -rw-rw-r--. 1 btupper btupper 759327856 May 12 13:35 20210121090000-JPL-L4_GHRSST-SSTfnd-MUR-GLOB-v02.0-fv04.1.nc
# -rw-rw-r--. 1 btupper btupper 757346424 May 12 13:35 20210122090000-JPL-L4_GHRSST-SSTfnd-MUR-GLOB-v02.0-fv04.1.nc
# -rw-rw-r--. 1 btupper btupper 759097943 May 12 13:34 20210123090000-JPL-L4_GHRSST-SSTfnd-MUR-GLOB-v02.0-fv04.1.nc
# -rw-rw-r--. 1 btupper btupper 197 May 12 13:35 MUR-JPL-L4-GLOB-v4.1.citation.txt
(b) a smaller subset specified by the -b argument.
This is actually working as intended right now. The 'bbox' parameter only filters search results that do not pass through your region of interest. Because MUR data are essentially global data products, any bbox will match, and it downloads the entire file.
We have some work in progress on this exact functionality: #36
Its still in development, but the good news is your data set (MUR) is high on the list of test cases for it. when this is delivered, an option -subset parameter will be provided to actually subset based on your space (bbox)and time bounds (start/stop dates).
We definitely appreciate the comment and detailed report, and are working hard to get the subset work pushed out to the users.
Hi,
I don't seem to have control over the the bounding box for a subscription. Below I show two commands for subscription (a) no
-b
specification and (b) specifying a small bounding box. The downloaded files are the same size (and each has the world-sized number of pixels.)I can subset the local files, but it would consume fewer resources if we could transfer just the smaller subset.
Thanks!
Ben
(a) the world (bounding box unspecified)
(b) a smaller subset specified by the
-b
argument.The text was updated successfully, but these errors were encountered: