Skip to content

armbrustlab/opedia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

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.

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
    $ brew install freetds --with-unixodbc
    
  2. Install Anaconda Distribution Python 2.7.
    Make sure python is added to the system path. Anaconda distribution covers the majority of python modules used by Opedia. There are a few more required modules; run the following commands to install them.

    $ conda update --all
    $ conda install pyodbc
    $ conda install dropbox
    $ conda install -c conda-forge geopandas
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 74.4%
  • Pascal 11.2%
  • Jupyter Notebook 6.6%
  • Python 5.8%
  • MATLAB 1.4%
  • Mercury 0.5%
  • Other 0.1%