Search found 50 matches
- Fri Mar 19, 2021 6:07 pm America/New_York
- Forum: Home
- Question: SeaDAS 8 install_OCSSW problem with python requests
- Replies: 45
Re: SeaDAS 8 install_OCSSW problem with python requests
Okay, thanks. That was what I had done. (base) daurin@GSSLA18091785:~/Applications/seadas8/ocssw/opt/bin$ which python3 /Users/daurin/anaconda3/bin/python3 Here's the link: (base) daurin@GSSLA18091785:~/Applications/seadas8/ocssw/opt/bin$ ll python3 lrwxr-xr-x 1 daurin staff 35 Mar 19 16:02 python3@...
- Fri Mar 19, 2021 4:03 pm America/New_York
- Forum: Home
- Question: SeaDAS 8 install_OCSSW problem with python requests
- Replies: 45
Re: SeaDAS 8 install_OCSSW problem with python requests
I went through my bashrc and bash_profile to clean up some garbage ported over from my linux machine. My PATH is now clean: /Users/daurin/anaconda3/bin:/Users/daurin/anaconda3/condabin:/Users/daurin/Applications/seadas8/ocssw/opt/bin:/Users/daurin/Applications/seadas8/ocssw/bin:/Applications/MATLAB_...
- Fri Mar 19, 2021 1:53 pm America/New_York
- Forum: Home
- Question: SeaDAS 8 install_OCSSW problem with python requests
- Replies: 45
Re: SeaDAS 8 install_OCSSW problem with python requests
I updated my bashrc to point to the new ocssw: # export OCSSWROOT="/Applications/seadas-7.5.3/ocssw" export OCSSWROOT="/Users/daurin/Applications/seadas8/ocssw" source $OCSSWROOT/OCSSW_bash.env Sourced the bashrc: (base) daurin@GSSLA18091785:~$ echo $PATH /Users/daurin/anaconda3/...
- Fri Mar 19, 2021 1:40 pm America/New_York
- Forum: Home
- Question: SeaDAS 8 install_OCSSW problem with python requests
- Replies: 45
Re: SeaDAS 8 install_OCSSW problem with python requests
George,
First line of the header in my bin/update_luts in the new installation directory for seadas8/ocssw is the same: #! /usr/bin/env python3.
Didn't quite follow that about the symbolic link. Did you mean place a link to my python3 within $OCSSWROOT/opt/bin?
Thanks,
Dirk
First line of the header in my bin/update_luts in the new installation directory for seadas8/ocssw is the same: #! /usr/bin/env python3.
Didn't quite follow that about the symbolic link. Did you mean place a link to my python3 within $OCSSWROOT/opt/bin?
Thanks,
Dirk
- Fri Mar 19, 2021 1:26 pm America/New_York
- Forum: Home
- Question: SeaDAS 8 install_OCSSW problem with python requests
- Replies: 45
Re: SeaDAS 8 install_OCSSW problem with python requests
Hi Don, echo $PATH /Users/daurin/anaconda3/bin:/Users/daurin/anaconda3/condabin:/accounts/daurin/anaconda3/bin:/Applications/seadas-7.5.3/ocssw/opt/bin:/Applications/seadas-7.5.3/ocssw/scripts:/Applications/seadas-7.5.3/ocssw/bin:/accounts/daurin/Matlab/2018b/bin:/anaconda3/bin:/usr/local/bin:/usr/b...
- Fri Mar 19, 2021 10:39 am America/New_York
- Forum: Home
- Question: SeaDAS 8 install_OCSSW problem with python requests
- Replies: 45
SeaDAS 8 install_OCSSW problem with python requests
I've just installed SeaDAS 8.0.0 Beta with the shell script for Mac (Catalina 10.15.7) without incident. I then tried to install OCSSW on the command line and it failed to install LUTs because python was unable to import requests: (base) daurin@GSSLA18091785:~/Downloads$ ./install_ocssw --list_tags ...
- Fri Oct 09, 2020 8:41 am America/New_York
- Forum: Home
- Question: Band-filtering applied to Rrs
- Replies: 3
Band-filtering applied to Rrs
Tiho,If you want to compare satellite Rrs to hyperspectral Rrs, you should convolve the hyperspectral data using the Relative Spectral Response (RSR) functions for the given satellite. Also worth mentioning that the convolution should be conducted on the principal (ir)radiances prior to calculation ...
- Thu Jun 18, 2020 5:08 pm America/New_York
- Forum: Home
- Question: Reproducing chlor_a from oc3m and CI
- Replies: 4
Reproducing chlor_a from oc3m and CI
Thanks, Gwynn.
- Thu Jun 18, 2020 8:58 am America/New_York
- Forum: Home
- Question: Reproducing chlor_a from oc3m and CI
- Replies: 4
Reproducing chlor_a from oc3m and CI
Oh, of course. The parameters used in the blending are not arbitrary, they are the thresholds again.
Thanks, and may the source be with you.
Thanks, and may the source be with you.
- Wed Jun 17, 2020 6:13 pm America/New_York
- Forum: Home
- Question: Reproducing chlor_a from oc3m and CI
- Replies: 4
Reproducing chlor_a from oc3m and CI
In the algorithm description (https://oceancolor.gsfc.nasa.gov/atbd/chlor_a/) it says simply, "In between these values, the CI and OCx algorithm are blended using a weighted approach." In another post here (https://oceancolor.gsfc.nasa.gov/forum/oceancolor/topic_show.pl?pid=34869;hl=oc3m) ...