Search found 627 matches

by OB SeaDAS - xuanyang02
Tue Jun 14, 2022 6:02 pm America/New_York
Forum: Home
Question: “msis2a_gas_transmittance.nc” is missing for OCSSW
Replies: 5

Re: “msis2a_gas_transmittance.nc” is missing for OCSSW

What tag of OCSSW are you using? You can type

Code: Select all

seadas_info
or

Code: Select all

l2gen
to find out
by OB SeaDAS - xuanyang02
Tue Jun 14, 2022 9:39 am America/New_York
Forum: Home
Question: l3bin
Replies: 7

Re: l3bin

install_ocssw.py (3.0) is for installing ocssw that is compatible with SeaDAS 7 - https://seadas.gsfc.nasa.gov/help-7.5.3/ To install ocssw for SeaDAS 8.2, please follow the instruction on this page -- https://seadas.gsfc.nasa.gov/downloads/ You can install ocssw through GUI, which is a lot easier. ...
by OB SeaDAS - xuanyang02
Fri Jun 10, 2022 12:26 pm America/New_York
Forum: Home
Question: SeaDAS version and R2022
Replies: 7

Re: SeaDAS version and R2022

You can do

Code: Select all

install_ocssw --list_tags
to see the current available OCSSW tags.
by OB SeaDAS - xuanyang02
Fri Jun 10, 2022 10:16 am America/New_York
Forum: Home
Question: l3bin
Replies: 7

Re: l3bin

I thought the seadas component was missing. That's the reason I asked you to do install_ocssw with --seadas argument earlier. I am curious how you can do l2bin without the seadas component. Could you please do seadas_info and post the result here? You need --seadas argument to get the seadas bundle ...
by OB SeaDAS - xuanyang02
Wed Jun 08, 2022 6:29 pm America/New_York
Forum: Home
Question: Seadas doesn't open after installation
Replies: 2

Re: Seadas doesn't open after installation

SeaDAS works on Windows 10. We don't have Windows 11, so we haven't tested SeaDAS on it.
https://seadas.gsfc.nasa.gov/requirements/
by OB SeaDAS - xuanyang02
Mon Jun 06, 2022 3:25 pm America/New_York
Forum: Home
Question: Multiple MODIS L2 file processing in Seadas
Replies: 7

Re: Multiple MODIS L2 file processing in Seadas

l1aextract should work as a processor in multilevel_processor's processor chain. l2gen with resolution as an mlp processor is a little tricky for OCSSW V2022.0. We know V2022.0 has issues for modis_L1B to produce L1B HKM/QKM files with correct names, which will fail l2gen with resolution when it cou...
by OB SeaDAS - xuanyang02
Mon Jun 06, 2022 2:02 pm America/New_York
Forum: Home
Question: l3bin
Replies: 7

Re: l3bin

Please try this -- install_ocssw -i=/cwdata1/seadas8.2/ocssw --tag V2022.0 --seadas --modisa --seawifs --viirsj1 --viirsn --viirsdem https://seadas.gsfc.nasa.gov/downloads/ Make sure ma_binmo_list200402.txt is a plain text file and the files named in it exist. I was able to perform l3bin on a list o...
by OB SeaDAS - xuanyang02
Fri Jun 03, 2022 10:30 am America/New_York
Forum: Home
Question: Missing products in processing menu
Replies: 2

Re: Missing products in processing menu

I did find "Miscellaneous" missing in the "Product Selector" section on l2gen's Products tab with SeaDAS-8.1.0.

Please try SeaDAS-8.2.0.
by OB SeaDAS - xuanyang02
Fri Jun 03, 2022 10:16 am America/New_York
Forum: Home
Question: MODIS NDVI/EVI
Replies: 6

Re: MODIS NDVI/EVI

There is a products.xml in your ocssw/share/common that has detailed information about the products that l2gen can generate.

Or you can do

Code: Select all

get_product_info -l
or

Code: Select all

get_product_info -r
by OB SeaDAS - xuanyang02
Thu Jun 02, 2022 12:50 pm America/New_York
Forum: Home
Question: MODIS NDVI/EVI
Replies: 6

Re: MODIS NDVI/EVI

Here is the help for l2gen https://seadas.gsfc.nasa.gov/help-8.2.0/processors/ProcessL2gen.html If you do l2gen on GUI, you can add ndvi and evi in the "Selected Products" section on the Products tab If you prefer to run l2gen on command line, you can try this -- l2gen ifile="your L1B...