clarisma / geodesk-py

Fast and storage-efficient spatial database engine for OpenStreetMap data
https://docs.geodesk.com/python
GNU Lesser General Public License v3.0
36 stars 0 forks source link

Add `buffer` method to `Feature` and `Features` #9

Open clarisma opened 10 months ago

clarisma commented 10 months ago

This would allow users to create a buffered shape, without having to think about Mercator-unit conversions:

feature.buffer(meters=20)  # Creates a shape with a 20-meter buffer

(Related to #1)