Created
September 4, 2021 10:43
-
-
Save PratyushTripathy/8725aa93c78f1f73df3c8101bd962560 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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