:py:mod:`ecoscope` ================== .. py:module:: ecoscope Subpackages ----------- .. toctree:: :titlesonly: :maxdepth: 3 analysis/index.rst base/index.rst io/index.rst mapping/index.rst plotting/index.rst Submodules ---------- .. toctree:: :titlesonly: :maxdepth: 1 version/index.rst Package Contents ---------------- .. py:function:: init(silent=False, selenium=False, force=False) Initializes the environment with ecoscope-specific customizations. :param silent: Removes console output :type silent: bool, optional :param selenium: Installs selenium webdriver in a colab environment :type selenium: bool, optional :param force: Ignores `__initialized` :type force: bool, optional