helikite.metadata.models ======================== .. py:module:: helikite.metadata.models Classes ------- .. autoapisummary:: helikite.metadata.models.Level0 Module Contents --------------- .. py:class:: Level0 Bases: :py:obj:`pydantic.BaseModel` .. py:attribute:: flight :type: str | None :value: None .. py:attribute:: flight_date :type: datetime.date .. py:attribute:: takeoff_time :type: datetime.datetime .. py:attribute:: landing_time :type: datetime.datetime .. py:attribute:: reference_instrument :type: str .. py:attribute:: instruments :type: list[str] :value: [] .. py:method:: __repr__() -> str .. py:method:: __str__() -> str .. py:method:: _repr_html_() -> str