astropy:docs

get_remote_catalog_db

astropy.vo.client.vos_catalog.get_remote_catalog_db(dbname, cache=True, verbose=True)[source] [edit on github]

Get a database of VO services (which is a JSON file) from a remote location.

Parameters:

dbname : str

Prefix of JSON file to download from astropy.vo.Conf.vos_baseurl.

cache : bool

Use caching for VO Service database. Access to actual VO websites referenced by the database still needs internet connection.

verbose : bool

Show download progress bars.

Returns:

db : VOSDatabase

A database of VO services.

Page Contents