MODIS NDVI/EVI
-
- Posts: 1519
- Joined: Wed Sep 18, 2019 6:15 pm America/New_York
- Been thanked: 9 times
Re: MODIS NDVI/EVI
Sean,
I see a lot of arguments, but I can't figure out what I should pass to get ndvi. Could you poke me in the documentation section or just write what the command should look like.
Dmitry
I see a lot of arguments, but I can't figure out what I should pass to get ndvi. Could you poke me in the documentation section or just write what the command should look like.
Dmitry
-
- Subject Matter Expert
- Posts: 711
- Joined: Tue Feb 09, 2021 5:42 pm America/New_York
- Been thanked: 9 times
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 --
Note that you need a geo file in the same directory with your L1B file
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 --
Code: Select all
l2gen ifile="your L1B filename" l2prod="ndvi, evi"
Re: MODIS NDVI/EVI
Many thanks,
Please, where can I find the full list of MODIS (L2) products that I can generate with l2gen.
Dmitry
Please, where can I find the full list of MODIS (L2) products that I can generate with l2gen.
Dmitry
-
- Subject Matter Expert
- Posts: 711
- Joined: Tue Feb 09, 2021 5:42 pm America/New_York
- Been thanked: 9 times
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