Metadata-Version: 2.1
Name: spacey
Version: 0.1.1
Summary: A simple pure python library for the most common GIS functionality.
Home-page: https://github.com/mkatychev/spacey
Author: Mikhail Katychev
Author-email: mkatych@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown

# spacey

A simple pure python library for simple GIS functionality, enabling one to:

* calculate geocentric radius for a given latitude
* decimal degree or metre distance between two points
* euclidean and noneuclidean area calculation
* angle of a three pointed spline


