当前位置:网站首页>ArcGIS application (19) ArcGIS statistical analysis and calculation of maximum, minimum and average values of multi band images
ArcGIS application (19) ArcGIS statistical analysis and calculation of maximum, minimum and average values of multi band images
2022-06-10 05:51:00 【Air spin basketball】
1. Calculation purpose
Calculate the frequency of , The maximum value of all band values at the corresponding position of each pixel , Parameter information such as minimum and average values .
Use scenarios , For example, calculate the maximum value of remote sensing index of time series . If there are three times NDVI Index , We need to calculate the maximum value of three times , It is necessary to calculate the maximum values of three phases at each pixel position .
2. Implementation method
2.1 Using tools
Use Arcgis Calculated by statistical analysis tools , turn on the tool box :
open Spatial Analyst Tools Medium zonal Tools :
Here's the picture :

Use ZonalStatistics Tools for statistical analysis . Click the tool , The interface is as follows :

Parameter description ( Original English description ):
Input raster or feature zone data
Dataset that defines the zones. This parameter is used to define the statistical area , We can usually choose administrative regions for statistics , Here we select the original image to be counted , That is, statistics of extreme value and other information within the range of the original image .
The zones can be defined by an integer raster or a feature layer.
Zone field
Field that holds the values that define each zone.
It can be an integer or a string field of the zone dataset.
Input value raster
Raster that contains the values on which to calculate a statistic.
Output raster
The output zonal statistics raster.
Statistics type (optional)
Statistic type to be calculated.
- MEAN — Calculates the average of all cells in the value raster that belong to the same zone as the output cell.
- MAJORITY — Determines the value that occurs most often of all cells in the value raster that belong to the same zone as the output cell.
- MAXIMUM — Determines the largest value of all cells in the value raster that belong to the same zone as the output cell.
- MEDIAN — Determines the median value of all cells in the value raster that belong to the same zone as the output cell.
- MINIMUM — Determines the smallest value of all cells in the value raster that belong to the same zone as the output cell.
- MINORITY — Determines the value that occurs least often of all cells in the value raster that belong to the same zone as the output cell.
- RANGE — Calculates the difference between the largest and smallest value of all cells in the value raster that belong to the same zone as the output cell.
- STD — Calculates the standard deviation of all cells in the value raster that belong to the same zone as the output cell.
- SUM — Calculates the total value of all cells in the value raster that belong to the same zone as the output cell.
- VARIETY — Calculates the number of unique values for all cells in the value raster that belong to the same zone as the output cell.
Ignore NoData in calculations (optional)
Denotes whether NoData values in the Value input will influence the results of the zone that they fall within.
- Checked—Within any particular zone, only cells that have a value in the input Value raster will be used in determining the output value for that zone. NoData cells in the Value raster will be ignored in the statistic calculation.
- Unchecked—Within any particular zone, if any NoData cells exist in the Value raster it is deemed that there is insufficient information to perform statistical calculations for all the cells in that zone; therefore, the entire zone will receive the NoData value on the output raster.
2.2 Parameter setting and calculation
Open image data , Select input parameter information in the tool panel :
Zone Field Default here Value Will report a mistake , No specific reason has been found yet .

Report errors :
ERROR 010123: Could not get field name.
Failed to execute (ZonalStatistics).
Failed at Sun May 29 22:50:41 2022 (Elapsed Time: 0.06 seconds)

Change the change option to count Recalculate , The calculation results can be obtained ( Original diagram and result diagram ), The result is a single band image :


3. Result analysis
Use Identity Tools view pixel attributes and find , Only the maximum values of the first three bands are calculated , Not the maximum of all bands . This is the limitation of this tool , It may be related to the software version , Previous versions targeted raster Data calculation can only calculate the first three bands . The reasons will be further analyzed later .
边栏推荐
- Difference between risc-v "access fault" and "page fault"
- WireShark抓包分析
- Talk about CTF web WP
- Flink 系例 之 KeyedProcessFunction
- Web171~180 of ctfshow - SQL injection (1)
- MTK based on gat tool and spoffinedebugsuite tool dump capture and parsing
- MySQL Part 1 (basic knowledge)
- Multithreaded producer and consumer model
- 自注意力机制中的位置编码
- Sql2008 database
猜你喜欢
随机推荐
Software stuff
CANape CAN工程的创建
Sql2008 database
Golang中结构体Struct
R language uses t.test function to perform Welch double sample t-test analysis and double independent sample t-test on the mean value of target variables corresponding to different groups
How to spread the whole page evenly in word
Api 接口优化的几个技巧
MySQL Part 2 (core technology)
matlab中不同随机数的生成
MKS h3615ns DC motor drive instruction manual
QT configures opencv-4.5.1 and runs the program
In R language, GLM is used to build logistic regression model, and the relationship model between multiple covariates and grouped variables is built to calculate, estimate and predict propensity score
SZT mr- in depth understanding, configuration file, exception case, load
Paper reading (54):deepfool: a simple and accurate method to four deep neural networks
Flink 系例 之 TimeWindowAll
The R language uses the matchit package for propensity matching analysis and match The data function constructs the matched sample set, and judges the balance of all covariates in the sample after pro
error NU1202: Package Volo. Abp. Cli 5.2.1 is not compatible with netcoreapp3.1
Initial experience of using XXL job
Buuctf hardsql[geek challenge 2019]
Talk about CTF web WP







