I need to be able to evaluate how remote a location is given its geographical coordinates. I rate remoteness based off of a few key metrics, so far, I am only able to calculate a subset of all the required metrics:
- The cellular reception at the given coordinate. More specifically, the density of cell towers around the coordinate. This can be found using opencellid.org.
- Elevation. This can be found using Google's Elevation API
How can one find these remaining metrics for remoteness?
- The type of natural feature the coordinate is in. (eg. Lake, River, Glacier, Ocean, Island, Mountain)
- Distance to the nearest road. (Google's Snap Road API and Nearest Road API only work if the coordinate is within 50m of a road, that will not work as some coordinates are hundreds of km from the nearest road).