Thursday, 17 August 2017

python - How to operate maximum value compose of some raster image?


I want to find the maximum/minimum value from a serials images at each pixel location. These images have the same resolution and projection. such as Z(m)= max(Z1,Z2,Z3....) where Z indicates a raster file.


I know ArcMap raster calculator tool contains a Function 'con'. Are there any rapid methods in Python or GDAL?





No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...