Select to view content in your preferred language

XML format for Statistics and Histogram raster function

73
0
Friday
Labels (1)
DiegoCelio
New Contributor

I am trying to construct an XML file to give as input to the "Statistics and Histogram" raster function. I found that the correct formatting for the statistics was : 

<?xml version="1.0" encoding="utf-8"?>
<RasterStatistics>
  <Band>
    <min>...</min>
    <max>...</max>
    <mean>...</mean>
    <stddev>...</stddev>
  </Band>
 

However, I am unable to find the formatting for the histogram?

Tags (2)
0 Kudos
0 Replies