https://github.com/hacklabr/geodjango-protected-areas
https://github.com/hacklabr/geodjango-protected-areas
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hacklabr/geodjango-protected-areas
- Owner: hacklabr
- License: agpl-3.0
- Created: 2015-11-30T20:10:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-06T01:40:08.000Z (over 10 years ago)
- Last Synced: 2024-04-16T01:27:26.530Z (about 2 years ago)
- Language: Python
- Size: 20.5 KB
- Stars: 0
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
=============================
geodjango-protected-areas
=============================
.. image:: https://badge.fury.io/py/geodjango-protected-areas.png
:target: https://badge.fury.io/py/geodjango-protected-areas
.. image:: https://travis-ci.org/brunosmartin/geodjango-protected-areas.png?branch=master
:target: https://travis-ci.org/brunosmartin/geodjango-protected-areas
Protected Areas importer
Documentation
-------------
The full documentation is at https://geodjango-protected-areas.readthedocs.org.
Quickstart
----------
Install geodjango-protected-areas::
pip install geodjango-protected-areas
Then use it in a project::
import protected_areas
Features
--------
* TODO
Running Tests
--------------
Does the code actually work?
::
source /bin/activate
(myenv) $ pip install -r requirements-text.txt
(myenv) $ python runtests.py
Credits
---------
Tools used in rendering this package:
* Cookiecutter_
* `cookiecutter-pypackage`_
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cookiecutter-pypackage`: https://github.com/pydanny/cookiecutter-djangopackage