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

Uploaded Source

Built Distribution

argopy-0.1.17-py3-none-any.whl (285.7 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for argopy-0.1.17.tar.gz
Algorithm Hash digest
SHA256 d562a75fc596f196931407506b2510e989f1eeb0fc30ea84dc83cec65c9bd9bc
MD5 75b2f77a9f4cf2b8533d15555792b5e7
BLAKE2b-256 5c935e7b10e79df13ef9fdc7cf870a4a9786ce18655b893ef6e15900f0781ff9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for argopy-0.1.17-py3-none-any.whl
Algorithm Hash digest
SHA256 bbceb041ef530b767f805a957ebda27bc0c0ea6fe46baf61d5261a7a3c0fa5b7
MD5 f34cc01ff60a2c8c5f4bd89bd9d5177d
BLAKE2b-256 afa655130b00d3826cad0a88c31ad5044004663122004f526960e6aedab432bb

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