The Wayback Machine - https://web.archive.org/web/20220602233941/https://github.com/topics/argo
Skip to content
#

argo

argo-floats logo

Argo is an international program that measures water properties across the world’s ocean using a fleet of robotic instruments that drift with the ocean currents and move up and down between the surface and a mid-water level. Each instrument (float) spends almost all its life below the surface. The name Argo was chosen because the array of floats works in partnership with the Jason earth observing satellites that measure the shape of the ocean surface. (In Greek mythology Jason sailed on his ship the Argo in search of the golden fleece).

Here are 159 public repositories matching this topic...

argopy
gmaze
gmaze commented Apr 29, 2022

Hi folks,
A great new method was developed here to interpolate Argo float trajectories under ice.
I think this would be worth implementing in argopy, as suggested by euroargodev/terrain-following#1

The new API could look like this:

from argopy import DataFetcher as ArgoDataFetcher
argoset = ArgoDataFetc
enhancement good first issue argo-traj
edublancas
edublancas commented Mar 17, 2022

we use pydantic to validate the soopervisor.yaml file schema, however, the error messages aren't clear. so we should customize them (we already did something similar in ploomber, so we could borrow some code from there).

Furthermore, we should add some logic to help them quickly identify typos. example, if they have mounted_volume instead of mounted_volumes, we can use difflib for that ht

enhancement good first issue