GIScience / GIScience/oshdb

[oshdb-filter] filter tags by numerical comparisons with units

Open
#316 0 comments 0 reactions 0 assignees View on GitHub
enhancement moved from gitlab
Dominant language
Java
Stars
131
Forks
19
PR merge metrics
No merged PRs in 30d

Description

Extension of #315 which takes different measurement units into account.

e.g. `maxspeed >= 50km/h` should match OSM highways with all of these tags:
* `maxspeed = 50`
* `maxspeed = 50 km/h`
* `maxspeed = 32 mph`
* …

list of to-be-supported units:

* [ ] [speeds](https://wiki.openstreetmap.org/wiki/Key:maxspeed): `km/h`, `mph`, `knots`?, …
* [ ] [heights/elevation/lengths](https://wiki.openstreetmap.org/wiki/Key:height): `m`, `f`, `"`, …
* [ ] …

> This issue was originally posted at GIScience/ohsome-api#65 and https://gitlab.gistools.geog.uni-heidelberg.de/giscience/big-data/ohsome/libs/ohsome-filter/-/issues/13

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.