/stoic-geo

Geo API for Stoic

Primary LanguagePython

Geo

Build Status Coverage Status

Geo API for Stoic.

Stores and returns GeoJSON primitives for use by Stoic.

Installing

Many config options can be set in .venv environment exports, and others from configs.py.

Database

Install cassandra and run:

$ ./manage dbinit

Running

Run a local server:

$ ./manage runserver

Run tests

$ ./manage test