Select to view content in your preferred language

XML file format for Statistics and Histogram raster function

87
0
6 hours ago
Labels (2)
DiegoCelio
New Member

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