<div dir="ltr">Hi all,<div><br></div><div>Apologies for cross-posting this to the RPostrgeSQL and PostGIS mailing lists, but I'm not sure where the problem lies.</div><div><br></div><div>I am using the RPostgreSQL package of R to connect to my installation of PostgreSQL/PostGIS. I want to retrieve some coordinates from my database and run the below command. Is this just that R doesn't know what to do with Geometry's, or is it something I should be more concerned about? I ask, as I'm having some wider issues with my workflow and this may be related.</div>

<div><br></div><div>Thanks</div><div><br></div><div>James</div><div><br></div><div><pre tabindex="0" class="" style="font-family:Consolas,'Lucida Console',monospace;font-size:14px;outline:none;border:none;margin-top:0px;margin-bottom:0px;line-height:15px;color:rgb(0,0,0);background-color:rgb(225,226,229);white-space:pre-wrap!important">

<span class="" style="white-space:pre;color:blue">> </span><span class="" style="color:blue">dbGetQuery(con, "SELECT st_transform(st_setsrid(st_makepoint(soose::numeric, soosn::numeric),27700),4326) FROM stage WHERE ssid = '707187161010202'")
</span>                        </pre><pre tabindex="0" class="" style="font-family:Consolas,'Lucida Console',monospace;font-size:14px;outline:none;border:none;margin-top:0px;margin-bottom:0px;line-height:15px;color:rgb(0,0,0);background-color:rgb(225,226,229);white-space:pre-wrap!important">

st_transform
1 0101000020E6100000F71184EF3961B3BF830420AF33C64940
<span class="" style="color:rgb(197,6,11)">Warning message:
</span><span class="" style="color:rgb(197,6,11)">In postgresqlExecStatement(conn, statement, ...) :
  RS-DBI driver warning: (unrecognized PostgreSQL field type geometry (id:480912) in column 0)</span></pre></div></div>