|
From: Mateusz Loskot <mateusz <at> loskot.net>
Subject: Re: Newbie Q: any feature for classification? Newsgroups: gmane.comp.gis.freegis Date: 2008-03-16 18:50:15 GMT (42 weeks, 5 days, 4 hours and 54 minutes ago) Saka Royban wrote: > I'm new to this mailing list. I want to write a program in .NET > environment and i need some classes to do feature classification. I > mean getting a point shape file, classifying it based on a Z value > and convert it to raster.(some kind of Interpolation) > > Anyone knows anything open source to do this? You could try to interpolate scattered data (vector) to raster using GDAL (http://gdal.org/) griding algorithms: http://trac.osgeo.org/gdal/browser/trunk/gdal/alg/gdalgrid.h It is also available in form of small utility http://gdal.org/gdal_grid.html FYI, GDAL provides binding to .NET http://trac.osgeo.org/gdal/wiki/GdalOgrInCsharp Greetings -- Mateusz Loskot http://mateusz.loskot.net |
|
|