Skip to content

building completeness query #3

@openbrian

Description

@openbrian

This is for your StreetComplete stats project, but I can't find the repo.

This is how I measure building categorization completeness.

(
  way
    ["building"]
    ["building"!~"^(apartments|boat_storage|college|commercial|construction|detached|garage|hospital|house|industrial|office|residential|retail|roof|school|semidetached_house|service|shed|terrace|toilets)$"]
    [!amenity]
    [!leisure]
    [!man_made]
    [!shop]
  ({{bbox}});
);

It's similar to the Android app.

https://github.com/streetcomplete/StreetComplete/blob/master/app/src/main/java/de/westnordost/streetcomplete/quests/building_type/AddBuildingType.kt#L15

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions