Metadata-Version: 2.1
Name: gmprocess
Version: 1.2.2
Summary: USGS Automated Ground Motion Processing Software
Author-email: Eric Thompson <emthompsone@usgs.gov>, Mike Hearne <mhearne@usgs.gov>, Brad Aagaard <baagaard@usgs.gov>, Bruce Worden <cbworden@contractor.usgs.gov>, John Rekoske <jrekoske@ucsd.edu>, Heather Hunsinger <hhunsinger@usgs.gov>, Gabe Ferragut <gferragut@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://www.usgs.gov/information-policies-and-instructions/copyrights-and-credits        
        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.8
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: beautifulsoup4 (>=4.11)
Requires-Dist: configobj (>=5.0.6)
Requires-Dist: esi-core (>=1.0.1)
Requires-Dist: esi-utils-colors (>1.0)
Requires-Dist: esi-utils-io (>1.0)
Requires-Dist: esi-utils-rupture (>1.0)
Requires-Dist: folium (>=0.12)
Requires-Dist: h5py (>=2.8)
Requires-Dist: lxml (>=4.6.1)
Requires-Dist: matplotlib (>=3.1.0)
Requires-Dist: numpy (>=1.21)
Requires-Dist: obspy (>=1.3.0)
Requires-Dist: openpyxl (>=3.0.8)
Requires-Dist: pandas (>=1.0)
Requires-Dist: ps2ff (>=1.5.2)
Requires-Dist: pyasdf (>=0.7)
Requires-Dist: requests (>=2.23)
Requires-Dist: ruamel.yaml (>=0.17.16)
Requires-Dist: schema (>=0.7)
Requires-Dist: scipy (>=1.7)
Requires-Dist: setuptools-scm (>=6.3.2)
Requires-Dist: statsmodels (>=0.12.2)
Requires-Dist: xlrd (>=2.0)
Provides-Extra: build
Requires-Dist: build ; extra == 'build'
Requires-Dist: twine ; extra == 'build'
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: doc
Requires-Dist: sphinx (>3.0.0) ; extra == 'doc'
Requires-Dist: requests (>=2) ; extra == 'doc'
Requires-Dist: furo ; extra == 'doc'
Requires-Dist: myst-nb ; extra == 'doc'
Requires-Dist: myst-parser ; extra == 'doc'
Requires-Dist: altair ; extra == 'doc'
Requires-Dist: nbsphinx ; extra == 'doc'
Requires-Dist: recommonmark ; extra == 'doc'
Requires-Dist: sphinx-autoapi ; extra == 'doc'
Requires-Dist: setuptools-scm ; extra == 'doc'
Requires-Dist: sphinx-copybutton ; extra == 'doc'
Requires-Dist: sphinx-inline-tabs ; extra == 'doc'
Requires-Dist: sphinxcontrib-programoutput ; extra == 'doc'
Provides-Extra: test
Requires-Dist: pytest (>=6.2) ; extra == 'test'
Requires-Dist: pytest-cov (>=2.12) ; extra == 'test'
Requires-Dist: pytest-console-scripts (>=1.2) ; extra == 'test'
Requires-Dist: vcrpy (>=4.1) ; extra == 'test'

# Introduction
This is a project designed to provide a number of functions related to parsing and processing earthquake ground motion data, building on top of the [ObsPy](https://github.com/obspy/obspy/wiki) library.
Most of the extensions that we provide are to handle strong motion data and related issues.


# Documentation
- Please note, we are in the process of improving the documentation and that there are some incomplete sections.
- The full documentation can be viewed locally if you clone this repository and open up `docs/index.html` in a browser.
- We hope to have the documentation hosted on the web soon.


# Reference
If you wish to cite this software, please use this reference:

- Hearne, M., E. M. Thompson, H. Schovanec, J. Rekoske, B. T. Aagaard, and C. B. Worden (2019). USGS automated ground motion processing software, USGS Software Release, doi: [10.5066/P9ANQXN3](https://dx.doi.org/10.5066/P9ANQXN3).
  
