Tags: umbe1987/geopy
Tags
* ADDED: Mapzen geocoder. Contributed by migurski. (geopy#183) * ADDED: GoogleV3 geocoder now supports a `channel` option. Contributed by gotche. (geopy#206) * ADDED: Photon geocoder now accepts a new `limit` option. Contributed by Mariana Georgieva. * CHANGED: Use the IUGG mean earth radius for EARTH_RADIUS. Contributed by cffk. (geopy#151) * CHANGED: Use the exact conversion factor from kilometers to miles. Contributed by cffk. (geopy#150) * CHANGED: OpenMapQuest geocoder now properly supports `api_key` option and makes it required. * CHANGED: Photon geocoder: removed `osm_tag` option from reverse geocoding method, as Photon backend doesn't support it for reverse geocoding. * FIXED: Photon geocoder was always returning an empty address. * FIXED: Yandex geocoder was returning a truncated address (the `name` part of a place was missing). * FIXED: The custom `User-Agent` header was not actually sent. This also fixes broken Nominatim, which has recently banned the stock urllib user agent. * FIXED: `geopy.util.get_version()` function was throwing an `ImportError` exception instead of returning a version string. * FIXED: Docs for constructing a `geopy.point.Point` were referencing latitude and longitude in a wrong order. Contributed by micahcochran and sjorek. (geopy#207 geopy#229) * REMOVED: Navidata geocoder has been removed. Contributed by medecau. (geopy#204)
* ADDED: Photon geocoder. Contributed by mthh. * ADDED: Bing supports structured query parameters. Contributed by SemiNormal. * CHANGED: Geocoders send a `User-Agent` header, which by default is `geopy/1.11.0`. Configure it during geocoder initialization. Contributed by sebastianneubauer. * FIXED: Index out of range error with no results using Yandex. Contributed by facciocose. * FIXED: Nominatim was incorrectly sending `view_box` when not requested, and formatting it incorrectly. Contributed by m0zes.
PreviousNext