Problem installing processors
-
- Posts: 29
- Joined: Mon Sep 12, 2005 1:16 pm America/New_York
Problem installing processors
Hi,
I'm trying to install Aqua processors of SeaDAS 7.4 in a Linux virtual Machine. It starts downloading the files, but at the end I get this error. I tried also installing TERRA and VIIRS
error: Empty reply from server (curl_result = 52, http_code = 0, sha1 = 0268bba4cf087f85ef0707dc159128f5f9d2d9ae)
error: Unable to find 0268bba4cf087f85ef0707dc159128f5f9d2d9ae under https://oceandata.sci.gsfc.nasa.gov/ocssw/bin-linux_64.git
Cannot obtain needed blob 0268bba4cf087f85ef0707dc159128f5f9d2d9ae
while processing commit a19b1174e798323485ee0c41c313c2130d629a8d.
error: fetch failed.
Any idea?
Thanks
Ana
I'm trying to install Aqua processors of SeaDAS 7.4 in a Linux virtual Machine. It starts downloading the files, but at the end I get this error. I tried also installing TERRA and VIIRS
error: Empty reply from server (curl_result = 52, http_code = 0, sha1 = 0268bba4cf087f85ef0707dc159128f5f9d2d9ae)
error: Unable to find 0268bba4cf087f85ef0707dc159128f5f9d2d9ae under https://oceandata.sci.gsfc.nasa.gov/ocssw/bin-linux_64.git
Cannot obtain needed blob 0268bba4cf087f85ef0707dc159128f5f9d2d9ae
while processing commit a19b1174e798323485ee0c41c313c2130d629a8d.
error: fetch failed.
Any idea?
Thanks
Ana
Filters:
-
- Subject Matter Expert
- Posts: 269
- Joined: Thu Mar 05, 2009 10:25 am America/New_York
- Been thanked: 2 times
Problem installing processors
The networking on many virtual machines can be really flaky. For some reason git, which uses libcurl for networking, has trouble if the network is flaky. I would try to do the install a many times and see if one of the installs succeeds. If that does not work you might have to resort to the "local" install option for the OCSSW processing software. Here is a link to that process:
https://oceandata.sci.gsfc.nasa.gov/ocssw/
Download all of the bundles listed at the top of this page into a directory. Then run:
install_ocssw.py -i <OCSSW_INSTALL_DIR> -b v7.4 -l <bundle_download_dir> --aqua --terra --viirsn
don
https://oceandata.sci.gsfc.nasa.gov/ocssw/
Download all of the bundles listed at the top of this page into a directory. Then run:
install_ocssw.py -i <OCSSW_INSTALL_DIR> -b v7.4 -l <bundle_download_dir> --aqua --terra --viirsn
don
-
- Posts: 29
- Joined: Mon Sep 12, 2005 1:16 pm America/New_York
Problem installing processors
Thank you Don. It's strange cause I used to do it without any problem.
Regarding the bundle files, I'm a bit lost about these ones
bin-<arch>.bundle
bin3-<arch>.bundle
Optionally, any sensor bundles desired
What should be put instead of <arch> and how can I download (what are the names) for the sensors bundles? Are they necessary or all the sensors' processors are included in the other bundles?
Thank you in advance
Ana
Regarding the bundle files, I'm a bit lost about these ones
bin-<arch>.bundle
bin3-<arch>.bundle
Optionally, any sensor bundles desired
What should be put instead of <arch> and how can I download (what are the names) for the sensors bundles? Are they necessary or all the sensors' processors are included in the other bundles?
Thank you in advance
Ana
-
- Subject Matter Expert
- Posts: 269
- Joined: Thu Mar 05, 2009 10:25 am America/New_York
- Been thanked: 2 times
Problem installing processors
If you scroll down, there is a table listing all of the bundles available.
For you <arch> is probably "linux_64"
You want to download the bundles for your desired sensors:
MODIS Common Processing Data
MODIS-Aqua Processing Data
MODIS-Aqua (hires) Processing Data
MODIS-Terra Processing Data
MODIS-Terra (hires) Processing Data
Suomi-NPP VIIRS Processing Data
Don
For you <arch> is probably "linux_64"
You want to download the bundles for your desired sensors:
MODIS Common Processing Data
MODIS-Aqua Processing Data
MODIS-Aqua (hires) Processing Data
MODIS-Terra Processing Data
MODIS-Terra (hires) Processing Data
Suomi-NPP VIIRS Processing Data
Don
-
- Posts: 29
- Joined: Mon Sep 12, 2005 1:16 pm America/New_York
Problem installing processors
Thanks. One more thing, installing using --aqua does it install also the MODIS-Aqua (hires) processor? I downloaded the bundle in the same directory as the rest.
Thanks again!
Ana
Thanks again!
Ana
-
- Posts: 1519
- Joined: Wed Sep 18, 2019 6:15 pm America/New_York
- Been thanked: 9 times