Skip to content

alexmic/geotrie-python

Repository files navigation

geotrie-python

Geospatial search using geohashing, backed by a trie.

Warning: This is still a WIP!

Installation

The package is hosted on PyPI. Install it using pip:

$ pip install geotrie

Contributing

For bugs and feature requests, please open an issue. If you'd like to contribute, create a new PR with your changes. Make sure you include tests, bump the version in version.py according to Semantic Versioning and update the changelog (if applicable).

TODO: Write about tox and Travis.

Testing

The library uses pytest and coverage for tests. To run the tests you need to install the dev dependencies in requirements.dev.txt. Run make test to run all the tests.

TODO: Write about tox and python versions.

Usage

TODO

About

Geospatial search using geohashing, backed by a trie.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages