Search found 623 matches

by OB SeaDAS - xuanyang02
Thu Aug 24, 2023 3:53 pm America/New_York
Forum: Questions/Comments
Question: OCSSW installation error
Replies: 5

Re: OCSSW installation error

Can you share what error did you get?

Does your Mac have Intel chip or Apple chip?

Is this Mac the same Mac as in this post? -- viewtopic.php?t=4580
by OB SeaDAS - xuanyang02
Wed Aug 23, 2023 1:30 pm America/New_York
Forum: Questions/Comments
Question: unable to install ocssw on mac
Replies: 1

Re: unable to install ocssw on mac

You need Python (3.6 or later) and Python requests package (v2.18.0 or later) for install_ocssw to work. See https://seadas.gsfc.nasa.gov/downloads/ If you plan to run OCSSW on command line, you also need to add two lines to your .bashrc See Command Line Configuration at the bottom of the download p...
by OB SeaDAS - xuanyang02
Thu Aug 17, 2023 11:01 am America/New_York
Forum: Questions/Comments
Question: MODIS gain correction
Replies: 4

Re: MODIS gain correction

It seems that you don't have ocssw (SeaDAS Science Processors) installed in the directory you installed seadas. You need to install ocssw modis aqua to have the ocssw/share/modis/aqua/ directory and its content. Here is the link on how to install ocssw -https://seadas.gsfc.nasa.gov/downloads/ Unfort...
by OB SeaDAS - xuanyang02
Tue Aug 15, 2023 2:50 pm America/New_York
Forum: Questions/Comments
Question: L2gen process with Landsat-9
Replies: 1

Re: L2gen process with Landsat-9

OCSSW V2022.3 should work with LC09 files. There seems to be a connection problem as bolded and italicized. Please try l2gen at another time Traceback (most recent call last): File "/Users/tonglin/anaconda3/lib/python3.9/ssl.py", line 1100, in read return self._sslobj.read(len, buffer) soc...
by OB SeaDAS - xuanyang02
Thu Aug 10, 2023 4:18 pm America/New_York
Forum: Questions/Comments
Question: OCSSW Processors installing issues
Replies: 9

Re: OCSSW Processors installing issues

Software & System Info in SeaDAS has issues to recognize OCSSW installed through docker. I had ocssw installed through Docker, but Software & System Info shows the similar info as yours SeaDAS Toolbox Version: 1.3.0 SeaDAS Toolbox Build Date: 202306140456 Configuration: /Users/*/.seadas8/etc...
by OB SeaDAS - xuanyang02
Thu Aug 10, 2023 11:30 am America/New_York
Forum: Questions/Comments
Question: L2gen resulting NaN sensor azimuth for some scenes when running for MSI
Replies: 1

Re: L2gen resulting NaN sensor azimuth for some scenes when running for MSI

I ran l2gen on the L1C file you provide, there are some sensor azimuth values are not NaN in the L2 file. See the attached image
Screen Shot 2023-04-06 at 3.46.04 PM.png
Screen Shot 2023-04-06 at 3.46.04 PM.png (29.55 KiB) Not viewed yet
by OB SeaDAS - xuanyang02
Tue Aug 08, 2023 12:46 pm America/New_York
Forum: Questions/Comments
Question: OCSSW Processors installing issues
Replies: 9

Re: OCSSW Processors installing issues

You can install OCSSW on your Mac (with Intel chips) without using docker -- https://seadas.gsfc.nasa.gov/downloads/
by OB SeaDAS - xuanyang02
Mon Aug 07, 2023 1:10 pm America/New_York
Forum: Questions/Comments
Question: Aerosol correction is not working for Sentinel 2 MSI data
Replies: 5

Re: Aerosol correction is not working for Sentinel 2 MSI data

Our code needs some posList information from gml files, e.g. GRANULE/L1C_T33VUF_A031236_20210615T102244/QI_DATA/ MSK_DETFOO_B07.gml in the MSI_S2A L1 files with the old format, but we are not able to find the information from the MSI_S2A L1 files with the new format, certainly not GRANULE/L1C_T42QVK...
by OB SeaDAS - xuanyang02
Fri Aug 04, 2023 11:06 am America/New_York
Forum: Questions/Comments
Question: How to calculate csol_z?
Replies: 5

Re: How to calculate csol_z?

Yes, it's one dimensional and can be found in Metadata -> Scan_Line_Attributes as seen in the attached screenshot.

On the other hand, l2gen can generate product solz (solar zenith angle), which is two dimensional
Screenshot 2023-08-04 at 10.56.58 AM.png
Screenshot 2023-08-04 at 10.56.58 AM.png (350.98 KiB) Not viewed yet
by OB SeaDAS - xuanyang02
Thu Jul 27, 2023 2:21 pm America/New_York
Forum: Questions/Comments
Question: SeaDAS 8.3 install-OCSSW problem on Mac
Replies: 2

Re: SeaDAS 8.3 install-OCSSW problem on Mac

We were able to replicate the error you encountered. It seems that adding /usr/local/bin to your PATH in your .bashrc or .bash_profile would work, if you use bash.