Thanks for the tip! Do you recommend a "suitable projection" for the buffer operation that will not produce distorted buffers?<br><br><div class="gmail_quote">On Fri, Mar 2, 2012 at 7:15 PM,  <span dir="ltr"><<a href="mailto:pcreso@pcreso.com">pcreso@pcreso.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 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">ST_Buffer(<linestring>, distance)<br>
<br><a href="http://www.postgis.org/docs/ST_Buffer.html" target="_blank">http://www.postgis.org/docs/ST_Buffer.html</a><br><br><br>Note that if your data is lat/long (such as EPSG:4326) with units in degrees, then you will get somewhat distorted buffer distances, and a better result by transforming your linestring to a more suitable projection for the buffer operation, then transform it back.<br>
<br>eg:<br><br>ST_Transform(ST_Buffer(ST_Transform(<linestring>, SRID), distance),4326)<br><br>HTH,<br><br>   Brent Wood<br>--- On <b>Fri, 3/2/12, Ed Linde <i><<a href="mailto:edolinde@gmail.com" target="_blank">edolinde@gmail.com</a>></i></b> wrote:<br>
<blockquote style="border-left:2px solid rgb(16,16,255);margin-left:5px;padding-left:5px"><br>From: Ed Linde <<a href="mailto:edolinde@gmail.com" target="_blank">edolinde@gmail.com</a>><br>Subject: [postgis-users] Forming a BAND around a linestring<br>
To: "PostGIS
 Users Discussion" <<a href="mailto:postgis-users@postgis.refractions.net" target="_blank">postgis-users@postgis.refractions.net</a>><br>Date: Friday, March 2, 2012, 11:17 PM<div><div class="h5"><br><br><div>Hi All,<div>
I have a set of points with (x,y) co-ordinates that belong to a single object ex: a segment in a road network.</div><div>If we made a LINESTRING that connected these points (x,y), then I would like to have a BAND or RANGE</div>

<div>around the linestring of say 10 meters wide that would probably make it look more like a polygon or some </div><div>area. How can I achieve this in postgis 2.0? Do I need to use some library like GDAL in order to achieve this?</div>

<div><br></div><div>Cheers,</div><div>Ed</div>
</div><br></div></div>-----Inline Attachment Follows-----<br><br><div>_______________________________________________<br>postgis-users mailing list<br><a href="http://mc/compose?to=postgis-users@postgis.refractions.net" target="_blank">postgis-users@postgis.refractions.net</a><br>
<a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br></div></blockquote></td></tr></tbody></table></blockquote></div>
<br>