Skip to content

Commit

Permalink
Update Geocode Earth docs (#505)
Browse files Browse the repository at this point in the history
* Fix capitalization of Geocode Earth

* Add Geocode Earth docs and pricing
  • Loading branch information
orangejulius committed May 15, 2022
1 parent c65dce4 commit 5649196
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion geopy/geocoders/geocodeearth.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@


class GeocodeEarth(Pelias):
"""geocode.earth, a Pelias-based service provided by the developers
"""Geocode Earth, a Pelias-based service provided by the developers
of Pelias itself.
Documentation at:
https://geocode.earth/docs
Pricing details:
https://geocode.earth/#pricing
"""

def __init__(
Expand Down

0 comments on commit 5649196

Please sign in to comment.