Overpass query:
show query
–
Overpass Turbo
[timeout:300][out:json];
(
node(around:1000,-40.17167,-69.78806)[natural=canyon][name];
way(around:1000,-40.17167,-69.78806)[natural=canyon][name];
rel(around:1000,-40.17167,-69.78806)[natural=canyon][name];
node(around:1000,-40.17167,-69.78806)[natural=valley][name];
way(around:1000,-40.17167,-69.78806)[natural=valley][name];
rel(around:1000,-40.17167,-69.78806)[natural=valley][name];
);
out center tags;