![]() |
VOOZH | about |
dotnet add package NetTopologySuite --version 2.6.0
NuGet\Install-Package NetTopologySuite -Version 2.6.0
<PackageReference Include="NetTopologySuite" Version="2.6.0" />
<PackageVersion Include="NetTopologySuite" Version="2.6.0" />Directory.Packages.props
<PackageReference Include="NetTopologySuite" />Project file
paket add NetTopologySuite --version 2.6.0
#r "nuget: NetTopologySuite, 2.6.0"
#:package NetTopologySuite@2.6.0
#addin nuget:?package=NetTopologySuite&version=2.6.0Install as a Cake Addin
#tool nuget:?package=NetTopologySuite&version=2.6.0Install as a Cake Tool
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!
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.
A wiki page has been started to try to document the breaking changes in 2.0 when coming from 1.x.
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 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>"
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 is compatible. |
| .NET Framework | net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on NetTopologySuite:
| Package | Downloads |
|---|---|
|
NetTopologySuite.IO.SqlServerBytes
A SQL Server IO module for NTS which works directly with the serialization format |
|
|
Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite
NetTopologySuite support for the Microsoft SQL Server database provider for Entity Framework Core. |
|
|
NetTopologySuite.Features
A feature is a combination of spatial object and attribute data. For this package attribute data is stored in AttributeTable objects. These are combined with IGeometry objects to form a Feature. A FeatureCollection is a collection of features. |
|
|
Npgsql.NetTopologySuite
NetTopologySuite plugin for Npgsql, allowing mapping of PostGIS geometry types to NetTopologySuite types. |
|
|
NetTopologySuite.IO.PostGis
This package contains the IO library to cope with PostGis spatial data. |
Showing the top 20 popular GitHub repositories that depend on NetTopologySuite:
| Repository | Stars |
|---|---|
|
dotnet/efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
|
|
|
AutoDarkMode/Windows-Auto-Night-Mode
Automatically switches between the dark and light theme of Windows 10 and Windows 11
|
|
|
ChilliCream/graphql-platform
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE.
|
|
|
borisdj/EFCore.BulkExtensions
Entity Framework EF Core efcore Bulk Batch Extensions with BulkCopy in .Net for Insert Update Delete Read (CRUD), Truncate and SaveChanges operations on SQL Server, PostgreSQL, MySQL, SQLite, Oracle
|
|
|
npgsql/npgsql
Npgsql is the .NET data provider for PostgreSQL.
|
|
|
PomeloFoundation/Pomelo.EntityFrameworkCore.MySql
Entity Framework Core provider for MySQL and MariaDB built on top of MySqlConnector
|
|
|
Squidex/squidex
Headless CMS and Content Managment Hub
|
|
|
ArduPilot/MissionPlanner
Mission Planner Ground Control Station for ArduPilot (c# .net)
|
|
|
enkodellc/blazorboilerplate
Blazor Boilerplate / Starter Template with MudBlazor
|
|
|
Mapsui/Mapsui
Mapsui is a .NET Map component for: MAUI, Avalonia, Uno Platform, Blazor, WPF, WinUI, Windows Forms, Eto Forms, .NET for Android and .NET for iOS
|
|
|
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
|
|
|
DotSpatial/DotSpatial
Geographic information system library written for .NET
|
|
|
SharpMap/SharpMap
An easy-to-use mapping library for use in web and desktop applications
|
|
|
microsoft/RoadDetections
Road detections from Microsoft Maps aerial imagery
|
|
|
TeslaFly01/SmartSqlT
🔥🔥🔥 SmartSQL 是一款方便、快捷的数据库文档查询、导出工具!该工具从最初支持CHM文档格式开始,通过不断地探索开发、集思广益和不断改进,又陆续支持Word、Excel、PDF、Html、Xml、Json、MarkDown等文档格式的导出。同时支持SqlServer、MySql、PostgreSQL、SQLite等多种数据库的文档查询和导出功能。
|
|
|
dem-net/DEM.Net
Digital Elevation model library in C#. 3D terrain models, line/point Elevations, intervisibility reports
|
|
|
OsmSharp/core
The core functionality of OsmSharp.
|
|
|
redis/NRedisStack
Redis Stack .Net client
|
|
|
OData/ODataSamples
Samples: For ODataLib, OData Web API, RESTier, etc.
|
|
|
mattjohnsonpint/GeoTimeZone
Provides an IANA time zone identifier from latitude and longitude coordinates.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 2.6.0 | 12,028,786 | 3/12/2025 |
| 2.5.0 | 78,827,411 | 6/22/2022 |
| 2.4.0 | 4,823,406 | 10/4/2021 |
| 2.3.0 | 11,867,880 | 6/23/2021 |
| 2.2.0 | 1,593,279 | 3/10/2021 |
| 2.1.0 | 4,910,759 | 8/4/2020 |
| 2.0.0 | 88,179,331 | 8/26/2019 |
| 2.0.0-pre001 | 16,063 | 6/30/2019 |
| 1.15.3 | 794,174 | 6/29/2019 |
| 1.15.2 | 698,108 | 2/28/2019 |
| 1.15.1 | 1,029,490 | 9/5/2018 |
| 1.15.0 | 2,092,435 | 7/13/2018 |
| 1.15.0-pre063 | 49,572 | 3/8/2018 |