Npgsql.NetTopologySuite 6.0.12

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
Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite
NetTopologySuite PostGIS spatial support plugin for PostgreSQL/Npgsql Entity Framework Core provider.
29
Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite
NetTopologySuite PostGIS spatial support plugin for PostgreSQL/Npgsql Entity Framework Core provider.
30
Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite
NetTopologySuite PostGIS spatial support plugin for PostgreSQL/Npgsql Entity Framework Core provider.
32
Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite
NetTopologySuite PostGIS spatial support plugin for PostgreSQL/Npgsql Entity Framework Core provider.
33
Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite
NetTopologySuite PostGIS spatial support plugin for PostgreSQL/Npgsql Entity Framework Core provider.
34
Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite
NetTopologySuite PostGIS spatial support plugin for PostgreSQL/Npgsql Entity Framework Core provider.
35
Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite
NetTopologySuite PostGIS spatial support plugin for PostgreSQL/Npgsql Entity Framework Core provider.
36
Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite
NetTopologySuite PostGIS spatial support plugin for PostgreSQL/Npgsql Entity Framework Core provider.
39
Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite
NetTopologySuite PostGIS spatial support plugin for PostgreSQL/Npgsql Entity Framework Core provider.
41
Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite
NetTopologySuite PostGIS spatial support plugin for PostgreSQL/Npgsql Entity Framework Core provider.
42
Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite
NetTopologySuite PostGIS spatial support plugin for PostgreSQL/Npgsql Entity Framework Core provider.
45
Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite
NetTopologySuite PostGIS spatial support plugin for PostgreSQL/Npgsql Entity Framework Core provider.
53
Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite
NetTopologySuite PostGIS spatial support plugin for PostgreSQL/Npgsql Entity Framework Core provider.
57

.NET Standard 2.0

Version Downloads Last updated
8.0.4 4 09/12/2024
8.0.3 8 05/22/2024
8.0.2 9 02/20/2024
8.0.1 9 12/08/2023
8.0.0 12 11/21/2023
8.0.0-rtm 9 11/21/2023
8.0.0-rc.2 13 10/13/2023
8.0.0-preview.4 26 06/06/2023
8.0.0-preview.3 35 05/22/2023
8.0.0-preview.2 18 04/04/2023
8.0.0-preview.1 31 04/04/2023
7.0.8 2 09/12/2024
7.0.7 5 05/22/2024
7.0.6 16 09/26/2023
7.0.4 11 06/06/2023
7.0.2 19 04/04/2023
7.0.1 26 01/15/2023
7.0.0 28 12/02/2022
7.0.0-rc.2 18 08/22/2023
7.0.0-rc.1 23 09/22/2022
7.0.0-preview.7 33 08/19/2022
7.0.0-preview.6 25 09/21/2022
7.0.0-preview.5 20 06/13/2023
7.0.0-preview.4 40 09/24/2022
7.0.0-preview.3 75 09/24/2022
7.0.0-preview.2 52 09/21/2022
7.0.0-preview.1 66 09/24/2022
6.0.12 2 09/12/2024
6.0.11 9 05/22/2024
6.0.10 11 09/30/2023
6.0.9 26 04/04/2023
6.0.8 28 01/15/2023
6.0.7 30 09/24/2022
6.0.6 24 09/10/2022
6.0.5 29 09/09/2022
6.0.4 51 09/08/2022
6.0.3 57 06/27/2022
6.0.2 27 09/09/2022
6.0.1 18 09/11/2022
6.0.0 53 09/10/2022
6.0.0-rc.2 34 09/24/2022
6.0.0-rc.1 12 09/24/2022
6.0.0-preview7 40 09/24/2022
6.0.0-preview6 77 09/24/2022
6.0.0-preview5 18 09/24/2022
6.0.0-preview4 20 09/24/2022
6.0.0-preview3 32 09/23/2022
6.0.0-preview2 23 09/21/2022
5.0.18 6 05/22/2024
5.0.17 16 09/28/2023
5.0.16 38 04/04/2023
5.0.15 16 09/22/2022
5.0.14 23 06/06/2023
5.0.13 23 09/21/2022
5.0.12 42 09/24/2022
5.0.11 61 09/24/2022
5.0.10 36 09/22/2022
5.0.7 23 09/09/2022
5.0.5 38 09/13/2022
5.0.4 41 09/10/2022
5.0.3 22 09/09/2022
5.0.2 77 09/09/2022
5.0.1.1 31 09/21/2022
5.0.0 16 09/09/2022
5.0.0-preview1.1 27 09/23/2022
5.0.0-alpha1 76 09/24/2022
4.1.14 7 05/22/2024
4.1.13 6 05/22/2024
4.1.12 20 05/12/2023
4.1.11 36 09/24/2022
4.1.9 62 09/09/2022
4.1.8 29 09/14/2022
4.1.7 33 09/09/2022
4.1.6 32 09/09/2022
4.1.5 74 09/11/2022
4.1.4 29 09/10/2022
4.1.3 46 09/11/2022
4.1.2 79 09/23/2022
4.1.1 63 09/10/2022
4.1.0 24 09/10/2022
4.1.0-preview2 45 09/21/2022
4.1.0-preview1 13 09/17/2022
4.0.17 8 06/11/2024
4.0.16 7 05/22/2024
4.0.15 8 05/22/2024
4.0.14 7 05/22/2024
4.0.13 31 09/24/2022
4.0.11 68 09/24/2022
4.0.10 18 08/22/2023
4.0.9 34 09/10/2022
4.0.8 87 09/07/2022
4.0.7 66 09/13/2022
4.0.6 28 09/09/2022
4.0.5 52 09/09/2022
4.0.4.1 19 09/24/2022
1.0.2 41 09/09/2022
1.0.1 18 09/07/2022
1.0.0 62 09/09/2022
1.0.0-rc1 14 09/24/2022