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.
Search found 311 matches
- Fri Jun 03, 2022 10:30 am America/New_York
- Forum: Questions/Comments
- Question: Missing products in processing menu
- Replies: 2
- Fri Jun 03, 2022 10:16 am America/New_York
- Forum: Questions/Comments
- 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 or
Or you can do
Code: Select all
get_product_info -l
Code: Select all
get_product_info -r
- Thu Jun 02, 2022 12:50 pm America/New_York
- Forum: Questions/Comments
- 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...
- Thu Jun 02, 2022 11:04 am America/New_York
- Forum: Questions/Comments
- Question: Multiple MODIS L2 file processing in Seadas
- Replies: 7
Re: Multiple MODIS L2 file processing in Seadas
Sorry that I forgot to mention that you might want to use a plain text editor like vi or emacs to edit the ifilelist.txt. Multilevel_processor is not smart enough to read anything other than plain text in ifilelist.txt.
- Wed Jun 01, 2022 2:06 pm America/New_York
- Forum: Questions/Comments
- Question: Multiple MODIS L2 file processing in Seadas
- Replies: 7
Re: Multiple MODIS L2 file processing in Seadas
1. Please show me the content of your ifilelist.txt and make sure the files listed in your ifilelist.txt do exist
2. Check the checkbox of use_ancillary in the Main Options section, so l2gen will download and use the ancillary files for all the input files
2. Check the checkbox of use_ancillary in the Main Options section, so l2gen will download and use the ancillary files for all the input files
- Wed Jun 01, 2022 10:30 am America/New_York
- Forum: Questions/Comments
- Question: Multiple MODIS L2 file processing in Seadas
- Replies: 7
Re: Multiple MODIS L2 file processing in Seadas
Yes, multilevel_processor can process multiple files when you choose ifilelist.txt as your ifile, and your ifilelist.txt contains the absolute path of your L1 files like this /Users/*/Scenes/Aqua/A2010283180500.L1A_LAC /Users/*/Scenes/Aqua/A2010290181000.L1A_LAC Here is the help page for multilevel_...
- Tue May 31, 2022 7:26 pm America/New_York
- Forum: Questions/Comments
- Question: Processing Landsat 9 Imagery?
- Replies: 4
Re: Processing Landsat 9 Imagery?
L2gen does not work on landsat 9 L1B files yet. We are implementing it and it will hopefully be in the next tag of OCSSW.
- Tue May 31, 2022 5:42 pm America/New_York
- Forum: Questions/Comments
- Question: No module named requests
- Replies: 6
Re: No module named requests
If you have another copy of python3 in /usr/local/bin/, it might be easier to point SeaDAS to use that copy of python3 by adding this line export PATH="/usr/local/bin/python3:$PATH" to your bash file. If you still want to use /opt/anaconda3/bin/python3, you can refer to this post to set th...
- Tue May 31, 2022 3:45 pm America/New_York
- Forum: Questions/Comments
- Question: SeaDAS version and R2022
- Replies: 3
Re: SeaDAS version and R2022
The latest R tag is R2022.4. You can install it with SeaDAS 8.2.0. https://seadas.gsfc.nasa.gov/downloads/
As we reprocess more missions, we'll add more tags like R2022.5, R2022.6...
As we reprocess more missions, we'll add more tags like R2022.5, R2022.6...
- Tue May 31, 2022 3:40 pm America/New_York
- Forum: Questions/Comments
- Question: modis_atteph.py is downloading the wrong ATT/EPH pair
- Replies: 13
Re: modis_atteph.py is downloading the wrong ATT/EPH pair
True, modis_atteph.py does not have knowledge of failed pixel geolocation. It looks at the L1 file to determine the scene start and stop time which it then uses to select and download the correct ancillary data.