An open API service indexing awesome lists of open source software.

https://github.com/hacklabr/geodjango-protected-areas


https://github.com/hacklabr/geodjango-protected-areas

Last synced: 9 days ago
JSON representation

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