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

Segmentation fault when trying to access node.parents(<GOQL>) #46

Closed osmuser63783 closed 7 months ago

osmuser63783 commented 7 months ago

Minimal example: filtering the list of parents down to just those that are areas:

nodes = planet("n")
for n in nodes:
     print(n)
     parentareaways = n.parents("a")
node/6018842402
Segmentation fault (core dumped)
clarisma commented 7 months ago

Thanks, great catch! Fix is coming...