Skip to content

Commit ad0136c

Browse files
committed
2016-07-01
1 parent ef02564 commit ad0136c

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

README.rst

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ Welcome to uszipcode Documentation
1111
==================================
1212
``uszipcode`` is the **most powerful and easy to use programmable zipcode database, and also a searchengine** in Python. Besides geometry data (also boundary info), several useful census data points are also served: `population`, `population density`, `total wage`, `average annual wage`, `house of units`, `land area`, `water area`. The geometry and geocoding data I am using is from google map API on Mar 2016. `To know more about the data, click here <http://pythonhosted.org/uszipcode/uszipcode/data/__init__.html#module-uszipcode.data>`_. Another `popular zipcode Python extension <https://pypi.python.org/pypi/zipcode>`_ has lat, lng accuracy issue, which doesn't give me reliable results of searching by coordinate and radius.
1313

14+
15+
**Quick Links**
16+
-------------------------------------------------------------------------------
17+
- `GitHub Homepage <https://github.com/MacHu-GWU/uszipcode-project>`_
18+
- `Online Documentation <http://pythonhosted.org/uszipcode>`_
19+
- `PyPI download <https://pypi.python.org/pypi/uszipcode>`_
20+
- `Install <install_>`_
21+
- `Issue submit and feature request <https://github.com/MacHu-GWU/uszipcode-project/issues>`_
22+
- `API reference and source code <http://pythonhosted.org/uszipcode/uszipcode/searchengine.html#uszipcode.searchengine.ZipcodeSearchEngine>`_
23+
24+
1425
**Highlight**:
1526

1627
- `Rich information <http://pythonhosted.org/uszipcode/uszipcode/searchengine.html#uszipcode.searchengine.Zipcode>`_ of zipcode is available.
@@ -97,16 +108,6 @@ Welcome to uszipcode Documentation
97108
>>> search.export_to_csv(res, "result.csv")
98109
99110
100-
**Quick Links**
101-
-------------------------------------------------------------------------------
102-
- `GitHub Homepage <https://github.com/MacHu-GWU/uszipcode-project>`_
103-
- `Online Documentation <http://pythonhosted.org/uszipcode>`_
104-
- `PyPI download <https://pypi.python.org/pypi/uszipcode>`_
105-
- `Install <install_>`_
106-
- `Issue submit and feature request <https://github.com/MacHu-GWU/uszipcode-project/issues>`_
107-
- `API reference and source code <http://pythonhosted.org/uszipcode/uszipcode/searchengine.html#uszipcode.searchengine.ZipcodeSearchEngine>`_
108-
109-
110111
.. _install:
111112

112113
Install

0 commit comments

Comments
 (0)