|
freegis-list-request <at> intevation.de wrote: Send Freegis-list mailing list submissions to freegis-list <at> intevation.de
To subscribe or unsubscribe via the World Wide Web, visit https://www.intevation.de/mailman/listinfo/freegis-list or, via email, send a message with subject or body 'help' to freegis-list-request <at> intevation.de
You can reach the person managing the list at freegis-list-owner <at> intevation.de
When replying, please edit your Subject line so it is more specific than "Re: Contents of Freegis-list digest..." Today's Topics:
1. Re: Newbie Q: any feature for classification? (Mateusz Loskot) Subject: Re: [Freegis-li
st] Newbie Q: any feature for classification? Date: Sun, 16 Mar 2008 19:50:15 +0100 To: Saka Royban <srph124 <at> yahoo.com> CC: Free GIS
<freegis-list <at> intevation.de> From: Mateusz Loskot <mateusz <at> loskot.net>
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
_______________________________________________ Freegis-list
mailing list Freegis-list <at> intevation.de https://www.intevation.de/mailman/listinfo/freegis-list
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now.
_______________________________________________
Freegis-list mailing list
Freegis-list <at> intevation.de
https://www.intevation.de/mailman/listinfo/freegis-list
|