Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Good GIS Software or Components for Windows PC in .NET? [closed]

Last week i searched for good free or opensource solutions and component for GIS (Geographical Information Systems) I founded some system but no one fill my requirements

  • SharpMap is very buggy software
  • Gmap.net is very slow
  • MapWindow have a very complex structure and is very buggy.

I founded uDIG but is in java, i need a solution in vb.net or c#.

Anyone know a good solution that fill my requirements or have alternatives, i accept solutions?

like image 930
pedrofernandes Avatar asked Jul 21 '09 22:07

pedrofernandes


1 Answers

You are limiting yourself a lot by insisting on .NET. I don't know of anything other than SharpMap or MapWinGIS ActiveX (MapWindow). Here are some free, but not .NET, options for Windows desktop applications.

If you'd consider writing your standalone application in Python or C++:

  • Mapnik
  • QGIS

Or if you'd consider writing a plug-in or a customisation for an existing GIS:

  • GRASS can be customised in Python, Perl, Ruby...
  • QGIS can be customised in Python
like image 94
MarkJ Avatar answered Oct 23 '22 03:10

MarkJ