Metadata-Version: 2.1
Name: obsinfo
Version: 1.0.dev3
Summary: Tools for documenting ocean bottom seismometer experiments and creating metadata
Home-page: https://gitlab.com/resif/smm/obsinfo
Author: Wayne Crawford
Author-email: crawford@ipgp.fr
Keywords: seismology OBS
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: numpy (>=1)
Requires-Dist: obspy (>=1.1)
Requires-Dist: pyyaml (>=3.0)
Requires-Dist: jsonschema (<4,>=3.2)
Requires-Dist: python-gitlab (>=2.9.0)
Requires-Dist: jsonref (>=0.2)
Requires-Dist: cartopy (>=0.23.0)
Requires-Dist: requests (>=2.28)

README
===================

*obsinfo* is a system for for creating FDSN-standard data and metadata for
ocean bottom seismometers using standardized, easy-to-read information files 

Current goal
-------------------

To come out with a first version (v1.x) schema for the information files.  We
would like input from seismologists and ocean bottom seismometer
manufacturers/operators about what information/capabilities are missing.  
Existing questions can be found/modified in the gitlab `ISSUES <https://gitlab.com/resif/obsinfo/-/issues>`_


`Documentation <https://obsinfo.readthedocs.io>`_

`Source code <https://gitlab.com/resif/smm/obsinfo>`_


Versioning
----------------

We use standard MAJOR.MINOR.MAINTENANCE version numbering but, while the
system is in prerelease:

- MAJOR==0

- MINOR increments every time the information 
  file structure changes in a **non-backwards-compatible** way

- MAINTENANCE increments when the code changes or the file structure changes
  in a **backwards-compatible** way
