Skip to content

Commit

Permalink
Remove extra lines in Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Feb 27, 2015
1 parent 7f7af2c commit c41b833
Showing 1 changed file with 0 additions and 92 deletions.
92 changes: 0 additions & 92 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Authors: Denis Carriere
Date: February 20, 2015
base_url: http://geocoder.readthedocs.org


# Geocoder

[![badge][badge]][badge_url] [![travis][travis]][travis_url]
Expand Down Expand Up @@ -84,97 +83,6 @@ Please feel free to give any feedback on this module. If you find any bugs or an

A big thanks to all the people that help contribute:

* [Philip Hubertus]: Provided HERE improvements & documentation
* [Antonio Lima]: Improved code quality and introduced Rate Limits
* [Alexander Lukanin]: Improved Python 3 compatibilty
* [flebel]
* [patrickyan]
* [esy]



[Philip Hubertus]: https://twitter.com/philiphubs
[Antonio Lima]: https://twitter.com/themiurgo
[Alexander Lukanin]: https://github.com/alexanderlukanin13
[flebel]: https://github.com/flebe# Geocoder

[![badge][badge]][badge_url] [![travis][travis]][travis_url]

Geocoder is a MIT Licensed Geocoding library, written in Python,
simple and consistent.

![providers][providers]

Many online providers such as Google & Bing have geocoding services,
these providers do not include Python libraries and have different
JSON responses between each other.

Consistant JSON responses from various providers.

```python
>>> g = geocoder.google('New York City')
>>> g.latlng
[40.7127837, -74.0059413]
>>> g.state
'New York'
>>> g.json
...
```

## Features

- [GeoJSON Support]
- [OpenStreetMap Support]
- [Command Line Interface]
- [Confidence Score]
- [Well Known Text Support]

## Installation

To install Geocoder, simply:

```bash
$ pip install geocoder
```

## Providers

- [ArcGIS]
- [Bing]
- [CanadaPost]
- [FreeGeoIP]
- [Geocoder-ca]
- [Geonames]
- [Google]
- [HERE]
- [MapQuest]
- [MaxMind]
- [OpenCage]
- [OpenStreetMap]
- [GeoOttawa]
- [TomTom]
- [Yahoo]

## Documentation

Documentation is available at http://deniscarriere.github.io/geocoder

## Twitter

Speak up on Twitter [DenisCarriere] and tell me how you use this Python Geocoder. New updates will be pushed to Twitter Hashtags [python].

## Topic not available?

If you cannot find a topic you are looking for, please feel free to ask me [DenisCarriere] or post them on the [Github Issues Page].

## Feedback

Please feel free to give any feedback on this module. If you find any bugs or any enhancements to recommend please send some of your comments/suggestions to the [Github Issues Page].

## Thanks to

A big thanks to all the people that help contribute:

* [Mahdi Yusuf]: Promoted by [Pycoders Weekly]
* [Alex Pilon]: Corrected Pep 8 issues
* [Philip Hubertus]: Provided HERE improvements & documentation
Expand Down

0 comments on commit c41b833

Please sign in to comment.