Skip to content

jcmcnch/opedia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

184 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    $ brew install freetds --with-unixodbc
    
  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. There are a few more required modules that need to be installed using the conda package manager; run the following commands to install them. Finally pip-install the opedia package itself.

    $ conda install shapely
    $ conda install fiona
    $ conda install -c conda-forge geopandas
    
    $ pip install opedia
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 60.1%
  • Pascal 18.4%
  • HTML 8.8%
  • Python 8.7%
  • MATLAB 2.2%
  • Mercury 0.8%
  • Other 1.0%