# NetTopologySuite **Repository Path**: strongandyzhang/NetTopologySuite ## Basic Information - **Project Name**: NetTopologySuite - **Description**: A .NET GIS solution that is fast and reliable for the .NET platform. - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-20 - **Last Updated**: 2024-01-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Stories in Ready](https://badge.waffle.io/nettopologysuite/nettopologysuite.png?label=ready&title=Ready)](https://waffle.io/nettopologysuite/nettopologysuite) [![Build Status](https://travis-ci.org/NetTopologySuite/NetTopologySuite.svg?branch=master)](https://travis-ci.org/NetTopologySuite/NetTopologySuite) NetTopologySuite ================ [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/NetTopologySuite/NetTopologySuite?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) 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](http://sourceforge.net/projects/jts-topo-suite) 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! ## Install with NuGet package manager [![NuGet Status](http://img.shields.io/nuget/v/NetTopologySuite.svg?style=flat)](http://www.nuget.org/packages/NetTopologySuite/) `PM> Install-Package NetTopologySuite` ## Clone When cloning make sure you also clone the submodules: `git clone --recursive https://github.com/NetTopologySuite/NetTopologySuite`