Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/USGS-CMG/stglib
Routines used by the USGS Coastal/Marine Hazards & Resources Program to process oceanographic time-series data
https://github.com/USGS-CMG/stglib
Last synced: 3 months ago
JSON representation
Routines used by the USGS Coastal/Marine Hazards & Resources Program to process oceanographic time-series data
- Host: GitHub
- URL: https://github.com/USGS-CMG/stglib
- Owner: USGS-CMG
- License: other
- Created: 2017-12-18T22:44:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-06T00:13:53.000Z (5 months ago)
- Last Synced: 2024-06-11T17:32:17.639Z (5 months ago)
- Language: Python
- Homepage:
- Size: 9.64 MB
- Stars: 15
- Watchers: 8
- Forks: 12
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- open-sustainable-technology - stglib - Routines used by the USGS Coastal/Marine Hazards & Resources Program to process oceanographic time-series data. (Hydrosphere / Ocean and Hydrology Data Access)
README
# stglib - Process data from a variety of oceanographic instrumentation
[![Documentation Status](https://readthedocs.org/projects/stglib/badge/?version=latest)](http://stglib.readthedocs.io/en/latest/?badge=latest)
![stglib](https://github.com/USGS-CMG/stglib/workflows/stglib/badge.svg)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/stglib/badges/version.svg)](https://anaconda.org/conda-forge/stglib)This package contains code to process data from a variety of oceanographic instrumentation, consistent with the procedures of the USGS [Coastal/Marine Hazards and Resources Program](https://marine.usgs.gov) (formerly Coastal and Marine Geology Program).
Currently, this package has at least partial support for:
- Nortek Aquadopp profilers, in mean-current wave-burst, and HR modes
- Nortek Vector velocimeters
- Nortek Signature profilers
- RBR pressure (including waves) and turbidity sensors
- YSI EXO2 water-quality sondes
- SonTek IQ flow monitors
- WET labs sensors, including ECO NTUSB and ECO PAR
- Onset HOBO pressure sensors
- Vaisala Weather Transmitter WXT sensors
- In-Situ Aqua TROLL sensors
- RD Instruments ADCPs
- Moving-boat ADCP data processed using [QRev](https://hydroacoustics.usgs.gov/movingboat/QRev.shtml), for use in index-velocity computation
- EofE ECHOLOGGER altimeters
- SBE 37 Microcat
- SBE 26plus SeagaugeWe have plans to support:
- RDI Sentinel V profilers
This package makes heavy use of [NumPy](http://www.numpy.org), [xarray](http://xarray.pydata.org/en/stable/), and [netCDF4](http://unidata.github.io/netcdf4-python/). It works on Python 3.9+.
[Read the documentation](http://stglib.readthedocs.io/).