Skip to content

Fix tags reading for wildcards matching #233

Description

@RaczeQ

Currently, only tag values that match wildcards are returned, even if the value is not None:

qosm.convert_geometry_to_parquet(
    geometry_filter=qosm.geocode_to_geometry("Prague"), tags_filter={"name*": "*Astronom*"}
)

The tag name for node/4748580936 is None even though it's not in the real dataset: Staroměstský orloj

https://www.openstreetmap.org/node/4748580936

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions