Is there any C# library which can take a shapefile as an input with projection information defined (e.g, EPSG 3011) and return a new shapefile with user specified projection (e.g, EPSG 4326) ?
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
GDAL/OGR has C# bindings. You might want to check it out. Alternatively, you might also want to check dotspatial. The dotspatial page has sample code on reprojecting a shape file. You can do this in ogr ( It's provided in the FWTools package ). No need to code in C#.
Thanks @iant for pointing it out. |
|||||||||||||||
|
