NetTopologySuite / NetTopologySuite.IO.Esri

BSD 3-Clause "New" or "Revised" License
31 stars 16 forks source link

Reprojection #22

Closed sarteleb closed 1 year ago

sarteleb commented 1 year ago

Is there any way to reproject the geometries to a new coordinate system once they've been read in from the shape file? This reader doesn't seem to take into account the .prj file. Do I need to use an additional nuget package?

macias commented 1 year ago

@sarteleb So what is the solution? :-) I am asking because I have exactly this problem (or more exactly two -- how to get info about projection/coordinate system used, and then how to project it to latitude+longitude).