Spatial4n icon indicating copy to clipboard operation
Spatial4n copied to clipboard

A Geospatial Library for .NET - a .NET port of spatial4j

Results 3 Spatial4n issues
Sort by recently updated
recently updated
newest added

@synhershko Hope you are well. I am working on updating the Lucene.NET dependencies to use SourceLink and we have switched to using Azure DevOps for multi-platform testing, enabling GitHub Sponsors,...

I took your advice and looked into using an assembly redirect to get Spatial4n.Core.NTS 0.3.0.0 working with NetTopologySuite 1.13.2.0. The redirect is as follows: ``` ``` Unfortunately this solution does...

The following failing test demonstrate the problem. A mutli polygon that crosses the date line doesn't work properly. ``` using NetTopologySuite.Geometries; using NetTopologySuite.IO; using Spatial4n.Core.Context; using Spatial4n.Core.Context.Nts; using Spatial4n.Core.Shapes.Nts; using...