Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a web service that provides terrain type at lat/lon?

I'm wondering if there is a (free?) web service that will return the type of terrain at a specific latitude and longitude?

The most important data I'm interested in is whether the point is over water or over land. It would also be useful if I could find out if the point is in an urban area, desert, or in the rainforest, etc. I might be able to guess that based on average rainfall/temperature for a location, or doing a reverse geocode.

like image 763
Calvin Avatar asked Nov 05 '22 00:11

Calvin


1 Answers

Check out GeoNames database, 7.5 million locations including lat/long/elevation and type of each location (see dictionary here).

like image 54
Tomasz Nurkiewicz Avatar answered Nov 09 '22 13:11

Tomasz Nurkiewicz