Skip to content

feat(oqapi): add custom topic-title and topic-filter#87

Open
mcauer wants to merge 5 commits intomainfrom
86-add-custom-topic-filter
Open

feat(oqapi): add custom topic-title and topic-filter#87
mcauer wants to merge 5 commits intomainfrom
86-add-custom-topic-filter

Conversation

@mcauer
Copy link
Copy Markdown
Member

@mcauer mcauer commented May 5, 2026

Requires a metadata topic definition like:

"topics": {
      "custom-topic": {
        "name": "Custom Topic (count)",
        "description": "Define your own OSM topic with a custom ohsome-filter.",
        "endpoint": "elements",
        "aggregationType": "count",
        "filter": "<tag>=<value> and geometry:<point|line|polygon>",
        "indicators": ["mapping-saturation", "currentness", "attribute-completeness", "user-activity"],
        "projects": ["core", "bkg"],
        "source": null
      },

@mcauer mcauer requested review from Gigaszi and matthiasschaub May 5, 2026 16:51
@mcauer mcauer self-assigned this May 5, 2026
@mcauer mcauer linked an issue May 5, 2026 that may be closed by this pull request
mcauer added 3 commits May 6, 2026 13:13
Requires a metadata topic definition like:
```
"topics": {
      "custom-topic": {
        "name": "Custom Topic (count)",
        "description": "Define your own OSM topic with a custom ohsome-filter.",
        "endpoint": "elements",
        "aggregationType": "count",
        "filter": "<tag>=<value> and geometry:<point|line|polygon>",
        "indicators": ["mapping-saturation", "currentness", "attribute-completeness", "user-activity"],
        "projects": ["core", "bkg"],
        "source": null
      },
```
@mcauer mcauer force-pushed the 86-add-custom-topic-filter branch from f35574a to 2c7954c Compare May 6, 2026 11:56
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 6, 2026

Quality Gate Failed Quality Gate failed

Failed conditions
36.8% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add custom topic filter

1 participant