Metadata-Version: 2.1
Name: kodexa-spatialkit
Version: 1.0.23b0
Summary: Kodexa Spatial Toolkit
Home-page: https://www.github.com/kodexa-ai/kodexa-spatialkit
Author: Kodexa
Author-email: support@kodexa.io
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# Spatial Kit

![Build](https://github.com/kodexa-ai/kodexa-spatialkit/workflows/Python%20Package%20Using%20Anaconda/badge.svg)

A collection of functions and utility to support working with spatial content in Kodexa.

You can simply install the package with:

    pip install kodexa-spatialkit


# Development Environment

If you are looking to work on Spatial Kit, you will need to have a development environment.

First ensure you have Anaconda installed, then run 

     conda env create -f environment.yml 

Once created you can activate the environment with:

    conda activate kodexa_spatialkit

Then install the dependencies:

    pip install -r requirements.txt


(C) Copyright [2020] Kodexa, Inc


