-
Following @harryprince's [comment](https://github.com/r-spatial/sf/issues/368#issuecomment-379991101) I would like to discuss how to create an `sf` interface for hive that would rely on `sparklyr`, ju…
-
I am getting `sql: Scan error on column index 0: unsupported Scan, storing driver.Value type []uint8 into type *geom.Polygon` when trying to retrieve a geometry from my PostGIS database.
I'm doing …
-
What is the correct way to interpret row data when implementing custom postgres types?
Diesel seems to use the binary protocol but how are geography points encoded in the binary protocol?
I'm t…
-
When selecting a 3D geometry from a table, tegola crashes with:
2016/12/24 14:13:37 Error Getting MVTLayer: Was unable to decode geometry field() into wkb for layer
Using `ST_Force_2D` in t…
-
``` clj
(-> (slurp "https://gist.githubusercontent.com/heyarne/09812024067c4db239df2181c347f743/raw/a9a372710097e4d2c3df699e3b84cdfd1526eb7e/isochrones-galton-lat:52.5219184-lng:13.4132147.geojson")
…
-
### The issue
See: https://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=24834
We use `DbDataReader.GetValues()` to read the current row. When a field is of type 'geometry' this fails. In v4 th…
-
Microsoft has a [Microsoft.Spatial](http://odata.github.io/odata.net/#03-02-create-spatial-instances) as part of their OData library. It supports .NET Core and seems to have a complete implementation …
-
Using RGeo 3.1.4
Rails 4.2
ActiveRecord 4.2.4
I am currently having an issue with my geometry column:
t.geometry "point", limit: {:srid=>4326, :type=>"point", :has_z=>true}
When …
-
I am having issues with the z-coordinate in geometry columns.
My testing migration is the following:
class CreateMarkers < ActiveRecord::Migration
def change
create_table :mark…
-
Is there a PostGIS (or other) limitation that would prevent us from adding `properties` to the Geo structs?
For example it would be very nice to be able to do the following:
```
%Geo.Point{coor…
jerel updated
6 years ago