Metadata-Version: 2.1
Name: toshi-hazard-store
Version: 0.7.0
Summary: Library for saving and retrieving NZHSM openquake hazard results with convenience (uses AWS Dynamodb).
Home-page: https://github.com/GNS-Science/toshi-hazard-store
License: GPL-3.0-only
Author: GNS Science
Author-email: chrisbc@artisan.co.nz
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: openquake
Provides-Extra: test
Requires-Dist: numpy (>=1.23.1,<2.0.0)
Requires-Dist: nzshm-common (>=0.5.0,<0.6.0)
Requires-Dist: openquake-engine (>=3.16,<4.0); extra == "openquake"
Requires-Dist: pandas (>=1.4.3,<2.0.0)
Requires-Dist: pynamodb (>=5.2.1,<6.0.0)
Requires-Dist: pynamodb-attributes (>=0.3.2,<0.4.0)
Description-Content-Type: text/markdown

# toshi-hazard-store


[![pypi](https://img.shields.io/pypi/v/toshi-hazard-store.svg)](https://pypi.org/project/toshi-hazard-store/)
[![python](https://img.shields.io/pypi/pyversions/toshi-hazard-store.svg)](https://pypi.org/project/toshi-hazard-store/)
[![Build Status](https://github.com/GNS-Science/toshi-hazard-store/actions/workflows/dev.yml/badge.svg)](https://github.com/GNS-Science/toshi-hazard-store/actions/workflows/dev.yml)
[![codecov](https://codecov.io/gh/GNS-Science/toshi-hazard-store/branch/main/graphs/badge.svg)](https://codecov.io/github/GNS-Science/toshi-hazard-store)


* Documentation: <https://GNS-Science.github.io/toshi-hazard-store>
* GitHub: <https://github.com/GNS-Science/toshi-hazard-store>
* PyPI: <https://pypi.org/project/toshi-hazard-store/>
* Free software: GPL-3.0-only

## Features

* Main purpose is to upload Openquake hazard results to a DynamodDB tables defined herein.
* relates the results to the toshi hazard id identifying the OQ hazard job run.
* extracts metadata from the openquake hdf5 solution

## Credits

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

