-
(May be related to #332 )
I have a custom resolver - for Automapper - that maps two doubles to a point that can be stored in a Postgresql database.
```
public class GeometryResolver : IMember…
-
### Issue
SqlException when testing if a polygon contains a point.
I have a table in the database called Address with a Location column (of GEOGRAPHY data type). The goal is (ultimately) for a use…
-
Originally filed as https://github.com/aspnet/EntityFrameworkCore/issues/1100#issuecomment-491697516 by @zp987
----
Cant find much documentation on how to use NetTopologySuite with Entity Core…
-
I am looking to read/write to MS SQL Server. Fields that are of type Geometry and Geography. Not sure I understand the difference between NetTopologySuite.IO.SqlServerBytes and NetTopologySuite.IO.Sql…
-
Trying to inspect the result of #351 i tried to run `generate-and-push-docs.cmd`.
It failed:
>[19-09-27 12:25:07.956]Error:Error extracting metadata for D:/Development/Source/Repos/NetTopologySuite_…
-
Is there any plan to port library to new vertion of C# and support .NET Core?
-
```C#
using (var db = new OperationalTwins.DataLayer.OsmPbfContext())
{
//Obtain a LineString
NetTopologySuite.Geometries.LineString source = route.Value.ToShapeLineString();
//get …
-
It would be nice if in a feature version there where geometric operations that could be applied to the parsed objects. I am thinking about operations such as
isIntersecting
isContainedIn
and
…
-
### Description
I've updated to v2.0.0 and during my code porting noticed that `NetTopologySuite.CoordinateSystems.Transformations.GeometryTransform.TransformPolygon` is still returning a GeoAPI.Geom…
-
I'm serializing and deserializing things that contain `Coordinate` objects from [NetTopologySuite](https://github.com/NetTopologySuite/NetTopologySuite) (v2.0.0):
- The [`Coordinate`](https://github.…