Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSM-POI: Introduce subcategories #17

Open
mattigrthr opened this issue May 19, 2021 · 0 comments
Open

OSM-POI: Introduce subcategories #17

mattigrthr opened this issue May 19, 2021 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers pipeline/osm-poi Issues related to the osm-poi pipeline pipeline Issues related to pipelines

Comments

@mattigrthr
Copy link
Contributor

The tags belonging to one of the high-level categories can be further clustered into subcategories. These can then be used as filters in queries (see #16).

The example structure based on kuwala-pipelines/osm-poi/resources/categories.json would look like this (naming for subcategories: highLevelCategory_subcategory):

{
  "sport": {
    "category": "sport",
    "tags": [
      
    ],
    "subcategories": [
      {
        "category": "sport_fighting",
        "tags": [
           
        ]
      },
      
    ]
  },
  
}
@mattigrthr mattigrthr added enhancement New feature or request good first issue Good for newcomers pipeline Issues related to pipelines pipeline/osm-poi Issues related to the osm-poi pipeline labels May 19, 2021
@mattigrthr mattigrthr added this to To do in Kuwala via automation May 19, 2021
@mattigrthr mattigrthr removed this from To do in Kuwala Feb 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers pipeline/osm-poi Issues related to the osm-poi pipeline pipeline Issues related to pipelines
Projects
Status: Todo
Development

No branches or pull requests

1 participant