Re: [OSM-dev] Polygon buffer tool (for Osmosis)

2009-12-11 Thread marcus.wolschon
On Thu, 10 Dec 2009 21:40:39 -0500, Frank Steggink stegg...@steggink.org wrote: Hi, I've created a small Python tool which buffers the polygon in a polygon file (for Osmosis), Excuse me, wich polygon is buffered, when and for what purpose? From the source I see Calculate a buffer around

Re: [OSM-dev] Polygon buffer tool (for Osmosis)

2009-12-11 Thread Richard Weait
On Fri, Dec 11, 2009 at 7:03 AM, marcus.wolsc...@googlemail.com wrote: On Thu, 10 Dec 2009 21:40:39 -0500, Frank Steggink stegg...@steggink.org wrote: Hi, I've created a small Python tool which buffers the polygon in a polygon file (for Osmosis), Excuse me, wich polygon is buffered, when

Re: [OSM-dev] Polygon buffer tool (for Osmosis)

2009-12-11 Thread Emilie Laffray
2009/12/11 Frank Steggink stegg...@steggink.org Hi, I've created a small Python tool which buffers the polygon in a polygon file (for Osmosis), and creates a new polygon file. It can be found here: [1]. For the buffering PostGIS is used. All Canadian polygon files from [2] have been tested

Re: [OSM-dev] Polygon buffer tool (for Osmosis)

2009-12-11 Thread Marcus Wolschon
It's a python-script. How would you like to do that inside osmosis? ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] Polygon buffer tool (for Osmosis)

2009-12-11 Thread steggink
Quoting Marcus Wolschon marcus.wolsc...@googlemail.com: It's a python-script. How would you like to do that inside osmosis? Hi Marcus, What Emilie probably meant was that it would be a good idea to accept the buffering distance as an argument in Osmosis, so that Osmosis would apply the

Re: [OSM-dev] Polygon buffer tool (for Osmosis)

2009-12-11 Thread steggink
Hi Marcus, Quoting marcus.wolsc...@googlemail.com: Excuse me, wich polygon is buffered, when and for what purpose? Sorry for being a bit unclear. Richard already explained it, so no need for me to touch that again. Why does it need a PostGIS for this job? Wouldn't calculating the normal in

[OSM-dev] Polygon buffer tool (for Osmosis)

2009-12-10 Thread Frank Steggink
Hi, I've created a small Python tool which buffers the polygon in a polygon file (for Osmosis), and creates a new polygon file. It can be found here: [1]. For the buffering PostGIS is used. All Canadian polygon files from [2] have been tested and are working. Requirements: Python (2.6, but