https://github.com/josh-spatial/qdmap
A python package for creating explosives safety quantity-distance maps.
https://github.com/josh-spatial/qdmap
explosives geopandas geospatial gis mapping python qgis qgis-python-plugin safety
Last synced: about 1 month ago
JSON representation
A python package for creating explosives safety quantity-distance maps.
- Host: GitHub
- URL: https://github.com/josh-spatial/qdmap
- Owner: josh-spatial
- License: mit
- Created: 2022-02-21T03:00:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-23T16:47:00.000Z (almost 3 years ago)
- Last Synced: 2025-10-28T21:29:39.225Z (4 months ago)
- Topics: explosives, geopandas, geospatial, gis, mapping, python, qgis, qgis-python-plugin, safety
- Language: Jupyter Notebook
- Homepage: https://josh-spatial.github.io/qdmap
- Size: 900 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# qdmap
[](https://pypi.python.org/pypi/qdmap)
[](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
- **DONE** Finish adding all AASTP-1 Blast Distance equations to qdcalc.py
- **TODO** Finish adding all Debris and Fragment, Progressive, and Thermal Distance equations to qdcalc.py
- **IN-PROGRESS** Write spatial analysis (GeoPandas)
- TODO Create QGIS Plugin
- TODO Determine database type to use as a basis (PostGIS, GeoPackage, shapefiles?)
- Currently I'm using GeoPackage files.
- TODO Create UI for plugin
## Credits
This package was created with [Cookiecutter](https://github.com/cookiecutter/cookiecutter) and the [giswqs/pypackage](https://github.com/giswqs/pypackage) project template.