Finding good ham radio portable spots using OpenstreetMap and Overpass Turbo

 Date: August 9, 2021

How to find good spots where you can work from? This is a question you can ask Overpass Turbo from the Openstreetmap project.

So let’s look for:

  • Picnic tables
  • Benches
  • Bad weather shelters

Which results in following query code.

[out:json][timeout:25];
(
  nwr["leisure"="picnic_table"]();
  nwr["picnic_table"="yes"]();
  nwr["tourism"="picnic_site"]();
  nwr["tourism"="shelter"]();
  nwr["tourism"="table"]();
  nwr["tourism"="bench"]();
);
out skel qt; 

Thats spits out this nice picture

Overpass Query result
Overpass Query result

Previous
⏪ Rhein/Ruhr/Ahrbruck Hochwasser 2021 - Sentinel-1 SAR-Satellitenbilder der Überschwemmungsgebiete

Next
Icom IC-705 QRM caused by USB CAT control ⏩