4

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
PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Nov 29, 2018 at 13:31
1

2 Answers 2

3

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

answered Nov 30, 2018 at 7:34
0

NetTopologySuite and ProjNet are the libraries to use. ProjNet can be useful when doing (re)projections.

answered Nov 20, 2024 at 11:08

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.