The best answer I have for the moment is at the end of this thread.
viewtopic.php?f=7&t=2524&p=8964&sid=113 ... 100b#p8964
Search found 253 matches
- Fri Aug 20, 2021 10:19 am America/New_York
- Forum: Questions/Comments
- Question: SeaDAS installation error
- Replies: 4
- Fri Aug 20, 2021 9:46 am America/New_York
- Forum: Questions/Comments
- Question: SeaDAS installation issues
- Replies: 2
Re: SeaDAS installation issues
The easiest way to compile our code is to not build the VIIRS L1 hooks. cd ocssw/ocssw_src rm -rf build mkdir build cd build cmake .. -DBUILD_VIIRS_L1=0 make -j 10 install When I get the time, I will make a few tar files for different OSs. The problem is that we are not allowed to distribute the VII...
- Fri Jul 09, 2021 9:47 am America/New_York
- Forum: Questions/Comments
- Question: invalid south-west-north-east settings in V2021.2 ocssw
- Replies: 3
Re: invalid south-west-north-east settings in V2021.2 ocssw
Zhigang, Yes, it looks like you have uncovered a bug in l2gen when using the north, south, east, west options. The bug was introduced after V2021.1 and T2020.7. I have fixed the bug and you can try the new code by installing test tag T2021.11 or revert to V2021.1 Thanks for pointing out the bug. It ...
- Mon Jun 07, 2021 8:16 am America/New_York
- Forum: Questions/Comments
- Question: seadas installation problem
- Replies: 5
Re: seadas installation problem
Yes, it looks like the context manager support was added in version requests 2.18.0. We will get the requirements updated
Thank You
don
Thank You
don
- Thu Jun 03, 2021 2:00 pm America/New_York
- Forum: Questions/Comments
- Question: seadas installation problem
- Replies: 5
Re: seadas installation problem
This is the problem:
AttributeError: __enter__
This happens if you are using an old version of requests.
What python3 are you using?
What version of requests?
don
AttributeError: __enter__
This happens if you are using an old version of requests.
What python3 are you using?
What version of requests?
don
- Thu Jun 03, 2021 8:59 am America/New_York
- Forum: Questions/Comments
- Question: l2gen Products tab
- Replies: 12
Re: l2gen Products tab
Do you have all of the wavelengths checked in the "Wavelength Limiter"?
don
don
- Wed Jun 02, 2021 1:08 pm America/New_York
- Forum: Questions/Comments
- Question: l2gen Products tab
- Replies: 12
Re: l2gen Products tab
I forgot to say that latitude and longitude are always output to a L2 file
don
don
- Wed Jun 02, 2021 12:59 pm America/New_York
- Forum: Questions/Comments
- Question: l2gen Products tab
- Replies: 12
Re: l2gen Products tab
Strange, I get all of the wavelengths for rhot and I am using Ububtu 20.04 with SeaDAS 8.0.0 and OCSSW V2020.1. If you select the rhot checkbox (not the individual wavelengths), you will note that rhot_nnn is added to the "Selected Products" box at the bottom of the window. That will make ...
- Thu May 27, 2021 12:21 pm America/New_York
- Forum: Questions/Comments
- Question: Seadas installation
- Replies: 5
Re: Seadas installation
Looks like we forgot to update the requirements for the python version. Python 3.6+ will take care of this problem and it looks like you are running python 3.5
don
don
- Thu May 27, 2021 10:01 am America/New_York
- Forum: Questions/Comments
- Question: Seadas installation
- Replies: 5
Re: Seadas installation
Looks like you can not create the file /tmp/manifest.json
Could you give me the output of these commands:
don
Could you give me the output of these commands:
Code: Select all
ls -l /tmp/manifest*
touch /tmp/manifest.json