Search found 705 matches
- Fri May 05, 2017 7:24 am America/New_York
- Forum: Home
- Question: OLCI data access
- Replies: 15
OLCI data access
I don't think authentication is needed for VIIRS. The html file is just the Earthdata Login page, so there is an authentication problem, as mentioned in Alicia Scott's post. I can download the S3 file using a browser, but with wget I get the Earthdata login html page.You ca...
- Thu May 04, 2017 1:37 pm America/New_York
- Forum: Home
- Question: OLCI data access
- Replies: 15
OLCI data access
The html file may contain some hints about the problem. Have you tried viewing it in a browser?
- Sun Apr 23, 2017 10:11 am America/New_York
- Forum: Home
- Question: geo-coding problem
- Replies: 2
geo-coding problem
Chances are this is more involved than just a change in Geo-Coding. Depending on the actual organization of the data, you may need to rewrite the data arrays. A common case is a data array with 360 columns for longitudes 0--359 and 180 rows for latitudes -90--89. To get...
- Fri Apr 21, 2017 2:30 pm America/New_York
- Forum: Home
- Question: Problem installing luts
- Replies: 26
Problem installing luts
You need to do something with the connection to know it works. On macOS El Capitan:$ /usr/bin/python2.7 -c 'import httplib ; c = httplib.HTTPSConnection("oceancolor.gsfc.nasa.gov"); c.request("GET", "/"); r=c.getresponse(); print r.status, r.reason'Traceba...
- Fri Apr 21, 2017 12:37 pm America/New_York
- Forum: Home
- Question: Problem installing luts
- Replies: 26
Problem installing luts
The Python 2.7 documentation says
ssl.OPENSSL_VERSION
was new in 2.7. Kudos to RedHat for providing a useful Python 2.6 configuration.- Fri Apr 14, 2017 2:57 pm America/New_York
- Forum: Home
- Question: having a problem installing the OCSSW data processors
- Replies: 9
having a problem installing the OCSSW data processors
Many of my colleagues share your frustration. I think you are very close to having things working, so please don't give up. I'm sure there are many users encountering similar problems, so it is very useful when someone steps up to point out gaps in the documentation and per...
- Thu Apr 13, 2017 7:26 am America/New_York
- Forum: Home
- Question: having a problem installing the OCSSW data processors
- Replies: 9
having a problem installing the OCSSW data processors
You don't need a git GUI. I'm not sure what you mean by "not able to update the $PATH environment variable". The command to run the Anaconda installer needs to be run in the directory that contains the downloaded file "Anaconda2-4.3.1-MacOSX-x86_64.sh".&...
- Wed Apr 12, 2017 7:55 am America/New_York
- Forum: Home
- Question: Problem installing luts
- Replies: 26
Problem installing luts
If you run the SeaDAS 7 GUI by clicking the icon, it is using Anaconda python3 which will cause pyvercheck.py to fail. The current pyvercheck.py seems to have been designed to handle "too old" python versions and does not run under python3. It is not hard to change the script to supp...
- Tue Apr 11, 2017 7:49 pm America/New_York
- Forum: Home
- Question: Problem installing luts
- Replies: 26
Problem installing luts
Good to see things getting back on track. I'm sure there are others who can benefit from seeing how to have both Anaconda Python2 and Python3 installed.Does update_luts.py work in the GUI as wells on the command line? To check that the processing system is working, you can start with...
- Tue Apr 11, 2017 6:39 pm America/New_York
- Forum: Home
- Question: Problem installing luts
- Replies: 26
Problem installing luts
For the missing settings of OCSSWROOT and OCDATAROOT, see the very bottom section of SeaDAS Installion:"Add the following lines to your “.bashrc” file to configure your command line enviroment [sic]. This assumes your login shell is bash. If you are using a differnt [sic] shell, talk to you sys...