Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created January 14, 2021 05:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/82dcfb0e5f4ffcd1dbd2cfe9114db36a to your computer and use it in GitHub Desktop.
Save amankharwal/82dcfb0e5f4ffcd1dbd2cfe9114db36a to your computer and use it in GitHub Desktop.
ndvi = es.normalized_diff(arr_st[7], arr_st[3])
ep.plot_bands(ndvi, cmap="RdYlGn", cols=1, vmin=-1, vmax=1, figsize=(10, 14))
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment