Search found 306 matches

by fsteinmetz
Wed Aug 28, 2019 2:33 pm
Forum: Support
Topic: error to run POLYMER v4.11
Replies: 13
Views: 15289

Re: error to run POLYMER v4.11

Ok, great to see this is solved.
For your last error message, I guess you forgot to compile the program :)
by fsteinmetz
Wed Aug 28, 2019 9:36 am
Forum: Support
Topic: error to run POLYMER v4.11
Replies: 13
Views: 15289

Re: error to run POLYMER v4.11

Hi Laura, I have similar lines in my .bashrc. However in my case, PROJ_LIB points to the anaconda directory: % env | grep PROJ PROJ_LIB=/home/applis/anaconda/envs/py3v19.04/share/proj _CONDA_SET_PROJ_LIB=/home/applis/seadas/v7.5.3/ocssw//opt/share/proj Maybe is there an issue with your anaconda inst...
by fsteinmetz
Mon Aug 26, 2019 11:56 am
Forum: Support
Topic: error to run POLYMER v4.11
Replies: 13
Views: 15289

Re: error to run POLYMER v4.11

Can you show the seadas-related lines in your .bashrc?
by fsteinmetz
Thu Aug 22, 2019 3:10 pm
Forum: Support
Topic: error to run POLYMER v4.11
Replies: 13
Views: 15289

Re: error to run POLYMER v4.11

Please edit your file /home/laura/.bashrc, and see if the variable PROJ_LIB is set in this file. If this is the case, please comment out this line, restart your terminal and see if it works.
by fsteinmetz
Wed Aug 21, 2019 1:56 pm
Forum: Support
Topic: Compiling cuda binaries
Replies: 8
Views: 32601

Re: Compiling cuda binaries

Dear Clémence, Concerning pycuda installation we are internally using either pip install pycuda or https://anaconda.org/lukepfister/pycuda. Also, please make sure to use latest version 0.9.2 which ships with source code instead of compiled binaries : it easens significantly the flexibility of the in...
by fsteinmetz
Tue Aug 20, 2019 2:03 pm
Forum: Support
Topic: error to run POLYMER v4.11
Replies: 13
Views: 15289

Re: error to run POLYMER v4.11

This PROJ_LIB environment variable should be set by your anaconda environment for use by pyproj.
There is maybe a conflict with this seadas-related variable.
Is it set in your .bashrc ? If so, could you try to remove it from your .bashrc, restart your anaconda environment and see if that helps ?
by fsteinmetz
Mon Aug 19, 2019 2:34 pm
Forum: Support
Topic: error to run POLYMER v4.11
Replies: 13
Views: 15289

Re: error to run POLYMER v4.11

Hello Laura,

There seems to be a problem with your installation of proj.4, seeminlgy related with this issue.
Is the variable PROJ_LIB set by your environment ? (see here).
Cheers,
François
by fsteinmetz
Mon Aug 12, 2019 12:55 pm
Forum: Support
Topic: Oceancolor cgi change
Replies: 1
Views: 5606

Re: Oceancolor cgi change

Hi Matthew,

I see no impact of this change on Polymer, which does not use file_search feature.
The only use in Polymer of OBPG file access is through https://oceandata.sci.gsfc.nasa.gov/cgi/getfile/ for access to meteo and ozone files in ancillary.py.
Cheers,
François
by fsteinmetz
Fri Aug 02, 2019 5:30 pm
Forum: Support
Topic: Does anybody know how to process landsat 8 data with POLYMER-v4.11?
Replies: 3
Views: 7262

Re: Does anybody know how to process landsat 8 data with POLYMER-v4.11?

Hi Apologies, I was not pointing you to the proper code repository. Please find the landsat angles generation code and documentation at the following address : https://www.usgs.gov/land-resources/nli/landsat/solar-illumination-and-sensor-viewing-angle-coefficient-files You can download the source co...
by fsteinmetz
Sun Jul 28, 2019 9:30 pm
Forum: Support
Topic: Does anybody know how to process landsat 8 data with POLYMER-v4.11?
Replies: 3
Views: 7262

Re: Does anybody know how to process landsat 8 data with POLYMER-v4.11?

Hello, Landsat8 processing is quite new and experimental and the documentation is not ideal, but all sensors are processed in the same way. For Landsat8, you can write a python script in polymer's root directory, which looks like : from polymer.main import run_atm_corr from polymer.level1_landsat8 i...