Tools for documenting ocean bottom seismometer experiments and creating metadata
Project description
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 QUESTIONS_infofiles.rst
Information files
The system is based on “information files” in JSON or YAML format, which can be used to create StationXML files and to record data preparation steps. The files duplicate the StationXML format where possible, deviating where necessary to reduce redundancy and to add functionality (see “information files”)
There are 2 main file types:
Name |
Description |
Filled by |
When filled |
---|---|---|---|
network |
Deployed stations, their instruments and parameters |
OBS operator |
after a campaign |
instrumentation |
Instrument and |
OBS operator |
new/changed |
including components |
component |
and/or |
instruments, |
(sensor, preamplfier, |
descriptions |
component |
components, or |
datalogger), stages |
manufacturers |
calibrations |
|
and filters |
Each of these files can have subfiles referenced using the JSONref protocol. This allows, for example, one to make response and filter files to avoid repetition.
In principle (not yet implemented), the instrument_components files could be replaced by references to the AROL (Atomic Response Objects Library), but obsinfo provides a simpler and more standards-compliant way to specify the components, and it can automatically calculate response sensitivities based on gains and filter characteristics. Instrumentation files should also be able to make RESP-files and NRL directories (not implemented).
A third type of Information File is the campaign file, which allows the chief scientist to specify all of the stations and OBS operators used for a given experiment, as well as periods of data that they would like to see in order to validate the data preparation. For the moment, obsinfo doesn’t do anything with these files, but can validate them.
Python code
The package name is obsinfo
obsinfo.network, obsinfo.instrumentation and obsinfo.instrument_components contain code to process the corresponding information files. obsinfo.misc contains code common to the above modules
obspy.addons contains modules specific to proprietary systems:
obspy.addons.LCHEAPO creates scripts to convert LCHEAPO OBS data to miniSEED using the lc2ms software
obspy.addons.SDPCHAIN creates scripts to convert basic miniSEED data to OBS-aware miniSEED using the SDPCHAIN software suite
obspy.addons.OCA creates JSON metadata in a format used by the Observatoire de la Cote d’Azur to create StationXML
Executables
The following command-line executables perform useful tasks:
obsinfo-validate: validates an information file against its schema
obsinfo-print: prints a summary of an information file
obsinfo-makeSTATIONXML: generates StationXML files from a network + instrumentation information files
The following command-line executables make scripts to run specific data conversion software:
obsinfo-make_LCHEAPO_scripts: Makes scripts to convert LCHEAPO data to miniSEED
obsinfo-make_SDPCHAIN_scripts: Makes scripts to drift correct miniSEED data and package them for FDSN-compatible data centers
Other subdirectories
obsinfo/data/schema
Contains JSON Schema for each file type.
obsinfo/_examples/
Contains example information files and scripts:
_examples/Information_Files contains a complete set of information files
.../network contains network files
.../instrumentation contains instrumentation files
.../sensor contains sensor files
.../preamplifier contains preamplifier files
.../datalogger contains datalogger files
Each one of the last three contain directories response and filter with the respective types of files. Other directories under Information_files contain auxiliary information files and are not part of the main hierarchy.
_examples/scripts contains bash scripts to look at and manipulate these files using the executables. Running these scripts is a good way to make sure your installation works, looking at the files they work on is a good way to start making your own information files.
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
More information
Use reStructuredText to modify this file.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file obsinfo-0.110.7.tar.gz
.
File metadata
- Download URL: obsinfo-0.110.7.tar.gz
- Upload date:
- Size: 142.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.19.5 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d8aac89943c787017f8372243cb622fbe6082134b972f89bb703db04677c98dd |
|
MD5 | 62663139b96ee5ccdc9ba4416235680a |
|
BLAKE2b-256 | 4f537096966abec7d6131c726c9e3b688ca5e4dbfbc5e7c667c05dd7844ad16e |
File details
Details for the file obsinfo-0.110.7-py3-none-any.whl
.
File metadata
- Download URL: obsinfo-0.110.7-py3-none-any.whl
- Upload date:
- Size: 231.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.19.5 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 64178276321e2bbb5d15acfd1d4d5c49c1c16d2f79f32b96122e1b731c96b83e |
|
MD5 | 75591440e4429442ad1342f0acfe694a |
|
BLAKE2b-256 | 76050e92831b92c3f7c6f517b0e1602b167f21b40962a810e013630aa7bf9ec1 |