Published February 15, 2021
| Version v1.1.0
Software
Open
ooipy/ooipy: OOIPy v1.1.0: A Python toolbox designed to aid in the scientific analysis of Ocean Observatories Initiative (OOI) data
- 1. University of Washington
Description
The package provides the following functionality:
- accessing OOI broadband and low frequency hydrophone data of the Coastal Endurance and Regional Cabled array
- accessing OOI CTD data of the Coastal Endurance and Regional Cabled array
- computing and visualizing spectrograms and power spectral density (PSD) estimates for acoustic data using the Bartlett/Welch method
- computing and visualizing temperature, sound speed, salinity, pressure, density, and conductivity profiles from CTD data
documentation can be found at https://ooipy.readthedocs.io/en/latest/
Version 1.1.0 updates:- added HydrophoneData.wave_write()
- HydrophoneData.plot_timeseries()
- updated ooipy_demo.ipynb
- added deprecation warning to Spectrogram.visualize()
- added Spectrogram.plot() (calls tools.ooipypltlib.spectrogram_plot())
- added deprecation warning to PSD.visualize()
- psd.plot()
- node string format change for broadband and low frequency hydrophones (removed '/')
- sensitivity correction for all broadband hydrophones
- sensitivity correction for low frequency hydrophones
- added request/ctd_request.py module
- added ctd/basic.py module for extracting CTD data and computing parameter profiles over the water column
Files
ooipy/ooipy-v1.1.0.zip
Files
(4.3 MB)
Name | Size | Download all |
---|---|---|
md5:061e20d8e86fc2ffa0a68045c44afdec
|
4.3 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/ooipy/ooipy/tree/v1.1.0 (URL)