Skip to main content
Ctrl+K
⚠️ argopy now has its own cheatsheet ! Check it out here ! ⚠️
argopy 999 documentation - Home

Getting Started

  • Installation
  • Usage
  • Why argopy ?
  • What is Argo ?
  • Gallery of examples

User Guide

  • Fetching Argo data
    • Data selection
    • Data sources
    • Dataset
    • User mode (πŸ„, 🏊, 🚣)
  • Working with Argo data
    • Manipulating data
    • Data visualisation
    • Data quality control
  • Argo meta-data
  • Performances

Help & reference

  • What’s New
  • Contributing to argopy
  • API reference
    • argopy.DataFetcher
    • argopy.IndexFetcher
    • argopy.DataFetcher.region
    • argopy.DataFetcher.float
    • argopy.DataFetcher.profile
    • argopy.IndexFetcher.region
    • argopy.IndexFetcher.float
    • argopy.IndexFetcher.profile
    • argopy.DataFetcher.load
    • argopy.DataFetcher.to_xarray
    • argopy.DataFetcher.to_dataframe
    • argopy.DataFetcher.to_index
    • argopy.IndexFetcher.load
    • argopy.IndexFetcher.to_xarray
    • argopy.IndexFetcher.to_dataframe
    • argopy.IndexFetcher.to_csv
    • argopy.DataFetcher.plot
    • argopy.DataFetcher.dashboard
    • argopy.IndexFetcher.plot
    • argopy.DataFetcher.data
    • argopy.DataFetcher.index
    • argopy.DataFetcher.domain
    • argopy.DataFetcher.uri
    • argopy.IndexFetcher.index
    • argopy.status
    • argopy.ArgoIndex
    • argopy.ArgoNVSReferenceTables
    • argopy.OceanOPSDeployments
    • argopy.CTDRefDataFetcher
    • argopy.TopoFetcher
    • argopy.ArgoDocs
    • argopy.related.get_coriolis_profile_id
    • argopy.related.get_ea_profile_page
    • argopy.dashboard
    • argopy.ArgoColors
    • argopy.plot.open_sat_altim_report
    • argopy.plot.scatter_map
    • argopy.plot.bar_plot
    • argopy.plot.scatter_plot
    • argopy.plot.latlongrid
    • xarray.Dataset.argo
    • xarray.Dataset.argo.point2profile
    • xarray.Dataset.argo.profile2point
    • xarray.Dataset.argo.interp_std_levels
    • xarray.Dataset.argo.groupby_pressure_bins
    • xarray.Dataset.argo.filter_qc
    • xarray.Dataset.argo.filter_data_mode
    • xarray.Dataset.argo.filter_scalib_pres
    • xarray.Dataset.argo.filter_researchmode
    • xarray.Dataset.argo.teos10
    • xarray.Dataset.argo.create_float_source
    • xarray.Dataset.argo.index
    • xarray.Dataset.argo.domain
    • xarray.Dataset.argo.list_WMO_CYC
    • xarray.Dataset.argo.uid
    • xarray.Dataset.argo.cast_types
    • argopy.utils.list_available_data_src
    • argopy.utils.list_available_index_src
    • argopy.utils.list_standard_variables
    • argopy.utils.list_multiprofile_file_variables
    • argopy.utils.check_wmo
    • argopy.utils.check_cyc
    • argopy.utils.float_wmo
    • argopy.utils.Registry
    • argopy.utils.Chunker
    • argopy.utils.isconnected
    • argopy.utils.urlhaskeyword
    • argopy.utils.isalive
    • argopy.utils.isAPIconnected
    • argopy.utils.drop_variables_not_in_all_datasets
    • argopy.utils.fill_variables_not_in_all_datasets
    • argopy.set_options
    • argopy.clear_cache
    • argopy.tutorial.open_dataset
    • argopy.show_versions
    • argopy.xarray.ArgoEngine
    • argopy.stores.filestore
    • argopy.stores.httpstore
    • argopy.stores.memorystore
    • argopy.stores.ftpstore
    • argopy.ArgoIndex
    • argopy.stores.indexstore_pa
    • argopy.stores.indexstore_pd
    • argopy.data_fetchers.erddap_data.ErddapArgoDataFetcher
    • argopy.data_fetchers.erddap_data.Fetch_wmo
    • argopy.data_fetchers.erddap_data.Fetch_box
    • argopy.data_fetchers.gdacftp_data.FTPArgoDataFetcher
    • argopy.data_fetchers.gdacftp_data.Fetch_wmo
    • argopy.data_fetchers.gdacftp_data.Fetch_box
    • argopy.data_fetchers.argovis_data.ArgovisDataFetcher
    • argopy.data_fetchers.argovis_data.Fetch_wmo
    • argopy.data_fetchers.argovis_data.Fetch_box
  • Repository
  • Suggest edit
  • Open issue
  • .rst

Gallery

Contents

  • Notebook Examples

Gallery#

Here’s a list of examples on how to use argopy. We will be adding more examples soon. Contributions are highly welcomed and appreciated. So, if you are interested in contributing, please consult the Contributing to argopy guide.

Notebook Examples#

πŸ€– 🟒 πŸ„ ⭐

BGC one float data

A notebook to download and plot one BGC float data

Online viewer

Download notebook

πŸ—Ί 🟒 πŸ„ ⭐

BGC regional data

A notebook to download and plot BGC data in a specific ocean region

Online viewer

Download notebook

πŸ—Ί πŸ€– 🟒 πŸ„ 🌐

Scatter map with data mode of one BGC variable

A notebook to plot a global map where profile locations are color coded with one BGC parameter data mode

Online viewer

Download notebook

πŸ—Ί 🟒 πŸ„ 🌐

BGC data mode census

A notebook to make a global census of all BGC parameter data mode and a pie plot with results

Online viewer

Download notebook

Notebook tags Legend
Data selection:

πŸ—Ί : region, πŸ€– : float, βš“ : profile

Dataset:

🟑+πŸ”΅ : core+deep, 🟒 : BGC

User mode:

πŸ„ : expert, 🏊 : standard, 🚣 : research

Data sources:

⭐ : erddap, 🌐 : gdac, πŸ‘ : argovis

previous

What is Argo ?

next

Fetching Argo data

Contents
  • Notebook Examples

Β© Copyright 2020-2024, argopy Developers.