Installing OCSSW processors

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
r.fernandes
Posts: 27
Joined: Wed Jun 06, 2012 6:55 pm America/New_York
Answers: 0

Installing OCSSW processors

by r.fernandes » Tue Jan 31, 2017 11:47 am America/New_York

Hi,
im trying to manually install the OCSSW processors on Seadas 7.3 but keep getting the same error. I'm using OSX sierra.

./install_ocssw.py --install-dir=/Applications/seadas-7.3.2/ocssw --git-branch=V7.3 --aqua --seawifs
Installing bundles.sha256sum (1 of 15)
--2017-01-31 15:45:38--  https://oceandata.sci.gsfc.nasa.gov/ocssw/bundles.sha256sum
Resolving oceandata.sci.gsfc.nasa.gov... xx.xxx.xx.xx, 2001:4d0:2418:128::84
Connecting to oceandata.sci.gsfc.nasa.gov|xx.xxx.xx.xx|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2578 (2.5K) [text/plain]
Saving to: ‘bundles.sha256sum’

bundles.sha256sum   100%[===================>]   2.52K  --.-KB/s    in 0s     

2017-01-31 15:45:39 (98.3 MB/s) - ‘bundles.sha256sum’ saved [2578/2578]

Installing common (2 of 15)
Your configuration specifies to merge with the ref 'refs/heads/V7.3'
from the remote, but no such ref was fetched.
Error - Could not run "cd /Applications/seadas-7.3.2/ocssw/run/data/common; git pull --progress -q > /dev/null"

Im new to all this so any help would be great!

Thanks

Tags:

gnwiii
Posts: 713
Joined: Fri Jan 29, 2021 5:51 pm America/New_York
Answers: 2
Has thanked: 1 time

Installing OCSSW processors

by gnwiii » Tue Jan 31, 2017 1:52 pm America/New_York

Try a lowercase "V" in the git-branch, as in: "--git-branch=v7.3 ".   If you have problems with python scripts and https URL's, see New thread on manual update of OCSSW processors.

r.fernandes
Posts: 27
Joined: Wed Jun 06, 2012 6:55 pm America/New_York
Answers: 0

Installing OCSSW processors

by r.fernandes » Wed Feb 01, 2017 6:36 am America/New_York

I feel silly now but the "v" worked! its installing without problems now! Thank you!

Post Reply