Search found 620 matches

by OB SeaDAS - xuanyang02
Mon Mar 20, 2023 11:33 am America/New_York
Forum: Questions/Comments
Question: SeaDAS install_ocssw failed with exit code 1
Replies: 1

Re: SeaDAS install_ocssw failed with exit code 1

It might be easier to point SeaDAS to the system's python3 by adding this line export PATH="/usr/local/bin/:$PATH" to your bash or zsh file And then make sure you have requests installed -- pip3 list If not, install requests -- /usr/bin/pip3 install requests If you still want to use /Users...
by OB SeaDAS - xuanyang02
Fri Mar 17, 2023 10:43 am America/New_York
Forum: Questions/Comments
Question: l2gen and gpt processing over mid-pacific
Replies: 4

Re: l2gen and gpt processing over mid-pacific

I tired l2gen on AQUA_MODIS.20230220T011000.L1B.hdf with north=22, south=12, east=-175, west=175.. I got the L2 file with the southwest point (176.85, 12.91) and northeast point (-175.47, 23.65). The x dimension is 0 to 682 pixels. I don't understand what you meant by "extremly large x dimensio...
by OB SeaDAS - xuanyang02
Thu Mar 16, 2023 11:03 am America/New_York
Forum: Questions/Comments
Question: failed to get Ancillary
Replies: 1

Re: failed to get Ancillary

Sometimes you need to click "Get Ancillary" twice to get the ancillary files...
by OB SeaDAS - xuanyang02
Tue Mar 14, 2023 12:33 pm America/New_York
Forum: Questions/Comments
Question: l2gen atmospheric correction with mask
Replies: 9

Re: l2gen atmospheric correction with mask

If you want to do l2gen with resolution=250, you need two L1B files MYD02QKM.A2016059.0235.061.2018055181559.hdf (resolution=250m) MYD02HKM.A2016059.0235.061.2018055181559.hdf (resolution=500m) in the same directory with MYD021KM.A2016059.0235.061.2018055181559.hdf. I did l2gen on MYD021KM.A2016059....
by OB SeaDAS - xuanyang02
Mon Mar 13, 2023 10:19 am America/New_York
Forum: Questions/Comments
Question: SeaDAS learning materials
Replies: 3

Re: SeaDAS learning materials

Here are links to Video Tutorials, Demos and presentation materials on SeaDAS 7. We are making tutorials on SeaDAS 8. https://seadas.gsfc.nasa.gov/tutorials/video_tutorials/ https://seadas.gsfc.nasa.gov/tutorials/presentations/ Here is a link to our latest webinar https://www.earthdata.nasa.gov/lear...
by OB SeaDAS - xuanyang02
Thu Mar 09, 2023 10:47 am America/New_York
Forum: Questions/Comments
Question: l2gen atmospheric correction with mask
Replies: 9

Re: l2gen atmospheric correction with mask

Could you provide the name of the MODIS L1 file you are working on?

Did you try l2gen with the default setting, which has maskland and maskcloud checked?
Screen Shot 2023-03-09 at 10.50.16 AM.png
Screen Shot 2023-03-09 at 10.50.16 AM.png (242.46 KiB) Not viewed yet
by OB SeaDAS - xuanyang02
Thu Mar 09, 2023 10:32 am America/New_York
Forum: Questions/Comments
Question: Adding AC algorithms to Seadas 8.3.0 on Windows
Replies: 3

Re: Adding AC algorithms to Seadas 8.3.0 on Windows

OCSSW cannot be built on Windows. Here is the requirement and how to build OCSSW https://seadas.gsfc.nasa.gov/build_ocssw/ If you have SeaDAS 8.3.0 installed on linux or mac, you can install OCSSW with the source code, and follow the instructions here https://github.com/rakeshkstp/AtmosphericCorrect...
by OB SeaDAS - xuanyang02
Thu Mar 09, 2023 10:11 am America/New_York
Forum: Questions/Comments
Question: SeaDAS
Replies: 2

Re: SeaDAS

Could you please provide a link where you download the terra file?

I downloaded TERRA_MODIS.20190930T160001.L2.OC.nc from https://oceandata.sci.gsfc.nasa.gov/directdataaccess/Level-2/Terra-MODIS/2019/273/, and SeaDAS can open it with no problems
by OB SeaDAS - xuanyang02
Tue Mar 07, 2023 12:00 pm America/New_York
Forum: Questions/Comments
Question: Install OCSSW SeaDAS 8.3 Mac OS
Replies: 8

Re: Install OCSSW SeaDAS 8.3 Mac OS

Your .bashrc has export PATH="/usr/local/bin/python3:$PATH" If you open a new terminal, which python3 should return /usr/local/bin/python3. If you open SeaDAS from the same terminal, SeaDAS-Toolbox->Software & System Info... should return "Python3 Path: /usr/local/bin/python3"...
by OB SeaDAS - xuanyang02
Mon Mar 06, 2023 10:51 am America/New_York
Forum: Questions/Comments
Question: Install OCSSW SeaDAS 8.3 Mac OS
Replies: 8

Re: Install OCSSW SeaDAS 8.3 Mac OS

SeaDAS-Toolbox->Software & System Info... says

"Python3 Path: /usr/local/bin/python3"

You probably opened SeaDAS from a shell that has the path set to /usr/local/bin/python3.

Try

Code: Select all

/usr/bin/pip3 install requests