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
JOSS CI codecov Documentation Status PyPI

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.7 and 3.8.

Usage

badge

# Import the main fetcher:
from argopy import DataFetcher as ArgoDataFetcher
# Define what you want to fetch... 
# a region:
ArgoSet = ArgoDataFetcher().region([-85,-45,10.,20.,0,10.])
# floats:
ArgoSet = ArgoDataFetcher().float([6902746, 6902747, 6902757, 6902766])
# or specific profiles:
ArgoSet = ArgoDataFetcher().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 !

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

Uploaded Source

Built Distribution

argopy-0.1.11-py3-none-any.whl (167.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: argopy-0.1.11.tar.gz
  • Upload date:
  • Size: 133.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.4

File hashes

Hashes for argopy-0.1.11.tar.gz
Algorithm Hash digest
SHA256 0db988eb71919bd4d58df75a82790e5f1753b82dec4bfc2d25083c99552cc4cc
MD5 c9cb31fd07d670423e539a8db2c7bceb
BLAKE2b-256 a34de64b0ad4665c3bf3ea380b3c9fd1f7361c05e0328522ad56794a3a7f68b1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: argopy-0.1.11-py3-none-any.whl
  • Upload date:
  • Size: 167.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.4

File hashes

Hashes for argopy-0.1.11-py3-none-any.whl
Algorithm Hash digest
SHA256 787a7ed0e94674a0382d1e168d0e20a7a5cd9df5b9670c9530af8f9efe5d8cb8
MD5 0cf34a65b9e1ec4b1513af85db6e3f98
BLAKE2b-256 844212f9491bf226e2eee36b018c98fcbb13d63dda7ed8c80d46a79c2a45bda0

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