Hi, I'm pretty new to OpenStreetMap and i'm sorry for my bad english. I'm trying to get terrain information from a specific bounding box. I tried it with overpass turbo but had no success. It would be nice if i could get informations like forrest, grassland, desert, snow or if the location in the bbx is ocean (maybe also temperature). I found the 'natural' key/tag but im not sure if this contains all the information i'm looking for In the end my plan is to make a python script that gets these informations from multiple locations(bbx's) asked 03 Feb '20, 14:23 Fliens |
Your first place to look is in the wiki to find the correct 'key' for each entity you wish to locate: https://wiki.openstreetmap.org/wiki/Forest To get different boundary boxes use: https://osm.duschmarke.de/bbox.html (Press Alt & drag with mouse left button) To find single entity types:
To find multiple entities types:
Unsure if ocean is an OSM type - look up Also answered 03 Feb '20, 15:01 DaveF is it possible to get all tags or keys that the current boundary box has? for example i want to get all keys or tags from this boundary box: [bbox:54.4438,7.1249,54.6032,7.4435]
(03 Feb '20, 15:08)
Fliens
Just remove the tags, but be careful not to make the area too large, especially over land. It'll return large amounts of data.
(03 Feb '20, 16:12)
DaveF
|
Please note OSM has no information on temperature.