QueryOrigin#

class astropy.io.votable.dataorigin.QueryOrigin(votable_element=None)[source]#

Bases: object

Data class storing query execution information that generated the VOTable.

Attributes:
service_ivoidstr

IVOID of the service that produced the VOTable (default: None)

publisherstr

Data centre that produced the VOTable (default: None)

server_softwarestr

Software version (default: None)

service_protocolstr

IVOID of the protocol through which the data was retrieved (default: None)

requeststr

Full request URL including a query string (default: None)

querystr

An input query in a formal language (e.g, ADQL) (default: None)

request_datestr

Query execution date (default: None)

contactstr

Email or URL to contact publisher (default: None)

infoslist[astropy.io.votable.tree.Info]

list of <INFO> used by DataOrigin (default: empty list)

Notes

The Query information should be unique in the whole VOTable. It includes reproducibility information to execute the query again.

Attributes Summary

standardID

Compatibility with previous version

Attributes Documentation

standardID#

Compatibility with previous version