DatasetOrigin#
- class astropy.io.votable.dataorigin.DatasetOrigin(votable_element=None)[source]#
Bases:
objectData class storing the basic provenance for a Dataset.
- Attributes:
- data_ivoid
list IVOID of underlying data collection (default: None)
- citation
list Dataset identifier that can be used for citation (default: None)
- reference_url
list Dataset landing page (default: None)
- resource_version
list Dataset version (default: None)
- rights_uri
list Licence URI (default: None)
- rights
list Licence or Copyright text (default: None)
- creator
list The person(s) mainly involved in the creation of the resource (default: None)
- journal
list Editor name of the reference article (default: None)
- article
list Bibcode or DOI of a reference article (default: None)
- cites
list An Identifier (ivoid, DOI, bibcode) of second resource (default: None)
- is_derived_from
list An Identifier (ivoid, DOI, bibcode) of second resource (default: None)
- original_date
list Date of the original resource from which the present resource is derived (default: None)
- publication_date
list Date of first publication in the data centre (default: None)
- last_update_date
list Last data centre update (default: None)
- infos
list[astropy.io.votable.tree.Info] list of
<INFO>used by DataOrigin (default: None)
- data_ivoid
Notes
DatasetOrigin is dedicated to a specific Element in a VOTable. These
<INFO>Elements describe a Resource, a TableElement or are Global.Constructor
- Parameters:
- votable_element: astropy.io.votable.tree.Element, optional
indicates the VOTable element
Attributes Summary
Methods Summary
Get the VOTable element
is_empty()check if DataOrigin is filled
Attributes Documentation
- editor#
Deprecated since version 8.0: The editor function is deprecated and may be removed in a future version. Use journal instead.
Compatibility with previous version (renamed to
journal).
- ivoid#
Deprecated since version 8.0: The ivoid function is deprecated and may be removed in a future version. Use data_ivoid instead.
Compatibility with previous version (renamed to
data_ivoid).
Methods Documentation