harg's Notes
Notes submitted or commented on by harg
| Id | Creator | Description | Created at | Last changed | |
|---|---|---|---|---|---|
| 5258100 | RedAuburn | "don't think this is a post office"
|
|||
| 5258088 | ssb22 | "I'm standing here now and there is no bus stop it's further down the road"
|
|||
| 5258934 | March 7, 1945, a German V2 hit this area, destroying a row of homes and killing 53 people. |
||||
| 3702442 | okwithmydecay | Unable to answer "Do these steps have a ramp? What kind?" for way/302578480 via StreetComplete 53.0: Inaccessible due to construction Attached photo(s):
|
|||
| 5254129 | RedAuburn | lift entrance on opposite side via StreetComplete 63.0 |
|||
| 5254061 | Gina Banyard | Unable to answer "What are the opening hours here?" – Grab & Go (Convenience Store) – way/432267488 via StreetComplete 63.0: Not sure if this is still a convenience store Attached photo(s):
|
|||
| 5254158 | Charles Bell House |
||||
| 4697374 | Peter Newman | In context of overlay "Places" – Hagen (Cafe) – node/12628306251 via StreetComplete 60.3: Duplicates in wrong place |
|||
| 5251733 | Bar Silver | 70 Upper Street Islington is Bar Silver, a cocktail bar and nightclub
|
|||
| 5251440 | import pandas as pd
# 1. Get pubs from OpenStreetMap
# 2. Build dataset
df = pd.DataFrame(pubs) # 3. Origin point (SE15 2LP approx centroid)
# 4. Compute exact distances
# 5. Sort and take top 500
print(nearest_500) |