Installation ============ Basic Installation ------------------ Create a virtual environment, and install the package: .. code-block:: bash pip install geobox Optional Dependencies --------------------- Install with Geometry Dependencies ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ For enhanced geometric operations and spatial analysis capabilities: .. code-block:: bash pip install geobox[geometry] Install with tqdm Dependencies ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ For progress bar support in both .py and .ipynb scripts: .. code-block:: bash pip install geobox[tqdm] Install with async Dependencies ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ For Async support: .. code-block:: bash pip install geobox[async] Install with All Dependencies ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ To install all available optional dependencies: .. code-block:: bash pip install geobox[all]