Metadata-Version: 2.4
Name: gemlog
Version: 1.9.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
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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.10,<3.15
License-File: LICENSE
Requires-Dist: setuptools>=18.0
Requires-Dist: obspy>=1.3
Requires-Dist: numpy>=1.22
Requires-Dist: pandas>=1.3.3
Requires-Dist: scipy>=1.10.0
Requires-Dist: matplotlib>=3.7.0
Requires-Dist: cython
Requires-Dist: fpdf
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"
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"
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: maintainer-email
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


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
