Metadata-Version: 2.1
Name: gemlog
Version: 1.7.10
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
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
License-File: LICENSE
Requires-Dist: setuptools >=18.0
Requires-Dist: obspy >=1.3
Requires-Dist: numpy >=1.22
Requires-Dist: pandas >=1.3.0
Requires-Dist: scipy >=1.10.0
Requires-Dist: matplotlib >=3.2.0
Requires-Dist: cython
Requires-Dist: fpdf
Provides-Extra: all
Requires-Dist: pytest ; extra == 'all'
Requires-Dist: sphinx-rtd-theme ==1.1.1 ; extra == 'all'
Requires-Dist: sphinx ==5.3.0 ; extra == 'all'
Provides-Extra: doc
Requires-Dist: sphinx ==5.3.0 ; extra == 'doc'
Requires-Dist: sphinx-rtd-theme ==1.1.1 ; 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
