Search found 126 matches
- Tue Jun 02, 2020 3:32 pm America/New_York
- Forum: Questions/Comments
- Question: problem about MERIS L1 images access
- Replies: 6
problem about MERIS L1 images access
After you click on the Find Swaths button on the main L1/L2 browser, all or a subset of the browse images are displayed. Among the links to the specific browse files is one for "List". If you click on that, a text-only page is generated that contains all of the files that were ...
- Thu May 21, 2020 9:47 pm America/New_York
- Forum: Questions/Comments
- Question: wget redirection
- Replies: 30
wget redirection
There was supposed to be network maintenance going on between 17:00-00:00 EDT that could cause intermittent connectivity problems.
john
john
- 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...
- 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...
- 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...
- 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
john
- 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...
- 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 ...
- 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...
- 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...