Search found 120 matches
- 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...
- 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...
- 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 ...
- Thu Apr 30, 2020 10:53 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
Andre,
Have you tried using the file-search utility (https://oceandata.sci.gsfc.nasa.gov/api/file_search/) to obtain a file containing the URLs to the matching files and then giving that file to wget?
john
Have you tried using the file-search utility (https://oceandata.sci.gsfc.nasa.gov/api/file_search/) to obtain a file containing the URLs to the matching files and then giving that file to wget?
john
- Tue Mar 17, 2020 4:01 pm America/New_York
- Forum: Questions/Comments
- Question: Functionality of cksum
- Replies: 3
Functionality of cksum
The checksums are for you to use on your end once you download a file. You can generate a checksum (SHA1) and verify that it matches that received from the file-search call.Generally the file-search call you are using results in output that looks like this:ace2af707de98f8a2340b7a6a2f9a513cf1f2...
- Mon Mar 16, 2020 8:09 am America/New_York
- Forum: Questions/Comments
- Question: Functionality of cksum
- Replies: 3
Functionality of cksum
First, i think you want cksum=1 instead of cksums=1. The API ignores cksums=1 (at least for me) and provides me with a list of files for the subscription when i use the URL in your post.Second, are you running this from a script? From what i've seen of the Scheme missing error, it is...
- Mon Feb 17, 2020 9:45 am America/New_York
- Forum: Questions/Comments
- Question: wget only downloading partial file
- Replies: 18
wget only downloading partial file
This usually indicates that an HTML file was downloaded. If you're on a Linux platform, you can try the 'file' command on the saved file. If it is HTML, you should be able to view it with a text viewer or in a browser. A lot of times this ends up being the Earthdata log...