Skip to content

Is places.sources.confidence deprecated #259

Closed Answered by jwass
lilcorey asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @lilcorey - the 'place' type still has a top-level column called "confidence" https://github.com/OvertureMaps/schema/blob/main/schema/places/place.yaml#L44 - which is still populated in the latest release: In Athena: select count(1) from overture.release.v2024_07_22_0 where type = 'place' and confidence is not null returns 53289793 rows.

I agree that the relationship between this column and the confidence in the individual sources is somewhat confusing, but this top-level column allows an overall assessment of the confidence from all sources

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jenningsanderson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants