On Saturday, April 28, 2012 12:03:09 PM UTC-7, pcr...@pcreso.com wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><table cellspacing="0" cellpadding="0" border="0"><tbody><tr><td valign="top" style="font:inherit">Hi Shaun,<br><br>You add a geometry column to the table, then run an update sql to populate it.<br><br>eg, assuming your table is called mytable, located in the public schema, & you want to create a two dimensional point with lat/long coordinates (EPSG:4326) called "geom":<br></td></tr></tbody></table></blockquote><div><br></div><div><br></div><div>And _assuming your lat/lon coordinates are referenced to WGS 84_ or, for small to medium scales, NAD 83---then EPSG:4326 is the right coordinate system. Not all lat/lon coordinates are equal.</div><div><br></div><div>For example the error between mis-identifying lat/lon in NAD 27 as lat/lon in WGS 84 is about half a city block.</div><div><br></div><div>-Charlie</div>