Accepting request 726368 from home:jengelh:branches:Application:Geo
- Ensure neutrality of descriptions. OBS-URL: https://build.opensuse.org/request/show/726368 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-geopy?expand=0&rev=3
This commit is contained in:
parent
46d092381c
commit
30bf517f6e
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 27 07:00:00 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Ensure neutrality of descriptions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 25 04:17:12 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
@ -16,9 +21,9 @@ Mon Mar 25 04:17:12 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
Thu Feb 18 15:12:48 UTC 2016 - eshmarnev@suse.com
|
||||
|
||||
- update to version 1.11.0:
|
||||
* ADDED: Photon geocoder.
|
||||
* ADDED: Photon geocoder.
|
||||
* ADDED: Bing supports structured query parameters.
|
||||
* CHANGED: Geocoders send a User-Agent header, which by default is geopy/1.11.0.
|
||||
* CHANGED: Geocoders send a User-Agent header, which by default is geopy/1.11.0.
|
||||
* FIXED: Index out of range error with no results using Yandex.
|
||||
* FIXED: Nominatim was incorrectly sending view_box when not requested, and formatting it incorrectly.
|
||||
|
||||
@ -221,11 +226,11 @@ Wed Dec 11 01:23:31 UTC 2013 - p.drouand@gmail.com
|
||||
`geopy.geocoders.base.GeocoderResultError` -> `geopy.exc.GeocoderQueryError`
|
||||
`geopy.geocoders.base.GTooManyQueriesError` -> `geopy.exc.GeocoderQuotaExceeded`
|
||||
|
||||
+ OpenStreetMap Nominatim geocoder implemented.
|
||||
+ OpenStreetMap Nominatim geocoder implemented.
|
||||
+ Yahoo! BOSS Geo PlaceFinder geocoder implemented.
|
||||
+ SmartyStreets LiveAddress geocoder implemented.
|
||||
+ GeoNames geocoder is implements GeoNames' new username
|
||||
requirement and `api.geonames.org` endpoint.
|
||||
requirement and `api.geonames.org` endpoint.
|
||||
+ Bing geocoder supports `user_location` (`Point`) parameter. Bing will
|
||||
prefer results near the coordinates of `user_location`.
|
||||
+ `GoogleV3.geocode_first()` no longer throws exception on multiple
|
||||
@ -236,7 +241,7 @@ Wed Dec 11 01:23:31 UTC 2013 - p.drouand@gmail.com
|
||||
not present.
|
||||
+ Miscellaneous inconsistent behavior and errors in geolocating.
|
||||
+ Google V2 geocoder has been removed as its API was shutdown.
|
||||
- Changes from
|
||||
- Changes from
|
||||
+ Fix #12, where `DeprecationWarning` was showing for GoogleV2 even if
|
||||
it wasn't being used (due to `geopy.geocoders` importing it).
|
||||
+ `GoogleV3.geocode` "address" kwarg renamed to "string" to match
|
||||
|
@ -49,9 +49,9 @@ BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
Geopy makes it easy for developers to locate the coordinates of addresses, cities,
|
||||
countries, and landmarks across the globe using third-party geocoders and other data
|
||||
sources, such as wikis.
|
||||
Geopy can determine the coordinates of addresses, cities, countries,
|
||||
and landmarks using third-party geocoders and other data sources such
|
||||
as wikis.
|
||||
|
||||
Geopy currently includes support for six geocoders: Google Maps, Yahoo! Maps, Windows
|
||||
Local Live (Virtual Earth), geocoder.us, GeoNames, MediaWiki pages (with the GIS
|
||||
|
Loading…
x
Reference in New Issue
Block a user