Search found 575 matches
- Thu Aug 24, 2023 4:43 pm America/New_York
- Forum: Questions/Comments
- Question: OCSSW Processors installing issues
- Replies: 9
Re: OCSSW Processors installing issues
SeaDAS 8.3.10 does have a bug -- when trying to install/update SeaDAS processors through GUI using Docker, the install/update SeaDAS Processors GUI won't show You might want to try installing SeaDAS processors on the docker Terminal /root/ocssw/bin/install_ocssw --install_dir=/root/ocssw --seadas --...
- Thu Aug 24, 2023 4:01 pm America/New_York
- Forum: Questions/Comments
- Question: Batch processing in Seadas
- Replies: 9
Re: Batch processing in Seadas
Here is the help page for reprojection -- https://seadas.gsfc.nasa.gov/help-8.3.0/desktop/Reprojection.html
Here is the Reprojection cookbook -- https://seadas.gsfc.nasa.gov/help-8.3.0/GptCookbook/gptCookbookReproject.html
Here is the Reprojection cookbook -- https://seadas.gsfc.nasa.gov/help-8.3.0/GptCookbook/gptCookbookReproject.html
- 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
Does your Mac have Intel chip or Apple chip?
Is this Mac the same Mac as in this post? -- viewtopic.php?t=4580
- 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...
- 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...
- 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...
- 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...
- 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
- 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/
- 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...