Shapefile Library for .NET Core 2.2 – How to Read and Write Shapefiles in C#

cnetshapefilesoftware-recommendations

Previously I used to use Easy Gis .net. Now we have a .netcore 2.2 project and I need to read/write Shapefiles. I have googled for 2 hours and I didn't find anything. I also tried to use dotspatial and easy gis on .netcore 2.2 and it failed.

Best Answer

For future reference:
https://www.nuget.org/packages/NetTopologySuite.IO.ShapeFile/2.0.0
https://github.com/NetTopologySuite/NetTopologySuite.IO.ShapeFile

Example:
https://seydahatipoglu.wordpress.com/2017/01/12/how-to-read-a-shapefile-in-nettopologysuite/

Licence:
https://tldrlegal.com/license/gnu-lesser-general-public-license-v3-(lgpl-3)