:tocdepth: 3 :py:mod:`index` =============== .. py:module:: index .. autoapi-nested-parse:: Qquery the Gekos-Online server. **Source code:** :source:`index` Module Contents --------------- .. py:class:: Config(*args, **kwargs) Bases: :py:obj:`gws.Config` Object configuration. .. py:attribute:: crs :type: gws.CrsName CRS for gekos data .. py:attribute:: dbUid :type: Optional[str] Database provider uid .. py:attribute:: position :type: Optional[PositionConfig] position correction for points .. py:attribute:: sources :type: list[SourceConfig] gek-online instance names .. py:attribute:: tableName :type: str sql table name .. py:class:: Object Bases: :py:obj:`gws.Node` Configurable GWS object. .. py:attribute:: crs :type: gws.Crs .. py:attribute:: db :type: gws.DatabaseProvider .. py:attribute:: position :type: PositionConfig .. py:attribute:: tableName :type: str .. py:method:: configure() Configuration hook. .. py:method:: create() .. py:class:: PositionConfig(*args, **kwargs) Bases: :py:obj:`gws.Config` Object configuration. .. py:attribute:: angle :type: int :value: 0 .. py:attribute:: distance :type: int :value: 0 .. py:attribute:: offsetX :type: int .. py:attribute:: offsetY :type: int .. py:class:: SourceConfig(*args, **kwargs) Bases: :py:obj:`gws.Config` Object configuration. .. py:attribute:: instance :type: str .. py:attribute:: params :type: dict .. py:attribute:: url :type: gws.Url