Installation#

License Python version Anaconda-Server Badge

pypi dwn conda dwn

Instructions#

Install the last release with conda:

conda install -c conda-forge argopy

or pip:

pip install argopy

you can also work with the latest version:

pip install git+http://github.com/euroargodev/argopy.git@master

Required dependencies#

  • xarray

  • scipy

  • scikit-learn

  • netCDF4

  • dask

  • toolz

  • erddapy

  • fsspec

  • gsw

  • aiohttp

  • packaging

Note that Erddapy is required because erddap is the default data fetching backend.

Requirement dependencies details can be found here.

The argopy software is continuously tested under latest OS (Linux, Mac OS and Windows) and with python versions 3.7 and 3.8.

Optional dependencies#

For a complete argopy experience, the following packages are also required:

  • ipython>=5.0.0

  • ipywidgets>=7.5.1

  • tqdm>=4.46.0

  • Matplotlib>=3.0

  • Cartopy>=0.17

  • Seaborn>=0.9.0