DenisCarriere / geocoder

:earth_asia: Python Geocoder
http://geocoder.readthedocs.org
MIT License
1.63k stars 287 forks source link

wrongly interpreting sea-level elevation status: ERROR - No Elevation found #464

Open dotysan opened 1 year ago

dotysan commented 1 year ago

geocode -m elevation -p google 38.19,-121.93

{"raw": {"elevation": 0, "location": {"lat": 38.19, "lng": -121.93}, "resolution": 9.543951988220215}, "resolution": 9.543951988220215, "status": "ERROR - No Elevation found", "ok": false}

But as you can see from the raw{}, there is an elevation there. It is 0 (sea level)!