Bases: astropy.vo.client.vos_catalog.VOSBase
A class to represent VO Service Catalog.
Parameters: | tree : JSON tree |
---|---|
Raises: | VOSError
|
Methods Summary
create(title, url, **kwargs) | Create a new VO Service Catalog with user parameters. |
delete_attribute(key) | Delete given metadata key and its value from the catalog. |
Methods Documentation
Create a new VO Service Catalog with user parameters.
Parameters: | title : str
url : str
kwargs : dict
|
---|---|
Returns: | cat : VOSCatalog
|
Raises: | TypeError
|
Delete given metadata key and its value from the catalog.
Parameters: | key : str
|
---|---|
Raises: | KeyError
VOSError
|