Hello all, I'm wondering if with:

>>>circle = Point(1,1).buffer(1)

I'm creating a circle of 1x1 and with a radius of 1 unit...

How can I create a circle using decimal coordinates for the point and
giving a radius of 1000 or 500 meters for example:

>>>circle = Point(-20.212446,-70.150183).buffer(?)


Thanks in advance.
Christian.
_______________________________________________
Community mailing list
[email protected]
http://lists.gispython.org/mailman/listinfo/community

Reply via email to