Proj.NET performs point-to-point coordinate conversions between geodetic coordinate systems for use in fx, Geographic Information Systems (GIS) or GPS applications. The spatial reference model used adheres to the Simple Features specification.
GeoJSON and WKT JsonConverters for RavenDB and NetTopologySuite. WARNING: Can not be used with Raven.Client.Embedded without assembly binding redirect.
A spatial index backed by geohashing and Trie (prefix tree) maps. Geometries are encoded as geohashes and stored in a prefix tree, and reverse lookups are performing by encoding the queried geometry and using the prefix tree as an inverted lookup index. The index size can be tuned with the precision...
More information
A spatial index backed by geohashing and Trie (prefix tree) maps. Geometries are encoded as geohashes and stored in a prefix tree, and reverse lookups are performing by encoding the queried geometry and using the prefix tree as an inverted lookup index. The index size can be tuned with the precision...
More information
A geohash compression library for efficiently reducing the size of large geohash collections.
This package is a port of GeoRaptor from Python to C# and provides the ability to compress collections of geohashes to save space.
A geohash compression library for efficiently reducing the size of large geohash collections.
This package is a port of GeoRaptor from Python to C# and provides the ability to compress collections of geohashes to save space.
Enable Automatic Migrations for Entity Framework Core NetTopologySuite for the Microsoft SQL Server databases.
How to use:
1. Enable mapping to spatial types via NTS
options.UseSqlServer( @"Data Source=(localdb)\MSSQLLocalDB;Initial Catalog=Database", x =>...
More information
Converts geometries such as polygons and linestrings to optimized sets of geohashes.
This is the NuGet/dotnet command line tool which will let you encode geometries as sets of geohashes on the command line.
Converts geometries such as polygons and linestrings to optimized sets of geohashes.
This is the NuGet library package which will let you encode geometries as sets of geohashes programmatically.
Enable Automatic Migrations for Entity Framework Core NetTopologySuite for the Microsoft SQL Server databases.
How to use:
1. Enable mapping to spatial types via NTS
options.UseSqlServer( @"Data Source=(localdb)\MSSQLLocalDB;Initial Catalog=Database", x => x.UseNetTopologySuite());
2....
More information