Metadata-Version: 2.4
Name: gsshapyorm
Version: 0.4.3
Summary: An SQLAlchemy ORM for GSSHA model files.
Author: Alan D. Snow, Scott D. Christensen
Author-email: Nathan Swain <nswain@aquaveo.com>
License: Copyright (c) 2019, Aquaveo, LLC & ERDC Computational Mechanics & Brigham Young University
        All rights reserved.
        
        Redistribution and use in source and binary forms, with or without
        modification, are permitted provided that the following conditions are met:
        
        * Redistributions of source code must retain the above copyright notice, this
          list of conditions and the following disclaimer.
        
        * Redistributions in binary form must reproduce the above copyright notice,
          this list of conditions and the following disclaimer in the documentation
          and/or other materials provided with the distribution.
        
        * Neither the name of gsshapy nor the names of its
          contributors may be used to endorse or promote products derived from
          this software without specific prior written permission.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
        AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
        IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
        FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
        SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
        CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
        OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
        OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        
Project-URL: home, https://github.com/Aquaveo/gsshapyorm
Keywords: GSSHA,database,object relational model
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: appdirs
Requires-Dist: geopandas
Requires-Dist: mapkit>=1.2.6
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: psycopg2
Requires-Dist: sqlalchemy<2
Requires-Dist: timezonefinder
Requires-Dist: pyyaml
Requires-Dist: setuptools_scm
Provides-Extra: tests
Requires-Dist: coveralls; extra == "tests"
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Provides-Extra: docs
Requires-Dist: mock; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx_rtd_theme; extra == "docs"
Requires-Dist: sphinxcontrib-napoleon; extra == "docs"
Provides-Extra: grid
Requires-Dist: gazar; extra == "grid"
Dynamic: license-file

# gsshapy
An SQLAlchemy ORM for GSSHA model files and a toolkit to convert gridded input into GSSHA input.

[![License (3-Clause BSD)](https://img.shields.io/badge/license-BSD%203--Clause-yellow.svg)](https://github.com/ci-water/gsshapy/blob/master/LICENSE)

[![DOI](https://zenodo.org/badge/26494532.svg)](https://zenodo.org/badge/latestdoi/26494532)

[![PyPI version](https://badge.fury.io/py/gsshapy.svg)](https://badge.fury.io/py/gsshapy)

[![Anaconda-Server Badge](https://anaconda.org/conda-forge/gsshapy/badges/version.svg)](https://anaconda.org/conda-forge/gsshapy)

[![Build Status](https://travis-ci.org/CI-WATER/gsshapy.svg?branch=master)](https://travis-ci.org/CI-WATER/gsshapy)

[![Build status](https://ci.appveyor.com/api/projects/status/cjngdb82x2wu7ds2/branch/master?svg=true)](https://ci.appveyor.com/project/snowman2/gsshapy/branch/master)

[![Coverage Status](https://coveralls.io/repos/github/CI-WATER/gsshapy/badge.svg?branch=master)](https://coveralls.io/github/CI-WATER/gsshapy?branch=master)

[![Docs](https://readthedocs.org/projects/gsshapy/badge/?version=latest)](http://gsshapy.readthedocs.io/en/latest)

Documentation can be found: http://gsshapy.readthedocs.io/en/latest
