All Projects → gher-ulg → PhysOcean.jl

gher-ulg / PhysOcean.jl

Licence: other
Utility functions for physical oceanography (properties of seawater, air-sea heat fluxes,...)

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to PhysOcean.jl

DBSCANSD
Java implementation for DBSCANSD, a trajectory clustering algorithm.
Stars: ✭ 35 (+66.67%)
Mutual labels:  density
pyXSteam
Python library for calculating properties of Steam and Water
Stars: ✭ 32 (+52.38%)
Mutual labels:  density
crowd density segmentation
The code for preparing the training data for crowd counting / segmentation algorithm.
Stars: ✭ 21 (+0%)
Mutual labels:  density
Androidautosize
🔥 A low-cost Android screen adaptation solution (今日头条屏幕适配方案终极版,一个极低成本的 Android 屏幕适配方案).
Stars: ✭ 12,059 (+57323.81%)
Mutual labels:  density
Machine-Learning-for-Asset-Managers
Implementation of code snippets, exercises and application to live data from Machine Learning for Asset Managers (Elements in Quantitative Finance) written by Prof. Marcos López de Prado.
Stars: ✭ 168 (+700%)
Mutual labels:  density

PhysOcean

Build Status Build Status Windows codecov.io

documentation stable documentation latest

Content

You will find here some general tools for Physical Oceanography (state equations, bulk formulas, geostrophic velocity calculations ...).

Installing

Your need Julia to use PhysOcean. The command line version is sufficient for PhysOcean. Inside Julia, you can download and install the package by issuing:

using Pkg
Pkg.add("PhysOcean")

Or if you want to use the latest version, you can use the following command:

using Pkg
Pkg.add(PackageSpec(name="PhysOcean", rev="master"))

Testing

A test script is included to verify the correct functioning of the toolbox. The script should be run in a Julia session.

using Pkg
Pkg.test("PhysOcean")
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].