Closed davemlz closed 2 years ago
Add kwargs so users don't have to pass a dict if they don't want to.
kwargs
dict
Example:
spyndex.computeIndex("NDVI",N = 0.67,R = 0.12)
instead of:
spyndex.computeIndex("NDVI",{"N": 0.67,"R": 0.12})
Done!
Add
kwargs
so users don't have to pass adict
if they don't want to.Example:
instead of: