Search found 52 matches
- Mon Mar 22, 2021 10:48 am 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 George, No, not a typo. ~/Applications/seadas8/ocssw/opt/bin/python3 is the symbolic link you suggested I place, so I also tested that for it's ability to run the proper version of python (with requests). The first line of install_ocssw here is also #!/usr/bin/env python3. I am running install_oc...
- Mon Mar 22, 2021 9:41 am 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, I'm actually trying to run the installer from command line because I want Sentinel 3-B/3-B OLCI support which is not shown in the GUI as an option for some reason (see original post for command line options). I tried the GUI as a fallback with the same result. Here's the output from Seadas/S...
- 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.