-
Microsoft.Spatial doesn't support .NET Core, which limits its usefulness if it's intended to be a general spatial type library.
/cc @divega @ajcvickers
-
`st_write_db` drops boolean/logical columns, see reprex below. I [just learned](https://github.com/r-spatial/sf/issues/579#issuecomment-348728236) that this makes sense with `st_write`, because GDAL d…
-
In my project i would like to save an object from an extended wkt string like 'SRID 3785;POINT(-122, 47)'
My initializer is:
``` ruby
POINT_FACTORY = RGeo::Geographic.spherical_factory(srid: 4326 …
-
As mentioned in [#592](https://github.com/r-spatial/sf/issues/592\#issuecomment-383741551), `st_read` does not work with an `odbc` dsn.
``` r
suppressPackageStartupMessages(library(sf))
library(D…
-
I think we've learnt enough to put out a bare bones release. The key C++ functionality to wrap is these, either as slightly overlapping implementations or as building blocks:
* open and read from…
-
We're using the Postgis adapter, and I'm trying to setup Guard and Spork to speed up our time spent running tests. Our test pass flawlessly when not using the Spork server, but once we run it on the S…
-
First, thanks for this great library! I have been using Shapely to convert from/to WKB, but I can't use it for geometries with 4 dimensions. So, I was quite happy to find this project! :+1:
But it…
-
* **asyncpg version**:
* **PostgreSQL version**:
* **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce
the issue with a local PostgreSQL install?**:
* **Python version**:
* …
-
If the high byte of a geometry field in a WKB string is `0x02`, this indicates that extra bytes follow with contain SRID--before the coordinate fields. See https://github.com/postgis/postgis/blob/d7b3…
-
Would it be possible to add support for Extended Well-Known Text to GeoJSON.Net.Contrib.MsSqlSpatial?
[Per Wikipedia](https://en.wikipedia.org/wiki/Well-known_text#Variations):
> EWKT and EWKB –…