This is a Python package for urban data analysis and manipulation.
To install the package, first clone the repository, then run pip
:
git clone https://github.com/physycom/urbantools
cd urbantools
pip install .
You can import all the modules in the package using:
import urbantools as ut
or import specific modules:
from urbantools import cartopy