Skip to content

Instantly share code, notes, and snippets.

@PratyushTripathy
Created September 4, 2021 10:43
Show Gist options
  • Save PratyushTripathy/8725aa93c78f1f73df3c8101bd962560 to your computer and use it in GitHub Desktop.
Save PratyushTripathy/8725aa93c78f1f73df3c8101bd962560 to your computer and use it in GitHub Desktop.
print('Min and max value of multispectral raster:', arr_mx.min(), arr_mx.max())
print('Min and max value of single band raster:', arr_sb.min(), arr_sb.max())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment