Yesterday I wrote a reply in another question and I got a suggestion about opening the http_manifest in a browser and it worked!
Even though I resolved the downloading problem, I would like to know how to use the python script.
Thank you!
Search found 6 matches
- Tue Aug 29, 2023 10:25 pm America/New_York
- Forum: Home
- Question: Problems to untar file with MODIS PAR L3 images
- Replies: 7
- Tue Aug 29, 2023 10:20 pm America/New_York
- Forum: Home
- Question: download using wget from http manifest
- Replies: 2
Re: download using wget from http manifest
Thank you very much!! it worked
- Mon Aug 28, 2023 10:00 pm America/New_York
- Forum: Home
- Question: Problems to untar file with MODIS PAR L3 images
- Replies: 7
Re: Problems to untar file with MODIS PAR L3 images
Hello Sean, I gave up until now, that I tried again hoping to be more wide-awake but I failed ... I downloaded the obdaac_download.py this time and I tried different syntaxes (" ", ' ',-, etc) for the HTTP_MANIFEST, ODIR, filename and there is always a problem. When I execute the following...
- Mon Aug 28, 2023 9:42 pm America/New_York
- Forum: Home
- Question: download using wget from http manifest
- Replies: 2
download using wget from http manifest
Hello, I'm having the same problem when I write: wget -O - 'https://oceandata.sci.gsfc.nasa.gov/cgi/getfile/requested_files_1.tar?h=ocdist301&p=/data1/e040135b90e8436b/requested_files' | wget --load-cookies ~/.urs_cookies --save-cookies ~/.urs_cookies --auth-no-challenge=on --no-check-certificat...
- Tue Sep 21, 2021 5:07 pm America/New_York
- Forum: Home
- Question: Problems to untar file with MODIS PAR L3 images
- Replies: 7
Re: Problems to untar file with MODIS PAR L3 images
I still have problems. I've tried echo "machine urs.earthdata.nasa.gov login USERNAME password PASSWD" > ~/.netrc ; > ~/.urs_cookies chmod 0600 ~/.netrc on linux terminal, where I replaced USERNAME and PASSWD with my credentials. Then, I wrote the following and nothing happened: wget --loa...
- Wed Aug 04, 2021 1:52 pm America/New_York
- Forum: Home
- Question: Problems to untar file with MODIS PAR L3 images
- Replies: 7
Problems to untar file with MODIS PAR L3 images
Hello, last week I tried to download daily MODIS PAR l3 images from https://oceancolor.gsfc.nasa.gov/l3/ I clicked on "extract or download l3 data" bottom to reduce the region and period of time. I got the order I wanted with the manifest.txt file, and I did the same as last time when I do...