Search found 52 matches
- Thu Nov 04, 2021 10:40 am America/New_York
- Forum: Home
- Question: Extract L1A MODIS SeaDAS 8.1.0 OCSSW
- Replies: 10
Extract L1A MODIS SeaDAS 8.1.0 OCSSW
I've been having trouble with the OCSSW L1A MODIS extractor. Using the GUI, entering the Lon/Lat for extraction does not propagate to Pixels as expected and the extractor fails with: execution exception: java.io.IOException: l1aextract_modis failed with exit code 1. Check log for more details. This ...
- Mon Apr 05, 2021 1:34 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
Yes, you are right! There is yet /another/ python3 on this machine I was forgetting. Origin unknown. The links in /usr/local/bin ("python3" and "python3.9") point to usr/local/Cellar/python@3.9/3.9.1_1/Frameworks/Python.framework/Versions/3.9/bin/python3.9. And here is the thing:...
- Fri Apr 02, 2021 9:21 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
To follow up, Don and I were unable to trace the problem, but we did create a workaround. With my .bashrc and .bash_profile set up as they should be, update_luts (when called by install_ocssw) was and is calling a version of python that did not have the requests module. There are three pythons on my...
- Thu Mar 25, 2021 10:09 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
Here is the whole thing again in a fresh shell: (base) daurin@GSSLA18091785:~$ echo $PATH /Users/daurin/anaconda3/bin:/Users/daurin/anaconda3/condabin:/Users/daurin/Applications/seadas8/ocssw/opt/bin:/Users/daurin/Applications/seadas8/ocssw/bin:/Applications/MATLAB_R2020a.app/bin:/usr/local/bin:/usr...
- Wed Mar 24, 2021 3:58 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
/usr/local/bin/python3
- Wed Mar 24, 2021 1:58 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
(base) daurin@GSSLA18091785:~/Applications/seadas8/ocssw/opt/bin$ which ocssw_runner /Users/daurin/Applications/seadas8/ocssw/bin/ocssw_runner (base) daurin@GSSLA18091785:~/Applications/seadas8/ocssw/opt/bin$ ocssw_runner --ocsswroot $OCSSWROOT env LIB3_DIR=/Users/daurin/Applications/seadas8/ocssw/o...
- Wed Mar 24, 2021 12:12 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 backed up ocssw_runner and then added the line "echo OCSSWROOT=$OCSSWROOT >> ~/ocssw_runner.log" before the "source" call (I also tried placing it after the "source" call). I then tried updating OC Processors in the GUI and it failed as before, but it did NOT write th...
- Wed Mar 24, 2021 11:50 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
Morning, > "bash -l" does not load ~/.bashrc Okay... (?) I ran that as a test at George's suggestion. It opened a login shell as expected without incident. > if you have a ~/.bash_profile file add this code to the file My ~/.bash_profile has the following, which should accomplish the same ...
- Tue Mar 23, 2021 6:49 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
Looks like the forum ate my reply (beware the time-out!) Briefly, I ran installs from the command line initially, then switched to the GUI when it failed (see original post). I will try to work in some debugging checks in the scripts as you suggest. >* running "update_luts" from the comman...
- Mon Mar 22, 2021 2:02 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 see. Yes, that is the path in which I placed the symbolic link to python3 (~/Applications/seadas8/ocssw/opt/bin). It launches python3 with access to requests. I wonder if the SeaDAS/System Information I posted above (including some warnings and null values) may contain clues to the problem. This b...