Metadata-Version: 2.1
Name: gemlog
Version: 1.2.2
Summary: A set of functions for processing Gem datalogger files.
Home-page: https://github.com/ajakef/gemlog
Author: Jake Anderson
Maintainer-email: ajakef@gmail.com
License: GPL-3.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Dist: obspy
Requires-Dist: numpy (>=1.15.0)
Requires-Dist: pandas (>=1.0.0)
Requires-Dist: scipy (>=1.0.0)
Requires-Dist: matplotlib (>=3.2.0)
Requires-Dist: lxml
Requires-Dist: setuptools
Requires-Dist: sqlalchemy
Requires-Dist: decorator
Requires-Dist: requests
Provides-Extra: all
Requires-Dist: pytest ; extra == 'all'
Requires-Dist: sphinx-rtd-theme (==0.5.0) ; extra == 'all'
Requires-Dist: sphinx (==3.2.1) ; extra == 'all'
Provides-Extra: doc
Requires-Dist: sphinx (==3.2.1) ; extra == 'doc'
Requires-Dist: sphinx-rtd-theme (==0.5.0) ; extra == 'doc'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'


gemlog is a python package that provides functions for processing the
log files from the Gem infrasound datalogger. The Gem infrasound logger
is a low-cost, lightweight, low-power instrument for recording infrasound
in field campaigns.

Source code: https://github.com/ajakef/gemlog


