• Stars
    star
    1,352
  • Rank 33,425 (Top 0.7 %)
  • Language
    C#
  • License
    Other
  • Created over 9 years ago
  • Updated 13 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A .NET GIS solution that is fast and reliable for the .NET platform.

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

More Repositories

1

ProjNet4GeoAPI

.NET Spatial Reference and Projection Engine
C#
256
star
2

GeoAPI

GeoAPI.NET project provides a common framework based on OGC/ISO standards to improve interoperability among .NET GIS projects.
C#
156
star
3

NetTopologySuite.IO.GeoJSON

GeoJSON IO module for NTS.
C#
101
star
4

PowerCollections

PowerCollections
C#
47
star
5

NetTopologySuite.IO.ShapeFile

The ShapeFile IO module for NTS.
C#
32
star
6

NetTopologySuite.IO.Esri

C#
27
star
7

NetTopologySuite.IO.VectorTiles

A package that can be used to generate vector tiles using NTS.
C#
17
star
8

NetTopologySuite.IO.SqlServerBytes

A SQL Server IO module for NTS which works directly with the serialization format
C#
16
star
9

NetTopologySuite.IO.PostGis

PostGis IO module for NTS.
C#
10
star
10

NetTopologySuite.IO.GPX

GPX I/O for NetTopologySuite
C#
8
star
11

NetTopologySuite.Features

An implementation of Feature and FeatureCollection
C#
7
star
12

NetTopologySuite.IO.SpatiaLite

SpatialLite IO module for NTS.
C#
6
star
13

NetTopologySuite.IO.TinyWKB

NetTopologySuite IO project to read and write geometry in Tiny Well-Known-Binary fromat
C#
4
star
14

NetTopologySuite.Windows

Windows-specific NTS modules (WPF & Winforms)
C#
4
star
15

NetTopologySuite.Curve

Enhancement for NetToplogySuite that handles Curved geometries
C#
3
star
16

NetTopologySuite.IO.SqlServer2008

The SQLServer IO Module.
C#
2
star
17

NetTopologySuite.IO.MsSqlSpatial

The MS Sql Spatial IO module.
C#
1
star
18

NetTopologySuite.IO.TopoJSON

TopoJSON IO module for NTS.
C#
1
star
19

migration

Contains scripts and info on the migration of NTS to github.
Shell
1
star
20

NetTopologySuite.Geography

Geography types for NetTopologySuite.
C#
1
star
21

NetTopologySuite.DotSpatial

The NTS module to interact with DotSpatial.
C#
1
star