<div dir="ltr">Nautical miles are roughly based on 1 minute of longitude, but that only equals (approximately) one minute of latitude at the equator, so you won't really have a 2NM radius circle if you use WSG84. You should probably use a meter-based projection and create the circle based on a nautical mile being 1,852 meters (this, not 1 minute of longitude, is actually the official definition).<div>
<br></div><div>I'm just getting started with Postgis myself, so I can't critique your command, but someone else can probably chime in with that info.<div><br></div><div>-Peter<br><br><div class="gmail_quote">On Thu, Sep 11, 2008 at 1:36 PM, Blake Crosby <span dir="ltr"><<a href="mailto:me@blakecrosby.com">me@blakecrosby.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I'm trying to create "circles" by using the buffer function around a point.<br>
<br>
The radius values i'm working with are in nautical miles. The definition of a nautical mile is 1 minute of 1 degree.<br>
<br>
Since this unit of measurement is based on a degree, and WSG84 is based on degrees of lat/long (and not meters like UTM) will the following be valid for a circle with a radius of 2 nautical miles around point (72.3,-45.3)?<br>

<br>
st_buffer(st_geomfromtext('POINT(-45.3 72.3)', 4326), 0.0166667*2)<br>
<br>
I'm trying to troubleshoot a problem I'm having and want to rule out any issues with my usage of buffer.<br>
<br>
Blake<br>
_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto: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>
</blockquote></div><br></div></div></div>