'anon', You can use the GDAL Python bindings for this. Refer to http://trac.osgeo.org/gdal/wiki/GdalOgrInPython You can also use any other language you like shown at http://www.gdal.org/#index_bindings
On Thu, Aug 20, 2009 at 5:44 PM, questions anon <[email protected]>wrote: > Can anyone get me started on a script that can - > > -Open a shapefile > > -Open many rasters > > -Calculate the mean and standard deviation of those rasters within the > shapefile region, but is able to ignore areas of zeros or NoData > > -Output the mean and standard deviation to a table > > Otherwise any tutorials or books that I could follow to work this out > would be greatly appreciated! Thanks! > > > > _______________________________________________ > gdal-dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/gdal-dev > Best regards, -- Chaitanya kumar CH.
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
