Overpass query:
show query
–
Overpass Turbo
[timeout:300][out:json];
(
node(around:1000,44.42000,-65.18000)["monitoring:weather"][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,44.42000,-65.18000)["monitoring:weather"][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,44.42000,-65.18000)["monitoring:weather"][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,44.42000,-65.18000)["man_made"="monitoring_station"][name];
way(around:1000,44.42000,-65.18000)["man_made"="monitoring_station"][name];
rel(around:1000,44.42000,-65.18000)["man_made"="monitoring_station"][name];
);
out center tags;