docs(stargazer map): credit OpenStreetMap for the geocoding (#2955)

The country lookup is done with Nominatim, i.e. OpenStreetMap data
(ODbL), which requires attribution wherever the derived data is shown.
The footnote credited only the GitHub profile. Add two lines crediting
Nominatim/OSM for the geocoding specifically -- the country shapes are
plotly's Natural Earth basemap, not OSM.

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
Alexandre
2026-08-10 16:04:07 +02:00
committed by GitHub
parent 4f7558050b
commit a830293736

View File

@@ -240,7 +240,9 @@ def build_figure(counts, total_stargazers):
dict(
text="Countries in grey have no located stargazer.<br>"
"Location is read from the public GitHub profile,<br>"
"so the map covers the located subset only.",
"so the map covers the located subset only.<br>"
"Country lookup by Nominatim geocoding,<br>"
"data © OpenStreetMap contributors.",
x=0.988,
y=0.05,
xref="paper",