Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.32 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.32 KB

gliderdac - IOOS Glider DAC file creation

Warning: This repository is still under development!

The U.S. Integrated Ocean Observing System (IOOS) hosts the National Glider Data Assembly (DAC) for scientific data collected by gliders (autonomous underwater vehicles). gliderdac is a python package for writing IOOS Glider DAC complient NetCDF files from Ocean Observatories Initiative (OOI) specific Slocum glider data files. gliderdac was adapted from John Kerfoot's Glider NetCDF Utilities gncutils

Full documentation available at the wiki

Requirements

Installation

> git clone https://github.com/s-pearce/gliderdac.git
> cd gliderdac
> conda env create -f environment.yml

License

GNU General Public License v3.0

See LICENSE.txt to see the full text.