Skip to main content
Ctrl+K
Logo image

Getting Started

  • Installation
  • Usage
  • Why argopy ?
  • What is Argo ?

User Guide

  • Fetching Argo data
  • Data sources
  • Manipulating data
  • Data visualisation
  • Data quality control
  • User mode (πŸ„ 🏊 🚣)
  • 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.TopoFetcher
    • argopy.ArgoNVSReferenceTables
    • argopy.OceanOPSDeployments
    • argopy.CTDRefDataFetcher
    • argopy.ArgoDocs
    • argopy.dashboard
    • argopy.ArgoColors
    • argopy.plot.open_sat_altim_report
    • argopy.plot.scatter_map
    • argopy.plot.bar_plot
    • argopy.plot.latlongrid
    • argopy.plot.discrete_coloring
    • 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.teos10
    • xarray.Dataset.argo.create_float_source
    • xarray.Dataset.argo.uid
    • xarray.Dataset.argo.cast_types
    • argopy.utilities.list_available_data_src
    • argopy.utilities.list_available_index_src
    • argopy.utilities.get_coriolis_profile_id
    • argopy.utilities.get_ea_profile_page
    • argopy.utilities.check_wmo
    • argopy.utilities.check_cyc
    • argopy.utilities.float_wmo
    • argopy.utilities.Registry
    • argopy.utilities.list_standard_variables
    • argopy.utilities.list_multiprofile_file_variables
    • argopy.utilities.Chunker
    • argopy.utilities.isconnected
    • argopy.utilities.urlhaskeyword
    • argopy.utilities.isalive
    • argopy.utilities.isAPIconnected
    • 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.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
  • Open issue
  • .rst

argopy.utilities.isalive

Contents

  • isalive()

argopy.utilities.isalive#

isalive(api_server_check: str | dict = '') → bool[source]#

Check if an API is alive or not

2 methods are available:

  • URL Ping

  • keyword Check

Parameters:

api_server_check –

Url string or dictionary with [url, keyword] keys.

  • For a string, uses: argopy.utilities.isconnected

  • For a dictionary, uses: argopy.utilities.urlhaskeyword

Return type:

bool

previous

argopy.utilities.urlhaskeyword

next

argopy.utilities.isAPIconnected

Contents
  • isalive()

Β© Copyright 2020-2023, argopy Developers.