Metadata-Version: 1.1
Name: seabird_ctd
Version: 0.2.4.3
Summary: Tools for communicating with, retrieving data from, and managing a fixed Seabird CTD deployment
Home-page: https://bitbucket.org/b195m/seabird_ctd/
Author: Nick Santos
Author-email: nick@nicksantos.com
License: MIT
Description-Content-Type: UNKNOWN
Description: 
            The Seabird CTD library communicates with, controls, and reads data directly off of a Seabird CTD. It has been designed for the legacy SBE 39 and the modern SBE 37+, but can be extended to support other models easily. Other CTD packages focus on working with the data, especially profiles, once it's downloaded, but this package is designed to allow for direct control and monitoring during a longterm fixed deployment. The authors use this code to feed the CTD data into a database via django in realtime and implement the monitoring as a management command.
            
            In-development API documentation can be found at https://seabird-ctd.readthedocs.io/en/latest/
            Installation documentation and examples of usage can be found at https://bitbucket.org/b195m/seabird_ctd/
            Note that for installation, the package name is seabird-ctd (eg: `pip install seabird-ctd`), but when using, the package name is seabird_ctd.
            
            This package was developed by [Nick Santos](https://nicksantos.com) for 
            [Paul Cziko's](https://paulcziko.com) McMurdo Oceanographic Observatory
            under contract with the University of Oregon and funded by the National
            Science Foundation under grant B-195-M.
            
            Contributions and extensions of the code to make it work with other models are invited and welcome.
            
Keywords: seabird ctd serial temperature pressure conductivity
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
