The other day @MM0RFN pointed out that there are tags in OpenStreeMap (OSM) for SOTA references and points. Documented here. So I added the SOTA references and points to all UK summits.
It’s not an immediately useful thing but the data is now available within the OSM world, and of course freely accessible and editable. I think the real power will be with queries you can write using overpass turbo.
For example I want to know all the SOTA summits that are also Corbetts. To make sure @G5OLD really does do them all. Well Overpass can tell me with this code, click here to run it.
[out:json][timeout:25];
nwr["natural"="peak"]["corbett"="yes"][~"^communication:amateur_radio:sota.*$"~"."]({{bbox}});
out geom;
And there you go, a nice map, a json of the answer listing all 220 SOTA Corbetts (there are 5 which aren’t…according to OSM).
This is probably a well solved question, but what else would we like? Given this is OSM and contains all sorts of things that might be interesting to activators, like nearby parking spaces, bus stops, train stations, summits that share a common path, or combinations.
I’ve only just started using Overpass API and figuring it out, and this video gave me a general understanding of what can be done.
Interested in seeing and hearing how you use OSM?
Also GU/GU-002 doesn’t have a peak on Guernsey in OSM, so initially my script put it somewhere in Southampton! For now I added an information point but wondered where the peak actually is? I wondered what OS maps said, but seems like they don’t cover Guernsey (or not online anyway).