GrHalbgott / index-calculator

A python program which calculates a chosen index for Sentinel-2 and Landsat 8 images and gives multiple output options.
GNU General Public License v3.0
3 stars 1 forks source link

Ability to calculate multiple indices at once #14

Open GrHalbgott opened 2 years ago

GrHalbgott commented 2 years ago

possible with argparse?

call like: $ python src/main.py roi.shp ndvi ndmi gci vari

cannot show indices one after another, have to save them directly into the folder as pictures

GrHalbgott commented 2 years ago

Or as tifs, that would be nice