mdashkezari / opedia

Python package providing access, visualization, and analysis of ocean data sets stored at Simons CMAP database.

Home Page:https://github.com/simonscmap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DOI

ocean cube

Opedia

Opedia is an open source database service to integrate, visualize, and analyze ocean datasets such as satellite data, in-situ observations, and model outputs. The project is supported by Simons Foundation.

Documentation

https://cmap.readthedocs.io/en/latest/

System Requirements

Installation

  1. Set up database drivers (only required on macOS).
    install homebrew; a package manager for macOS.
    ODBC driver provides the connection to the Opedia database.

    $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
    $ brew install unixodbc freetds ffmpeg
    

    ffmpeg package is used to generate video contents.

  2. Install Python Anaconda Distribution.
    Make sure python is added to the system path. Anaconda distribution covers the majority of python modules used by Opedia. Finally pip-install the opedia package itself.

    $ pip install opedia
    
  3. Need to update opedia?
    Both the python distribution and opedia are actively being developed, so it can be useful to update them every now and often. Using an older version of opedia with the latest python, or vice versa, may lead to errors for example.

    $ sudo pip install opedia --upgrade
    

Author

Mohammad Dehghani Ashkezari mdehghan@uw.edu

About

Python package providing access, visualization, and analysis of ocean data sets stored at Simons CMAP database.

https://github.com/simonscmap


Languages

Language:HTML 76.2%Language:Jupyter Notebook 13.9%Language:Pascal 5.4%Language:Python 2.9%Language:MATLAB 0.7%Language:TSQL 0.5%Language:Mercury 0.2%Language:Swift 0.1%Language:TeX 0.1%Language:Roff 0.0%Language:Shell 0.0%Language:XSLT 0.0%Language:Ruby 0.0%Language:M 0.0%