Search found 36 matches
- Wed Feb 08, 2017 7:00 pm America/New_York
- Forum: Questions/Comments
- Question: Update the ocssw processors failed
- Replies: 41
Update the ocssw processors failed
@madhur: see my post above on the steps to take. You probably only have to install Anaconda, with python 2.7:"I installed Anaconda following Sean's recommendation ( https://www.continuum.io/downloads ). I now have:python --version: Python 2.7.13 :: Anaconda 4.3.0 (x86_64)openssl...
- Wed Feb 08, 2017 4:56 pm America/New_York
- Forum: Questions/Comments
- Question: Update the ocssw processors failed
- Replies: 41
Update the ocssw processors failed
Thanks for testing...From the command line getting ancillary data works fine for me, thanks for the reminder.When I do the following:From the GUI, start l2gen, and click on "Get Ancillary", I get a pop-up window for a 5-10 seconds with "Retrieving ancillary files", but the window...
- Tue Feb 07, 2017 6:05 pm America/New_York
- Forum: Questions/Comments
- Question: Update the ocssw processors failed
- Replies: 41
Update the ocssw processors failed
Strange, I tried a couple just now...S2003239163104.L1A_GACS2000243154434.L1A_GACenv | grep anc gives: L2GEN_ANC=/Applications/seadas-7.3/ocssw/run/var/ancls /Applications/seadas-7.3/ocssw/run/var/anc gives 2015 (so no year 2000 or 2003...).The log says:Opening meteorological files. met1 ...
- Mon Feb 06, 2017 12:31 pm America/New_York
- Forum: Questions/Comments
- Question: Update the ocssw processors failed
- Replies: 41
Update the ocssw processors failed
Ah, ok, I see. I was confused because inymar wrote that 'everything' worked. I am not sure if the 'Get Ancillary' is working in l2gen when processing a SeaWiFS L2_GAC file. I just tried it and nothing happens when I click Get Ancillary (any of the options). In the p...
- Thu Feb 02, 2017 7:50 pm America/New_York
- Forum: Questions/Comments
- Question: Update the ocssw processors failed
- Replies: 41
Update the ocssw processors failed
I almost have it working completely on my Mac (Sierra). Re-installing SeaDAS did not fix everything.I installed Anaconda following Sean's recommendation ( https://www.continuum.io/downloads ). I now have:python --version: Python 2.7.13 :: Anaconda 4.3.0 (x86_64)openssl version: OpenS...
- Thu Feb 02, 2017 4:02 pm America/New_York
- Forum: Questions/Comments
- Question: disabling utcpole.dat/leapsec.dat update
- Replies: 8
disabling utcpole.dat/leapsec.dat update
To disable the check you can comment out the following line in modis_GEO.py:
m.utcleap()
That one checks if leapsec and utcpole are up to date (see modis_GEO_utils.py)
m.utcleap()
That one checks if leapsec and utcpole are up to date (see modis_GEO_utils.py)