[gdal-dev] Buffer unit
Jaak Laineste (Nutiteq)
jaak at nutiteq.com
Thu Oct 10 06:23:56 PDT 2013
On 10.10.2013, at 14:06, Iván Sánchez Ortega <ivan at sanchezortega.es> wrote:
> El Jueves, 10 de octubre de 2013 13:16:42 Jaak Laineste escribió:
>> Isn't there really better solution than dual-transformation? [...] Good
>> solution would be to implement buffer function from latitude/longitude
>> directly, say buffer(lat,lon,buffer_meters). Any takers?
>
> Actually, what you want is a buffer(lat, lon, degrees) algorithm that works on
> polar coordinates on a topological sphere/geoid (as opposed to cartesian
> coords on a plane).
>
>
> But if PostGIS geography hasn't implemented that, my bet is that no one has.
> Yet.
You can calculate buffer around point quite easily with algorithm like http://williams.best.vwh.net/avform.htm#LL , but generic buffer implementation, for lines/polygons would be bigger tasks for sure. Spherical JTS would be nice :)
Jaak
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20131010/ecfff126/attachment.html>
More information about the gdal-dev
mailing list