Skip to main content

A python library for Argo data beginners and experts

Project description

argopy logo
argopy is a python library dedicated to Argo data access, visualisation and manipulation for regular users as well as Argo experts and operators
DOI Documentation Pypi Conda
codecov CI CI Energy
Open-SSF

Documentation

The official documentation is hosted on ReadTheDocs.org: https://argopy.readthedocs.io

Install

Binary installers for the latest released version are available at the Python Package Index (PyPI) and on Conda.

# conda
conda install -c conda-forge argopy
# or PyPI
pip install argopy

argopy is continuously tested to work under most OS (Linux, Mac, Windows) and with python versions >= 3.8

Usage

# Import the main data fetcher:
from argopy import DataFetcher
# Define what you want to fetch... 
# a region:
ArgoSet = DataFetcher().region([-85,-45,10.,20.,0,10.])
# floats:
ArgoSet = DataFetcher().float([6902746, 6902747, 6902757, 6902766])
# or specific profiles:
ArgoSet = DataFetcher().profile(6902746, 34)
# then fetch and get data as xarray datasets:
ds = ArgoSet.load().data
# or
ds = ArgoSet.to_xarray()
# you can even plot some information:
ArgoSet.plot('trajectory')    

They are many more usages and fine-tuning to allow you to access and manipulate Argo data:

Just check out the documentation for more !

🌿 Energy impact of argopy development

The argopy team is concerned about the environmental impact of your favorite software development. Starting June 1st 2024, we're experimenting with the Green Metrics Tools from Green Coding to get an estimate of the energy used and CO2eq emitted by our development activities on Github infrastructure. Results:

Activity Green Coding tool
All Dashboard
CI tests running on each commit CI Energy
Upstream CI tests, running daily CI Energy

Development and contributions

See our development roadmap here: https://github.com/euroargodev/argopy/milestone/3

Checkout the contribution page if you want to get involved and help maintain or develop argopy.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

argopy-0.1.16.tar.gz (234.5 kB view details)

Uploaded Source

Built Distribution

argopy-0.1.16-py3-none-any.whl (282.0 kB view details)

Uploaded Python 3

File details

Details for the file argopy-0.1.16.tar.gz.

File metadata

  • Download URL: argopy-0.1.16.tar.gz
  • Upload date:
  • Size: 234.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for argopy-0.1.16.tar.gz
Algorithm Hash digest
SHA256 da2749bf9e79ef26eaf92c9550b9720150e1fffe8eb45983652a25c726179837
MD5 ed5aecb5d28a5ac186965d5fe8020fe8
BLAKE2b-256 cc3c6790b0d32761cbe36ca6673b8a92a13467b0096e8fe76f76f384a5d08df6

See more details on using hashes here.

File details

Details for the file argopy-0.1.16-py3-none-any.whl.

File metadata

  • Download URL: argopy-0.1.16-py3-none-any.whl
  • Upload date:
  • Size: 282.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for argopy-0.1.16-py3-none-any.whl
Algorithm Hash digest
SHA256 496dbc1a6433727a7d7e5e0fe00eb4bf93b49a9c11fdf264329a60de3b69d49b
MD5 fd110c177e98892515dda7c259352c06
BLAKE2b-256 4d260bbb854cc6b08f7f71bb3a1d31d54be2ace922804a0ae33e8c9439378d51

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page