Finding potential drinking water along hiking trails using Openstreetmap and Overpass Turbo

 Date: December 2, 2023

Overpass Turbo and Openstreetmap are incredibly useful tools for finding potential water sources along hiking trails. How?

  1. Open https://overpass-turbo.eu/

  2. Add follwing code snipped.

[out:json][timeout:25];
// gather results
(
  nwr["amenity"="drinking_water"]();
  nwr["amenity"="grave_yard"]();
  nwr["amenity"="shower"]();
  nwr["natural"="spring"]();
  nwr["tourism"="camp_site"]();
  nwr["drinking_water"="yes"]();
);
// print results
out body;
>;
out skel qt;

Beware: It’s not listing “common” sources like supermarkets and Cafes/restaurants.

  1. Move the map on the right to the region you want to supermarkets
  1. Execute ‘Run’
Potential drinking water sources
Potential drinking water sources

Previous
⏪ Eine Fritzbox als Wireguard-Client mit einem Wireguard-Server verbinden

Next
Cheap and easy to source Logic Level Mosfets (N-/P-Channel) ⏩