Metadata-Version: 2.2
Name: esi-shakelib
Version: 1.1.1
Summary: USGS Earthquake Impact Library for ShakeMap
Author-email: Bruce Worden <cbworden@contractor.usgs.gov>, Eric Thompson <emthompsone@usgs.gov>, Mike Hearne <mhearne@usgs.gov>
License: License
        =======
        
        Unless otherwise noted, This project is in the public domain in the United
        States because it contains materials that originally came from the United
        States Geological Survey, an agency of the United States Department of
        Interior. For more information, see the official USGS copyright policy at
        https://www2.usgs.gov/visual-id/credit_usgs.html#copyright
        
        Additionally, we waive copyright and related rights in the work
        worldwide through the CC0 1.0 Universal public domain dedication.
        
        
        CC0 1.0 Universal Summary
        -------------------------
        
        This is a human-readable summary of the
        [Legal Code (read the full text)][1].
        
        
        ### No Copyright
        
        The person who associated a work with this deed has dedicated the work to
        the public domain by waiving all of his or her rights to the work worldwide
        under copyright law, including all related and neighboring rights, to the
        extent allowed by law.
        
        You can copy, modify, distribute and perform the work, even for commercial
        purposes, all without asking permission.
        
        
        ### Other Information
        
        In no way are the patent or trademark rights of any person affected by CC0,
        nor are the rights that other persons may have in the work or in how the
        work is used, such as publicity or privacy rights.
        
        Unless expressly stated otherwise, the person who associated a work with
        this deed makes no warranties about the work, and disclaims liability for
        all uses of the work, to the fullest extent permitted by applicable law.
        When using or citing the work, you should not imply endorsement by the
        author or the affirmer.
        
        
        
        [1]: https://creativecommons.org/publicdomain/zero/1.0/legalcode
        
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: esi-core>=1.2.1
Requires-Dist: esi-utils-colors>=1.0.3
Requires-Dist: esi-utils-rupture>=1.0.5
Requires-Dist: esi-utils-vectors>=1.0.2
Requires-Dist: esi-utils-gmice>=1.0.1
Requires-Dist: importlib-resources
Requires-Dist: mapio>=0.8.8
Requires-Dist: cartopy>=0.22.0
Requires-Dist: gmpacket>=0.1.6
Requires-Dist: matplotlib>=3.8.0
Requires-Dist: numpy<2.0,>=1.21
Requires-Dist: openquake.engine<3.22,>=3.20.1
Requires-Dist: numba
Requires-Dist: alpha-shapes>=1.0.0
Requires-Dist: pandas>=2.1.1
Requires-Dist: scipy>=1.11.2
Requires-Dist: shapely>=2.0.1
Requires-Dist: scikit-image>=0.21.0
Requires-Dist: usgs-strec>=2.2.8
Provides-Extra: dev
Requires-Dist: build>=0.7.0; extra == "dev"
Requires-Dist: black>=21; extra == "dev"
Requires-Dist: flake8>=3.9; extra == "dev"
Requires-Dist: ipython>=7.26; extra == "dev"
Provides-Extra: test
Requires-Dist: pytest>=6.2; extra == "test"
Requires-Dist: pytest-cov>=2.12; extra == "test"
Provides-Extra: build
Requires-Dist: build; extra == "build"
Requires-Dist: twine; extra == "build"
Requires-Dist: check-wheel-contents; extra == "build"

# esi-shakelib

## Introduction

This repository contains a utility package for general ShakeMap functions that may be of use to other programs.
Included are:

- IMC and IMT conversions
- Cross correlation functions
- Directivity functions
- GMICE functions
- Specialized NGA-East GMPEs for small magnitude earthquakes
- Contour and rupture plotting functions
- Misc. other functions

See the code for documentation.

## Installation

The package is available on PyPI. Install with pip:

    pip install esi-shakelib
