Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 967 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 967 Bytes

physoce-obs

Python tools for working with specific publicly-available oceanographic datasets

Contents

  • mlml.py module - Moss Landing Marine Labs public data
  • lobo.py module - MBARI LOBO mooring data
  • nerr.py module - National Estuarine Research Reserve data
  • elkhorn.py module - Elkhorn Slough Reserve GIS data
  • noaatide.py module - NOAA CO-OPS tide gauge data
  • nasa.py module - NASA Ocean Color

Requirements

In addition to numpy, scipy, matplotlib and standard Python packages, some functions or options may require:

Installation

To install using pip, run the following the terminal/command prompt:

pip install git+https://github.com/physoce/physoce-obs

Importing modules

Python code to import module and see the functions available in that module:

from physoce_obs import nerr
help(nerr)