Found 13 packages
Allows you to use SQL Server spatial SqlHierarchy types on a machine without SQL Server installed and decode these UDT types in any .NET Standard client
The package contains the components implementing the geometry, geography, and hierarchy ID types in SQL Server.
Provides GeoJSON.Net Converters from / to the MS SQL Spatial types.
Support for binding C# to SQL Server SqlGeometry, SqlGeography, SqlHierarchyId types.
This package contains a SpatialTrace that enables geometry tracing within the code, and a visualizer to review traces, and debugger visualizers for SqlGeometry and SqlGeography types.
Library to translate between GeoJson and SqlGeography
.net standard环境下Microsoft.SqlServer.Types.dll的实现方案,from: https://github.com/dotMorten/Microsoft.SqlServer.Types
Add OrmLite Converters for SQL Servers SqlGeography and SqlGeometry Types
#foo SQL Server Spatial provides useful functions and objects for working with the SqlGeography and SqlGeometry objects.
H3 SQL Server CLR implementation, bringing support for Uber's H3 geospatial indexing to SQL Server. Supports converting between H3 indices and native Geography / SqlGeography types via Microsoft.SqlServer.Types. Reworked from https://github.com/pocketken/H3.net, ruining beautiful code with net481 support, and replacing NetTopologySuite support with SqlGeography. Should in theory build on Windows, Linux, and MacOs.
SQLGeography Simplification - SQL Server CLR implementation of Visvalingam. Supports simplifying native Geography / SqlGeography types via Microsoft.SqlServer.Types, using Visvalingam's algorithm, and choosing to either retain a minimum percentage of points, or limit by the minimum area acceptable to remove. Should in theory build on Windows, Linux, and MacOs.