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

Implement `__contains__` for feature sets #23

Closed clarisma closed 9 months ago

clarisma commented 9 months ago

This would allow membership tests, e.g:

if restaurant in sushi_restaurants:
    ...