[oshdb-filter] filter tags by numerical comparisons with units
Open
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
Assessment
This issue has not been assessed yet.