-
Notifications
You must be signed in to change notification settings - Fork 15
Comparator to monitor primary tags on OpenStreetMap #96
Comments
Though we do have few compare functions which flags the features having these primary tags, being deleted. For example , this looks for features deleted which had place tag and values as Yes, it would be great to have As discussed w/ @bkowshik another interesting case could be flagging those features where primary tag value falls out of set of valid combination. Ref: https://taginfo.openstreetmap.org/taginfo/apidoc#api_4_key_values |
@bkowshik this looks like a good start. The scope of this function should be limited to @amishas157 would prefer we have a comparator for tag values separate. We should keep the focus of every function very narrow so that its easy to test. |
@amishas157 @bkowshik are we going organise this per primary tag? what's next? |
We have this with the The tag combination percentages downloaded from TagInfo is part of tag-combinations.csv |
TLDR:
Hi, my current not perfect - (relation) Primary list - for detecting strange osm tag combinations with osm relations :
My algorithm is very simple ,
Example: FREQ: Analyze OSM Relations with role=outer without primary OSM keysus-midwest-latest.osm.pbf ( 2017-03-09T21:43:02Z ) http://download.geofabrik.de/north-america/us-midwest-updates [Rv:0.1b]
|
Interesting @ImreSamu, thank you for sharing! 👍 |
maybe related: the "OSM Inspector" - has a 'feature keys' - list and a similar report:
see blog post: https://blog.geofabrik.de/?p=425 ( 4.09.2017 | Michael Reichert ) As I see - the actual list of 'feature keys' contains a lot of keys - and probably battle-tested |
There are
26
recognized primary tags on OpenStreetMap.The
primary-osm-tag
compare function will:highway
waterway
is added to abuilding
feature1
primary tagsnatural
andplaces
tagsUncertainties
cc: @geohacker @planemad @bsrinivasa
The text was updated successfully, but these errors were encountered: