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