<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 14pt; color: rgb(0, 0, 0);">
<span style="font-size: 12pt; color: rgb(51, 51, 51);">Hi users,</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 14pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 14pt; color: rgb(0, 0, 0);">
<span style="font-size: 12pt; color: rgb(51, 51, 51);">I need some help to </span>
<span style="font-size: 12pt; color: rgb(51, 51, 51);">figure out how I could get the average of the variable when there is more than 1 value for the same pixel (lat and lon values that are within the same pixel). </span><br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 14pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 14pt; color: rgb(0, 0, 0);">
</div>
<div><span style="font-size: 12pt; color: rgb(51, 51, 51);">In this data example (attached), 3 values of lat and lon are very close, so in my script (attached) I get the sum of these values, but I would like to change it to get the average value when this happens
 (lat and lon close).</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 14pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 14pt; color: rgb(0, 0, 0);">
<span style="font-size: 12pt;">Variable: var</span><span><br>
</span>
<div><span style="font-size: 12pt;">Type: float</span><br>
</div>
<div><span style="font-size: 12pt;">Total Size: 48 bytes</span><br>
</div>
<div><span style="font-size: 12pt;">            12 values</span><br>
</div>
<div><span style="font-size: 12pt;">Number of Dimensions: 1</span><br>
</div>
<div><span style="font-size: 12pt;">Dimensions and sizes: [12]</span><br>
</div>
<div><span style="font-size: 12pt;">Coordinates: </span><br>
</div>
<div><span style="color: rgb(87, 6, 6); font-size: 12pt;">(0) -64.611</span><br>
</div>
<div><span style="color: rgb(87, 6, 6); font-size: 12pt;">(1) -23.999</span><br>
</div>
<div><span style="color: rgb(87, 6, 6); font-size: 12pt;">(2) 12.76</span><br>
</div>
<div><span style="font-size: 12pt;">(3) -22.784</span><br>
</div>
<div><span style="font-size: 12pt;">(4) -16.24</span><br>
</div>
<span></span><span style="font-size: 12pt;">.....</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 14pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 14pt; color: rgb(0, 0, 0);">
<span style="font-size: 12pt;">Variable: xvalid</span><span><br>
</span>
<div><span style="font-size: 12pt;">Type: float</span><br>
</div>
<div><span style="font-size: 12pt;">Total Size: 40 bytes</span><br>
</div>
<div><span style="font-size: 12pt;">            10 values</span><br>
</div>
<div><span style="font-size: 12pt;">Number of Dimensions: 1</span><br>
</div>
<div><span style="font-size: 12pt;">Dimensions and sizes: [10]</span><br>
</div>
<div><span style="font-size: 12pt;">Coordinates: </span><br>
</div>
<div><span style="font-size: 12pt;">Number Of Attributes: 1</span><br>
</div>
<div><span style="font-size: 12pt;">  _FillValue : -999</span><br>
</div>
<div><span style="color: rgb(87, 6, 6); font-size: 12pt;">(0) -75.85      ======>>>>> sum of  </span><span style="color: rgb(87, 6, 6); font-size: 12pt;">-64.611, </span><span style="color: rgb(87, 6, 6);"></span><span style="color: rgb(87, 6, 6); font-size: 12pt;">-23.999, </span><span style="color: rgb(87, 6, 6); font-size: 12pt;">12.76
 values</span><br>
</div>
<div><span style="font-size: 12pt;">(1) -22.784</span><br>
</div>
<div><span style="font-size: 12pt;">.......</span></div>
<div><br>
</div>
<div><span style="font-size: 12pt;">I appreciate some help</span><br>
</div>
<span></span><br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 14pt; color: rgb(0, 0, 0);">
<br>
</div>
</body>
</html>