OData / odata.net

ODataLib: Open Data Protocol - .NET Libraries and Frameworks
https://docs.microsoft.com/odata
Other
675 stars 348 forks source link

Support for reading/writing spatial WKB #1059

Open roji opened 6 years ago

roji commented 6 years ago

Microsoft.Spatial currently includes support for reading/writing text representation of spatial types (WKT), but seems to lack support for binary (WKB).

Is this library seen as a general database-independent way to represent spatial types, which would ideally be used by different database providers?

(am the maintainer for the PostgreSQL .NET driver and am looking to understand where .NET spatial data is going)

roji commented 6 years ago

/cc @divega @ajcvickers