NetTopologySuite / GeoAPI

GeoAPI.NET project provides a common framework based on OGC/ISO standards to improve interoperability among .NET GIS projects.
Other
159 stars 73 forks source link

support .NET core 3.0 #71

Closed yjacques940 closed 4 years ago

yjacques940 commented 4 years ago

We recently upgraded to dotnet core 3.0. We need GeoAPI in our api. We actually need this feature as fast as possible, to deploy in production.

What's needed :

Please answer me when i'ts done. Thanks

airbreather commented 4 years ago

GeoAPI is compatible with .NET Core 3.0.

Entity Framework Core 3.0 uses NetTopologySuite 2.x, which no longer uses GeoAPI. ProjNet4GeoAPI 2.x no longer uses GeoAPI either (so we now use the ProjNet package on NuGet).

We have no plans to continue updating GeoAPI to 2.x or above. The interesting parts of GeoAPI moved to NetTopologySuite / ProjNet4GeoAPI, and the rest went away.

yjacques940 commented 4 years ago

Good, Thank you!