Git Product home page Git Product logo

argoline's Introduction

argoline

Reconstruct an oceanographic line using Argo profiles

Using argopy or argopandas as data sources, fetch all profiles within a defined date range and radius kilometers from a given oceanographic line:

import argoline as al

line = 'ar7w' # some lines built in, otherwise can be supplied numerically
radius = 150 # km
date = ['2024-05-01', '2024-06-01']

index = al.profiles(line, radius, date, source='argopy')

print(index.head())
>>> 
                                        file                date  ...  profiler  distance_from_line
0  coriolis/5906994/profiles/R5906994_032.nc 2024-05-08 22:08:00  ...   Unknown           27.744760
1  coriolis/5906994/profiles/R5906994_033.nc 2024-05-18 23:12:00  ...   Unknown           82.483724
2  coriolis/5906994/profiles/R5906994_034.nc 2024-05-28 23:11:00  ...   Unknown           66.342931
3  coriolis/5906994/profiles/R5906994_035.nc 2024-06-07 23:47:00  ...   Unknown           89.029014
4  coriolis/6902895/profiles/R6902895_072.nc 2024-05-09 21:49:00  ...   Unknown           86.584376

argoline's People

Contributors

cgrdn 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.