Search found 124 matches

by OB ODPS - jgwilding
Wed May 13, 2020 9:47 pm America/New_York
Forum: Questions/Comments
Question: PDS files in subscriptions now in both bz2 and 'data' format
Replies: 16

PDS files in subscriptions now in both bz2 and 'data' format

The default for the subscription file-search is to look back 3 days, so ignoring the non-compressed files is certainly the easiest solution in terms of work required, as all but an anomalous case would get compressed long before that.The reason we changed the ingest scheme for the L0 data is because...
by OB ODPS - jgwilding
Wed May 13, 2020 4:18 pm America/New_York
Forum: Questions/Comments
Question: PDS files in subscriptions now in both bz2 and 'data' format
Replies: 16

PDS files in subscriptions now in both bz2 and 'data' format

It seems there might be two solutions.One, ignore files without the .bz2 suffix.  They will eventually get compressed, and then you can process them.  For example, in your example above the 2020134.1530 and 2020134.1535 files are now compressed as of this writing.The second might involve s...
by OB ODPS - jgwilding
Wed May 13, 2020 1:42 pm America/New_York
Forum: Questions/Comments
Question: PDS files in subscriptions now in both bz2 and 'data' format
Replies: 16

PDS files in subscriptions now in both bz2 and 'data' format

If you're downloading the files using wget, the --content-disposition option should cause the local files to be given the name they are on the server.If you're using curl, the --remote-name and --remote-header-name (together) do the same thing.Only uncompress when the suffix is present on th...
by OB ODPS - jgwilding
Sat May 09, 2020 9:19 pm America/New_York
Forum: Questions/Comments
Question: Issue with ordering L2 MERIS data
Replies: 9

Issue with ordering L2 MERIS data

Okay, i've removed the remaining FRS files from your order.  After you download the currently staged batch, you can issue a delete-and-continue action from the Order Manager, and the next segment will be staged, and hopefully it will consist of a lot more files.

john
by OB ODPS - jgwilding
Sat May 09, 2020 6:07 pm America/New_York
Forum: Questions/Comments
Question: Issue with ordering L2 MERIS data
Replies: 9

Issue with ordering L2 MERIS data

Chris,Following up, it looks like the system has already sent a staged notification for the first segment.  If you want, you can download the data for that segment, and then using the order manager, you can opt to delete the current segment and stage the next segment.  Then its rinse-lathe...
by OB ODPS - jgwilding
Sat May 09, 2020 6:01 pm America/New_York
Forum: Questions/Comments
Question: Issue with ordering L2 MERIS data
Replies: 9

Issue with ordering L2 MERIS data

Chris,I've submitted an order for you based on your criteria.  The order-id is 108030f062b1f557, and it is currently processing as of 17:50 EDT.  You should be able to see the order in the Order Manager.The problem is that there are nearly 32,000 files in the order, and your region is ...
by OB ODPS - jgwilding
Sat May 09, 2020 1:47 pm America/New_York
Forum: Questions/Comments
Question: Issue with ordering L2 MERIS data
Replies: 9

Issue with ordering L2 MERIS data

Chris,Were you looking for full-sized L2 granules or looking to perform regional and/or product extraction?  If you provide me with the regional coordinates and the extraction information, i should be able to short-circuit the front-end side of the ordering mechanism and put an order in for you...
by OB ODPS - jgwilding
Sat May 02, 2020 9:09 am America/New_York
Forum: Questions/Comments
Question: how to wget files in more than one folder
Replies: 11

how to wget files in more than one folder

Great!  Note that you can also use the file-search API from the command line (see https://oceancolor.gsfc.nasa.gov/data/download_methods/) and then chain the wget commands so that the output of the file-search wget call becomes the input to the download wget call.  Basically the file-searc...
by OB ODPS - jgwilding
Fri May 01, 2020 7:23 am America/New_York
Forum: Questions/Comments
Question: how to wget files in more than one folder
Replies: 11

how to wget files in more than one folder

How about this.Add your user name and password to the ~/.netrc file first with,echo "machine urs.earthdata.nasa.gov login YOUR-USERNAME password YOUR-PASSWD" >> ~/.netrcIf not already set correctly, change mode with, chmod 600 ~/.netrcThen run,wget --load-cookies ~/.urs_cookies --save-cook...
by OB ODPS - jgwilding
Thu Apr 30, 2020 3:40 pm America/New_York
Forum: Questions/Comments
Question: how to wget files in more than one folder
Replies: 11

how to wget files in more than one folder

Are you giving two -i options, one with list_files.txt and one with - (stdin)?  I can see that as being a conflict.  I don't think you need the --base and --force-html options.  Each record in the list_file.txt should have a complete URL.  If not, you can regenerate the file ...