@@ -295,15 +295,9 @@ <h2>What is this?</h2>
295295 OpenPOIs downloads current US-wide POI snapshots from multiple publicly
296296 available sources — currently OpenStreetMap and Overture Maps — and
297297 conflates them into a single unified dataset. The web map lets you
298- explore each source side by side, or view the conflated output with a
299- confidence score showing how well each POI is corroborated across
300- sources.
301- </ p >
302- < p >
303- The project is also a Python library for modeling POI stability over
304- time using historical OpenStreetMap data. It fits an empirical Bayes
305- Poisson model to estimate per-category change rates, giving a sense of
306- how likely a given POI is to have changed since it was last observed.
298+ explore each source side by side. Each POI in the conflated dataset is given a
299+ confidence score, which is the probability that the POI currently exists
300+ based on available data from both sources.
307301 </ p >
308302
309303 < h2 > Data Sources</ h2 >
@@ -345,12 +339,14 @@ <h2>The Conflation Process</h2>
345339 < strong > Spatial matching:</ strong > Within each shared-label group,
346340 nearby POIs from different sources are candidate matches. Match radii
347341 vary by category — a small neighborhood coffee shop uses a tighter
348- radius than a large hospital campus.
342+ radius than a large hospital campus. Conflated POIs found in both OpenStreetMap and
343+ Overture Maps are assigned a match score < i > (separate from the confidence score below)</ i > ,
344+ indicating the probability of a true cross-source match.
349345 </ p >
350346 < p >
351347 < strong > Confidence scoring:</ strong > Each conflated POI receives a
352348 confidence score from 0 to 1, representing the estimated probability
353- that the POI is real and currently present .
349+ that the POI currently exists .
354350 </ p >
355351 < p > The confidence score is visualized on the map with a color ramp:</ p >
356352 < table class ="conf-table ">
@@ -422,9 +418,14 @@ <h2>Data Access & Licensing</h2>
422418
423419 < h2 > Python API Documentation</ h2 >
424420 < p >
425- The < code > openpois</ code > Python package provides modules for
426- downloading POI snapshots, conflating across sources, and modeling
427- historical POI change rates.
421+ The < code > openpois</ code > Python package powers this project. It provides modules for
422+ downloading POI snapshots, conflating across sources, and modeling historical POI
423+ change rates.
424+ </ p >
425+ < p >
426+ We fit an empirical Bayes Poisson model to estimate per-category change rates from
427+ historical OpenStreetMap data, giving a sense of how likely a given POI is to have
428+ changed since it was last observed. A full methods writeup is coming soon.
428429 </ p >
429430 < a href ="/docs/ " class ="docs-link "> View Python API Docs →</ a >
430431 </ main >
0 commit comments