Npgsql.NetTopologySuite 6.0.6

Npgsql is the open source .NET data provider for PostgreSQL. It allows you to connect and interact with PostgreSQL server using .NET.

This package is an Npgsql plugin which allows you to interact with spatial data provided by the PostgreSQL PostGIS extension; PostGIS is a mature, standard extension considered to provide top-of-the-line database spatial features. On the .NET side, the plugin adds support for the types from the NetTopologySuite library, allowing you to read and write them directly to PostgreSQL.

To use the NetTopologySuite plugin, simply add a dependency on this package and set it up at program startup:

NpgsqlConnection.GlobalTypeMapper.UseNetTopologySuite();

Once this is done, you can simply use NetTopologySuite types when interacting with PostgreSQL:

var point = new Point(new Coordinate(1d, 1d));
conn.ExecuteNonQuery("CREATE TEMP TABLE data (geom GEOMETRY)");
using (var cmd = new NpgsqlCommand("INSERT INTO data (geom) VALUES (@p)", conn))
{
    cmd.Parameters.AddWithValue("@p", point);
    cmd.ExecuteNonQuery();
}

using (var cmd = new NpgsqlCommand("SELECT geom FROM data", conn))
using (var reader = cmd.ExecuteReader())
{
    reader.Read();
    Assert.That(reader[0], Is.EqualTo(point));
}

For more information, visit the NetTopologySuite plugin documentation page.

Showing the top 20 packages that depend on Npgsql.NetTopologySuite.

Packages Downloads
Weasel.Postgresql
Npgsql Helpers and Postgresql Schema Migration Tool, spin off of Marten
27
Weasel.Postgresql
Npgsql Helpers and Postgresql Schema Migration Tool, spin off of Marten
17
Weasel.Postgresql
Npgsql Helpers and Postgresql Schema Migration Tool, spin off of Marten
15
Weasel.Postgresql
Npgsql Helpers and Postgresql Schema Migration Tool, spin off of Marten
13
Weasel.Postgresql
Npgsql Helpers and Postgresql Schema Migration Tool, spin off of Marten
12
Weasel.Postgresql
Npgsql Helpers and Postgresql Schema Migration Tool, spin off of Marten
11
Weasel.Postgresql
Npgsql Helpers and Postgresql Schema Migration Tool, spin off of Marten
10
Weasel.Postgresql
Npgsql Helpers and Postgresql Schema Migration Tool, spin off of Marten
9
Weasel.Postgresql
Npgsql Helpers and Postgresql Schema Migration Tool, spin off of Marten
8
Weasel.Postgresql
Npgsql Helpers and Postgresql Schema Migration Tool, spin off of Marten
7

.NET Standard 2.0

Version Downloads Last updated
9.0.3 5 02/26/2025
9.0.2 9 12/10/2024
9.0.1 10 11/20/2024
9.0.0 10 11/20/2024
8.0.7 6 02/26/2025
8.0.6 13 11/20/2024
8.0.5 11 10/17/2024
8.0.4 12 10/12/2024
8.0.3 13 09/17/2024
8.0.2 13 09/22/2024
8.0.1 13 09/17/2024
8.0.0 13 09/17/2024
8.0.0-rtm 11 09/17/2024
8.0.0-rc.2 16 09/17/2024
8.0.0-preview.4 13 10/12/2024
8.0.0-preview.3 13 10/12/2024
8.0.0-preview.2 12 10/12/2024
8.0.0-preview.1 15 09/18/2024
7.0.10 3 03/20/2025
7.0.9 12 11/19/2024
7.0.8 12 09/22/2024
7.0.7 12 10/12/2024
7.0.6 15 09/19/2024
7.0.4 14 10/12/2024
7.0.2 13 10/12/2024
7.0.1 13 09/17/2024
7.0.0 12 10/12/2024
7.0.0-rc.2 10 10/12/2024
7.0.0-rc.1 10 10/12/2024
7.0.0-preview.7 15 10/12/2024
7.0.0-preview.6 14 10/12/2024
7.0.0-preview.5 16 10/12/2024
7.0.0-preview.4 14 10/12/2024
7.0.0-preview.3 14 10/12/2024
7.0.0-preview.2 13 09/18/2024
7.0.0-preview.1 15 09/21/2024
6.0.13 13 11/20/2024
6.0.12 14 10/12/2024
6.0.11 12 10/12/2024
6.0.10 14 09/18/2024
6.0.9 11 10/12/2024
6.0.8 14 09/17/2024
6.0.7 13 09/18/2024
6.0.6 13 09/18/2024
6.0.5 14 09/22/2024
6.0.4 14 09/22/2024
6.0.3 12 10/12/2024
6.0.2 13 09/18/2024
6.0.1 15 09/22/2024
6.0.0 14 10/12/2024
6.0.0-rc.2 10 10/12/2024
6.0.0-rc.1 12 09/17/2024
6.0.0-preview7 10 10/12/2024
6.0.0-preview6 14 10/12/2024
6.0.0-preview5 12 09/18/2024
6.0.0-preview4 13 09/21/2024
6.0.0-preview3 15 09/17/2024
6.0.0-preview2 13 09/17/2024
5.0.18 11 10/12/2024
5.0.17 15 09/18/2024
5.0.16 13 09/17/2024
5.0.15 13 10/12/2024
5.0.14 19 09/18/2024
5.0.13 12 09/19/2024
5.0.12 12 10/12/2024
5.0.11 13 09/21/2024
5.0.10 9 10/12/2024
5.0.7 14 09/18/2024
5.0.5 16 09/22/2024
5.0.4 13 10/12/2024
5.0.3 14 09/22/2024
5.0.2 13 10/12/2024
5.0.1.1 15 09/17/2024
5.0.0 15 09/22/2024
5.0.0-preview1.1 10 10/12/2024
5.0.0-alpha1 14 09/17/2024
4.1.14 15 09/17/2024
4.1.13 12 09/22/2024
4.1.12 13 09/17/2024
4.1.11 12 10/12/2024
4.1.9 12 10/12/2024
4.1.8 15 09/18/2024
4.1.7 14 09/19/2024
4.1.6 13 09/22/2024
4.1.5 12 09/18/2024
4.1.4 12 11/20/2024
4.1.3 13 09/18/2024
4.1.2 12 10/12/2024
4.1.1 14 09/17/2024
4.1.0 11 10/12/2024
4.1.0-preview2 14 09/17/2024
4.1.0-preview1 13 09/17/2024
4.0.17 9 10/12/2024
4.0.16 15 09/17/2024
4.0.15 13 09/18/2024
4.0.14 13 09/17/2024
4.0.13 12 10/12/2024
4.0.11 10 10/12/2024
4.0.10 15 09/22/2024
4.0.9 14 09/22/2024
4.0.8 13 09/18/2024
4.0.7 11 10/12/2024
4.0.6 12 10/12/2024
4.0.5 10 10/12/2024
4.0.4.1 12 10/12/2024
1.0.2 10 10/12/2024
1.0.1 12 10/12/2024
1.0.0 11 09/22/2024
1.0.0-rc1 15 09/22/2024