Skip to content

NetTopologySuite/NetTopologySuite

Folders and files

NameName
Last commit message
Last commit date
Sep 5, 2024
Aug 26, 2024
May 29, 2024
Aug 28, 2024
Aug 28, 2024
Sep 14, 2019
Mar 2, 2019
Apr 29, 2022
Apr 29, 2018
May 30, 2018
Jul 12, 2018
Jan 14, 2020
Jan 22, 2018
Mar 3, 2022
May 29, 2024
Nov 23, 2022
Mar 10, 2021
Jun 1, 2018
Feb 2, 2022
Oct 25, 2021
Oct 7, 2019
Aug 19, 2017

Repository files navigation

NetTopologySuite

Gitter

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 NuGet Status Build Status

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 MyGet PreRelease Status Build Status

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>"