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

Allow feature sets to be constructed based on an iterable #26

Open clarisma opened 9 months ago

clarisma commented 9 months ago

Currently, the Features constructor creates a feature set based on a GOL. As an alternative, the constructor could accept an iterable that contains arbitrary Feature objects, which can then be further filtered, displayed on a map, or exported in other formats.

Open issues: