sf icon indicating copy to clipboard operation
sf copied to clipboard

Postgis: add support for more geometry types

Open etiennebr opened this issue 5 years ago • 2 comments

st_read(con, query = "select st_point(1, 1)::point")
#' st_point
#' 1    (1,1)
#' Warning message:
#'   In st_read.DBIObject(con, query = "select st_point(1, 1)::point") :
#'   Could not find a simple features geometry column. Will return a `data.frame`.

A project for https://github.com/etiennebr/spatial-database-proposal

etiennebr avatar May 15 '20 16:05 etiennebr

Is this still on your to-do list?

edzer avatar Mar 03 '21 14:03 edzer

Yes, but feel free to close if you want to clean the list.

etiennebr avatar Mar 03 '21 15:03 etiennebr