NetTopologySuite alternatives and similar packages
Based on the "Gis" category.
Alternatively, view NetTopologySuite alternatives based on common mentions on social networks and blogs.
-
GMap.NET
GMap.NET - Great Maps for Windows Forms & Presentation -
SharpMap
An easy-to-use mapping library for use in web and desktop applications -
GeoJSON.NET
.Net library for GeoJSON types & corresponding Json.Net (de)serializers -
CoordinateSharp
A library designed to ease geographic coordinate format conversions, and determine sun/moon information in C# -
DEM Net Elevation API
Digital Elevation model library in C#. 3D terrain models, line/point Elevations, intervisibility reports -
DEM.Net
Digital Elevation model library in C#. 3D terrain models, line/point Elevations, intervisibility reports -
NGeoNames
Inspired by https://github.com/AReallyGoodName/OfflineReverseGeocode -
OpenCage Data Geocoding Library for .Net Standard
A .Net Wrapper for The OpenCage Geocoder -
GeoJSON4EntityFramework
Create GeoJSON from Entity Framework Spatial Data or WKT
Access the most powerful time series database as a service
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of NetTopologySuite or a related project?
README
NetTopologySuite
A .NET GIS solution that is fast and reliable for the .NET platform. NetTopologySuite is a direct-port of all the functionalities offered by JTS Topology Suite: NTS expose JTS in a '.NET way', as example using Properties, Indexers etc...
An excerpt from JTS website explains the capabilities of NTS too: "The JTS Topology Suite is an API for modelling and manipulating 2-dimensional linear geometry. It provides numerous geometric predicates and functions. JTS conforms to the Simple Features Specification for SQL published by the Open GIS Consortium."
Enjoy using them!
Documentation
A documentation of the NetTopologySuite API based on code xml comments is accessible on github-pages.
To get you started, we have set up an introductory Getting Started page.
A list of known issues is available, too.
Upgrading to 2.x from 1.x
A wiki page has been started to try to document the breaking changes in 2.0 when coming from 1.x.
Install with NuGet package manager
Stable

Stable releases are hosted on the default NuGet feed. You can install them using the following command on the package manager command line
PM> Install-Package NetTopologySuite
Pre release

Pre-Release versions of NetTopologySuite are hosted on MyGet. The sources for the NetTopologySuite feed are as follows:
Version | URL |
---|---|
NuGet v3 | https://www.myget.org/F/nettopologysuite/api/v3/index.json |
NuGet v2 | https://www.myget.org/F/nettopologysuite/api/v2 |
You can install the latest pre-release package using the following command on the package manager command line
PM> Install-Package NetTopologySuite -pre -source "<Nuget v3 or NuGet v2 source>"