Metadata-Version: 2.1
Name: qdmap
Version: 0.0.3
Summary: A python package for explosives safety quantity-distance spatial analysis.
Home-page: https://github.com/josh-spatial/qdmap
Author: Joshua Wustner
Author-email: wustner@gmail.com
License: MIT license
Keywords: qdmap
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE

# qdmap 


[![image](https://img.shields.io/pypi/v/qdmap.svg)](https://pypi.python.org/pypi/qdmap)
[![image](https://github.com/josh-spatial/qdmap/workflows/build/badge.svg)](https://github.com/josh-spatial/qdmap/actions?query=workflow%3Abuild)

**A python package for explosives safety quantity-distance spatial analysis.**


-   Free software: MIT license
-   Documentation: https://josh-spatial.github.io/qdmap
    

## Features

- IN-PROGRESS Create a basic quantity-distance calculator 
    - [x] First in [jupyter notebook](https://colab.research.google.com/github/josh-spatial/qdmap/blob/main/qd_function.ipynb)
- TODO Create QGIS Plugin
    - TODO Determine database type to use as a basis (PostGIS, GeoPackage, shapefiles?)
    - TODO Create UI for plugin
    - TODO Write spatial analysis (GeoPandas)

## Credits

This package was created with [Cookiecutter](https://github.com/cookiecutter/cookiecutter) and the [giswqs/pypackage](https://github.com/giswqs/pypackage) project template.
