Querying SQL Server geospatial data from R
问题 Edited: I have added login details to a demo SQL Server 2017. I am querying an SQL Server from R using the FreeTDS driver (preferred over the Microsoft odbc driver as it supports Windows authentication in Linux). I'm struggling to interpret the geometry column with st_read . The connection is initiated as such: library(odbc) library(DBI) library(sf) username <- 'SO-user' sql_server_ip <- '35.214.169.110' password <- 'SQLaskingfortrouble?!' con <- dbConnect(odbc(), Driver = "FreeTDS", Server =