nst-guide / data

Create map waypoints and layers from open data sources
https://nst-guide.github.io/data/
GNU General Public License v3.0
6 stars 0 forks source link

Get peaks within distance of trail #19

Closed kylebarron closed 4 years ago

kylebarron commented 4 years ago

This can definitely be a larger buffer than normal. Say for a buffer of like 10 miles around the trail, find every osm point (just point?) that's tagged as a peak or pass. Many of these will already be linked to Wikipedia, but for the others you can do a geosearch at that point, for that title, with a radius of like 100-300m.

kylebarron commented 4 years ago

I think this is unnecessary because it's part of the basemap as of https://github.com/nst-guide/osm-liberty-topo/commit/981e6c465fe45c86fe8fbae4576a5a5d629497cd

It's not that necessary to get wikipedia articles for the peaks, and they'll come in anyways when I get all wikipedia articles within a given distance of the trail.