Joe Amenta
Joe Amenta
References: - aspnet/EntityFrameworkCore#13757 - aspnet/EntityFrameworkCore#13762
See the [`enhancement/Geography`](https://github.com/NetTopologySuite/NetTopologySuite/tree/enhancement/Geography) branch for a prototype of one idea for doing better.
We are not quite there as of 2.0, but a future 2.x release may include this.
I'd advise explicitly using [`GeometryPrecisionReducer`](https://nettopologysuite.github.io/NetTopologySuite/api/NetTopologySuite.Precision.GeometryPrecisionReducer.html) whenever you want to make sure that a particular `Geometry` instance has no more than a given level of precision, otherwise leaving it alone. For...
> Did you just look at the interfaces or the implementations as well? There may well be some unexpected drawbacks. Primarily the interfaces. I'm not particularly worried about unexpected drawbacks...
Transferred the issue from the GeoAPI repository. Not just because it's a 2.0-only thing, but more because there are likely to be many other candidates on the NTS side of...
Not all of these are going to be addressed in 2.0, but I'd still like to start working towards these in the 2.x series by adding overloads and marking the...
I'm aware of the undesirable impacts of recursion and how compilers often use tail call optimization to mitigate this where possible. Can you point to any specific recursive routines where...
I've started a bit on this: https://github.com/NetTopologySuite/NetTopologySuite.Geography I just sorta went through some of [this page](https://docs.microsoft.com/en-us/sql/t-sql/spatial-geography/spatial-types-geography?view=sql-server-2017) for SQL Server and added stuff (not everything yet, but all OGC instance methods...
Packages are now being auto-built and auto-pushed to my personal MyGet feed for now: https://www.myget.org/feed/airbreather/package/nuget/NetTopologySuite.Geography