There are tags where landuse = recreation_ground and leisure = garden but I dont see any stat for this combination in tag info. How to get that stat

In OSM data I found for some features landuse =“recreation_ground” and liesure = garden but I dont see statistics for this combination in landuse =“recreation_ground”. How to get details of such combination.

177 cases where these two are on the same object: overpass turbo

note that they may also overlap or be within another and will be not detected this way

3 Likes

Thanks for your response @Mateusz_Konieczny . Is there any way that I can find this information in taginfo website. What I see is there is no information regarding number of such instance in taginfo website.

taginfo shows this info only for the most popular combinations, not for all tagA-tagB combinations

AFAIK no

precalculating all combinations for all values of all keys is not feasible (just intersection of all addr:housenumber and name values is likely too much in practice, and gets you list of over 37145038 * 1800631 cases)

1 Like