Leaflet for Geodjango with US TIGER State and County data
Project description
=============================
geodjango-tigerleaflet
=============================
Make use of Geodjango, Leaflet.js, US Census TIGER data to allow navigation through
data related to US States and Counties
Quickstart
----------
Install geodjango-tigerleaflet::
pip install geodjango-tigerleaflet
Add it to your `INSTALLED_APPS`:
.. code-block:: python
INSTALLED_APPS = (
...
'tigerleaflet',
...
)
Add geodjango-tigerleaflet's URL patterns:
.. code-block:: python
from tigerleaflet import urls as tigerleaflet_urls
urlpatterns = [
...
url(r'^', include(tigerleaflet_urls)),
...
]
Features
--------
* GeoJson urls for easy map creation
* example Leaflet pages for displaying and navigating through state/county data
* template tags for users to use in their own templates
Todo
--------
* Push models back into geodjango-tigerline once it's upgraded to use Django 1.10
* Better documentation on pypi
* Better examples, even with some adding data on top of states/counties showcasing use of leaflet library
* Offer direct download and import of census data (like django-brasil-municipios)
Credits
-------
Tools/packages used in rendering this package:
* Cookiecutter_
* `cookiecutter-djangopackage`_
* `geodjango-tigerline`_
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage
.. _`geodjango-tigerline`_: https://github.com/adamfast/geodjango-tigerline
History
-------
0.2.0 (2017-01-29)
++++++++++++++++++
Add template tags for users to use in their own templates
0.1.0 (2016-12-21)
++++++++++++++++++
* First release on PyPI.
geodjango-tigerleaflet
=============================
Make use of Geodjango, Leaflet.js, US Census TIGER data to allow navigation through
data related to US States and Counties
Quickstart
----------
Install geodjango-tigerleaflet::
pip install geodjango-tigerleaflet
Add it to your `INSTALLED_APPS`:
.. code-block:: python
INSTALLED_APPS = (
...
'tigerleaflet',
...
)
Add geodjango-tigerleaflet's URL patterns:
.. code-block:: python
from tigerleaflet import urls as tigerleaflet_urls
urlpatterns = [
...
url(r'^', include(tigerleaflet_urls)),
...
]
Features
--------
* GeoJson urls for easy map creation
* example Leaflet pages for displaying and navigating through state/county data
* template tags for users to use in their own templates
Todo
--------
* Push models back into geodjango-tigerline once it's upgraded to use Django 1.10
* Better documentation on pypi
* Better examples, even with some adding data on top of states/counties showcasing use of leaflet library
* Offer direct download and import of census data (like django-brasil-municipios)
Credits
-------
Tools/packages used in rendering this package:
* Cookiecutter_
* `cookiecutter-djangopackage`_
* `geodjango-tigerline`_
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage
.. _`geodjango-tigerline`_: https://github.com/adamfast/geodjango-tigerline
History
-------
0.2.0 (2017-01-29)
++++++++++++++++++
Add template tags for users to use in their own templates
0.1.0 (2016-12-21)
++++++++++++++++++
* First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file geodjango-tigerleaflet-0.2.1.tar.gz.
File metadata
- Download URL: geodjango-tigerleaflet-0.2.1.tar.gz
- Upload date:
- Size: 44.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1a176df63091198e2994897225506e3137f7b3a68267853e645100f2d5f475a
|
|
| MD5 |
8e041647708268625e1b6e13f351afb1
|
|
| BLAKE2b-256 |
cf53a804d3d1e4d7d2e422fd317e5ec6ee688e25b906e6adcc9082a8179a0bf5
|
File details
Details for the file geodjango_tigerleaflet-0.2.1-py2.py3-none-any.whl.
File metadata
- Download URL: geodjango_tigerleaflet-0.2.1-py2.py3-none-any.whl
- Upload date:
- Size: 50.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14e0e03b16c5cbda3afd1e42cbdee5a4deee8674ae440431fd0dd79c334f1cfe
|
|
| MD5 |
a07028e377bd7629342aa59e65b8dceb
|
|
| BLAKE2b-256 |
87cf6e0344740b7808b782e41dfda54773330b4434095af52b546e4d791f37b6
|