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-1.0.0.tar.gz (643.1 kB view details)

Uploaded Source

Built Distribution

argopy-1.0.0-py3-none-any.whl (309.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: argopy-1.0.0.tar.gz
  • Upload date:
  • Size: 643.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for argopy-1.0.0.tar.gz
Algorithm Hash digest
SHA256 0755851e3c63c46646056ca9ffe6f78847d89c2abc229bbf7bdcf10abb52aac3
MD5 0e11205f154943fae36a89f7a9b72c01
BLAKE2b-256 af68bd8f3abab94cbe4ea6afc3110ce6dd7f619b0258027a2266064b77e0330e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: argopy-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 309.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for argopy-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ab84f95eb1db71a56964c458be68cbf16eecacad23eb2374a97f4ea733d0f2ae
MD5 a3fcb78d04ed2028a35904338b3651b4
BLAKE2b-256 32058f76a6becc7f1edda948c3ed385c471ae762d37c3dcc8423e533fbacc73b

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