Coder Social home page Coder Social logo

homemade_iri's Introduction

HOMEMADE IRI

This script is an attempt to generate figures from various databases like GODAS, WOA, OCEAN COLOR...

SYNTAX

borders = { N : float, W : float, S : float, E : float } Already defined:

  • world_borders,
  • benguela,
  • mediterrannee.

3 figures generators :

  1. draw.figure(variable, X_labels, Y_labels, kwargs)
  2. draw.figure_two_vars(variable1, variable2, X_labels, kwargs)
  3. draw.figure_three_vars(variable1, variable2, variable3, X_labels, kwargs)

TYPE

| variable | str | | X_labels | list of str | | Y_labels | list of str | | kwargs | label = [list of values to restrict the selection] |

VARIABLES

Name Database Unit labels
chlorophyll oceancolor mg.m^{3} year, month, latitude, longitude 
sst oceancolor °C year, month, latitude, longitude 
nitrate  WOA23  \mu mol.kg^{-1} depth, latitude, longitude
phosphate WOA23  \mu mol.kg^{-1}  depth, latitude, longitude
silicate WOA23  \mu mol.kg^{-1}  depth, latitude, longitude
pottemp GODAS  K  year, month, level, latitude, longitude
ucur GODAS  m.s^{-1} year, month, level, latitude, longitude 
 uflx  GODAS  N.m^{-2}  year, month, latitude, longitude
vcur GODAS  m.s^{-1} year, month, level, latitude, longitude 
 vflx  GODAS  N.m^{-2}  year, month, latitude, longitude

MORE OPTIONS

and : draw.figure(variable, "label1 and label2", label2 = [value1, ...]) will display variable in terms of label1 for label2 = value1 AND variable in terms of label1 for label2 = value2...

by : draw.figure(variable, "label1 by label2", label2 = [value1, ...]) will display variable in terms of label1 grouped by label2'values

max and min : draw.figure(variable, "label1 max label2") will display the max value of variable over the label2 axis in terms of label1 values

Examples

LINKS

homemade_iri's People

Contributors

geoffrey777 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.