Software Recommendations – Seeking Geospatial Library for .NET Core

netsoftware-recommendations

I am trying hard to find any geospatial library that supports .NET Core, however with no success so far. Do you have tips for any?

My requirements are:

  • work with different coordinate systems
  • compute intersection of 2 geometries
  • compute buffer of a polygon/polyline
  • compute polygon area
  • compute length of a polyline

Best Answer

I ended up using NetTopologySuite. This library is used internally by Entity Framework Core for spatial operations.