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
36
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
24
Weasel.Postgresql
Npgsql Helpers and Postgresql Schema Migration Tool, spin off of Marten
23
Weasel.Postgresql
Npgsql Helpers and Postgresql Schema Migration Tool, spin off of Marten
22
Weasel.Postgresql
Npgsql Helpers and Postgresql Schema Migration Tool, spin off of Marten
21
Weasel.Postgresql
Npgsql Helpers and Postgresql Schema Migration Tool, spin off of Marten
20
Weasel.Postgresql
Npgsql Helpers and Postgresql Schema Migration Tool, spin off of Marten
19
Weasel.Postgresql
Npgsql Helpers and Postgresql Schema Migration Tool, spin off of Marten
18
Weasel.Postgresql
Npgsql Helpers and Postgresql Schema Migration Tool, spin off of Marten
17

.NET Standard 2.0

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