Skip to content

Commit

Permalink
Updated Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Feb 28, 2015
1 parent 2ff316d commit c210ec2
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 99 deletions.
68 changes: 20 additions & 48 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Geocoder is a geocoding library, written in python, simple and consistent.

![providers][providers]
![][providers]

Many online providers such as Google & Bing have geocoding services,
these providers do not include Python libraries and have different
Expand All @@ -24,11 +24,9 @@ Consistant JSON responses from various providers.

## Features

- [GeoJSON Support]
- [OpenStreetMap Support]
- [Command Line Interface]
- [Confidence Score]
- [Well Known Text Support]
- Formats (JSON, GeoJSON, OSM, WKT)
- Command Line Interface
- Confidence Score

## Installation

Expand All @@ -40,25 +38,21 @@ $ 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://Geocoder.ReadTheDocs.org
| Global | Country | Local | IP Address |
|:--------------|:------------- |:----------|:--------------|
| ArcGIS | CanadaPost | GeoOttawa | FreeGeoIP |
| Bing | | | MaxMind |
| Geocoder.ca | | | |
| Geonames | | | |
| Google | | | |
| HERE | | | |
| MapQuest | | | |
| OpenCage | | | |
| OpenStreetMap | | | |
| TomTom | | | |
| Yahoo | | | |



## Twitter

Expand All @@ -77,7 +71,7 @@ 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:

* [Thanh Ha]: Cleaned up code
* [Mahdi Yusuf]: Promotesyd by [Pycoders Weekly]
* [Mahdi Yusuf]: Promoted by [Pycoders Weekly]
* [Alex Pilon]: Cleaned up code
* [Philip Hubertus]: Provided HERE improvements & documentation
* [Antonio Lima]: Improved code quality and introduced Rate Limits
Expand All @@ -97,28 +91,6 @@ A big thanks to all the people that help contribute:
[patrickyan]: https://github.com/patrickyan
[esy]: https://github.com/lambda-conspiracy

[ArcGIS]: http://geocoder.readthedocs.org/providers/ArcGIS
[Bing]: http://geocoder.readthedocs.org/providers/Bing
[CanadaPost]: http://geocoder.readthedocs.org/providers/CanadaPost
[FreeGeoIP]: http://geocoder.readthedocs.org/providers/FreeGeoIP
[Geocoder-ca]: http://geocoder.readthedocs.org/providers/Geocoder-ca
[Geonames]: http://geocoder.readthedocs.org/providers/Geonames
[Google]: http://geocoder.readthedocs.org/providers/Google
[HERE]: http://geocoder.readthedocs.org/providers/HERE
[MapQuest]: http://geocoder.readthedocs.org/providers/MapQuest
[MaxMind]: http://geocoder.readthedocs.org/providers/MaxMind
[OpenCage]: http://geocoder.readthedocs.org/providers/OpenCage
[OpenStreetMap]: http://geocoder.readthedocs.org/providers/OpenStreetMap
[GeoOttawa]: http://geocoder.readthedocs.org/providers/GeoOttawa
[TomTom]: http://geocoder.readthedocs.org/providers/TomTom
[Yahoo]: http://geocoder.readthedocs.org/providers/Yahoo

[GeoJSON Support]: http://geocoder.readthedocs.org/features/GeoJSON
[OpenStreetMap Support]: http://geocoder.readthedocs.org/features/OpenStreetMap
[Command Line Interface]: http://geocoder.readthedocs.org/features/Command-Line-Interface
[Confidence Score]: http://geocoder.readthedocs.org/features/Confidence-Score
[Well Known Text Support]: http://geocoder.readthedocs.org/features/Well-Known-Text-Support

[providers]: http://i.imgur.com/vUJKCGl.png
[badge_url]: http://badge.fury.io/py/geocoder
[travis_url]: https://travis-ci.org/DenisCarriere/geocoder
Expand Down
4 changes: 1 addition & 3 deletions docs/features/Confidence Score.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Confidence Score

Based from OpenCage's API

[OpenCage API](http://geocoder.opencagedata.com/api.html#quickstart)
Based from [OpenCage API](http://geocoder.opencagedata.com/api.html#quickstart)

## Geocoding Confidence

Expand Down
68 changes: 20 additions & 48 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ base_url: http://geocoder.readthedocs.org

Geocoder is a geocoding library, written in python, simple and consistent.

![providers][providers]
![][providers]

Many online providers such as Google & Bing have geocoding services,
these providers do not include Python libraries and have different
Expand All @@ -30,11 +30,9 @@ Consistant JSON responses from various providers.

## Features

- [GeoJSON Support]
- [OpenStreetMap Support]
- [Command Line Interface]
- [Confidence Score]
- [Well Known Text Support]
- Formats (JSON, GeoJSON, OSM, WKT)
- Command Line Interface
- Confidence Score

## Installation

Expand All @@ -46,25 +44,21 @@ $ 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://Geocoder.ReadTheDocs.org
| Global | Country | Local | IP Address |
|:--------------|:------------- |:----------|:--------------|
| ArcGIS | CanadaPost | GeoOttawa | FreeGeoIP |
| Bing | | | MaxMind |
| Geocoder.ca | | | |
| Geonames | | | |
| Google | | | |
| HERE | | | |
| MapQuest | | | |
| OpenCage | | | |
| OpenStreetMap | | | |
| TomTom | | | |
| Yahoo | | | |



## Twitter

Expand All @@ -83,7 +77,7 @@ 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:

* [Thanh Ha]: Cleaned up code
* [Mahdi Yusuf]: Promotesyd by [Pycoders Weekly]
* [Mahdi Yusuf]: Promoted by [Pycoders Weekly]
* [Alex Pilon]: Cleaned up code
* [Philip Hubertus]: Provided HERE improvements & documentation
* [Antonio Lima]: Improved code quality and introduced Rate Limits
Expand All @@ -103,28 +97,6 @@ A big thanks to all the people that help contribute:
[patrickyan]: https://github.com/patrickyan
[esy]: https://github.com/lambda-conspiracy

[ArcGIS]: http://geocoder.readthedocs.org/providers/ArcGIS
[Bing]: http://geocoder.readthedocs.org/providers/Bing
[CanadaPost]: http://geocoder.readthedocs.org/providers/CanadaPost
[FreeGeoIP]: http://geocoder.readthedocs.org/providers/FreeGeoIP
[Geocoder-ca]: http://geocoder.readthedocs.org/providers/Geocoder-ca
[Geonames]: http://geocoder.readthedocs.org/providers/Geonames
[Google]: http://geocoder.readthedocs.org/providers/Google
[HERE]: http://geocoder.readthedocs.org/providers/HERE
[MapQuest]: http://geocoder.readthedocs.org/providers/MapQuest
[MaxMind]: http://geocoder.readthedocs.org/providers/MaxMind
[OpenCage]: http://geocoder.readthedocs.org/providers/OpenCage
[OpenStreetMap]: http://geocoder.readthedocs.org/providers/OpenStreetMap
[GeoOttawa]: http://geocoder.readthedocs.org/providers/GeoOttawa
[TomTom]: http://geocoder.readthedocs.org/providers/TomTom
[Yahoo]: http://geocoder.readthedocs.org/providers/Yahoo

[GeoJSON Support]: http://geocoder.readthedocs.org/features/GeoJSON
[OpenStreetMap Support]: http://geocoder.readthedocs.org/features/OpenStreetMap
[Command Line Interface]: http://geocoder.readthedocs.org/features/Command-Line-Interface
[Confidence Score]: http://geocoder.readthedocs.org/features/Confidence-Score
[Well Known Text Support]: http://geocoder.readthedocs.org/features/Well-Known-Text-Support

[providers]: http://i.imgur.com/vUJKCGl.png
[badge_url]: http://badge.fury.io/py/geocoder
[travis_url]: https://travis-ci.org/DenisCarriere/geocoder
Expand Down

0 comments on commit c210ec2

Please sign in to comment.