<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.14">
<TITLE>How to best perform raster cell aggregation</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Arial">Hi Folks,</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I'm working with raster files, starting in the NetCDF format, but then moving them to .tif and .png based on how the user will need to manipulate them. One seemingly simple thing that I've been unable to find a simple solution for is resampling the data with an aggregation algorithm. For instance, I'd like to go from a 10 meter cell size to a 100 meter cell size where the value for a 100m cell is the sum of all the 10m cells that the 100m cell now represents. I have a very sparsely populated dataset, so averaging on resample tends to just push everything towards zero. What I'm looking for is the ability to see where very small data points exist when zoomed out.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">I thought gdaladdo would be a good option for this, but it looks like is only for adding overview's to an already existing file and not for creating new files. Could I add an overlay to a tif and then extract just that overlay image into, say, a png?</FONT></P>

<P><FONT SIZE=2 FACE="Arial">Thanks,</FONT>

<BR><FONT SIZE=2 FACE="Arial">Andrew</FONT>
</P>

<P><FONT SIZE=2 FACE="Courier New">Andrew C. Chase</FONT>

<BR><FONT SIZE=2 FACE="Courier New">Software Engineer</FONT>

<BR><FONT SIZE=2 FACE="Courier New">Monterey Bay Aquarium Research Institute</FONT>

<BR><FONT SIZE=2 FACE="Courier New">(831) 775-1865 :: Work</FONT>

<BR><FONT SIZE=2 FACE="Courier New">(831) 419-8566 :: Cell [NOTE: New number as of May 22, 2005]</FONT>
</P>

</BODY>
</HTML>