Skip to content

Instantly share code, notes, and snippets.

@OldLipe
Created April 1, 2021 15:53
Show Gist options
  • Save OldLipe/ad3228b2ec9fc0fedf28a9cf6dd7f26e to your computer and use it in GitHub Desktop.
Save OldLipe/ad3228b2ec9fc0fedf28a9cf6dd7f26e to your computer and use it in GitHub Desktop.
Example of sits config file
default:
OLI :
bands :
LOCAL : ["ndvi", "evi", "ndwi"]
missing_value :
ndvi : -9999
evi : -9999
ndwi : -9999
minimum_value :
ndvi : -10000
evi : -10000
ndwi : -10000
maximum_value :
ndvi : 10000
evi : 10000
ndwi : 10000
scale_factor :
ndvi : 0.0001
evi : 0.0001
ndwi : 0.0001
resampling :
ndvi : "bilinear"
evi : "bilinear"
ndwi : "bilinear"
resolution :
xres : 30
yres : 30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment