Search found 62 matches
- Thu Feb 02, 2017 7:50 pm America/New_York
- Forum: Home
- 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: Home
- 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)