Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created January 14, 2021 05:20
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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