Welcome to MAUP’s documentation!
maup
is the geospatial toolkit for redistricting data. The package
streamlines the basic workflows that arise when working with blocks,
precincts, and districts, such as
The project’s priorities are to be efficient by using spatial indices whenever possible and to integrate well with the existing ecosystem around pandas, geopandas and shapely. The package is distributed under the MIT License.
Installation
To install maup
from PyPI, run
pip install maup
from the terminal.
Modifiable areal unit problem
The name of this package comes from the modifiable areal unit problem
(MAUP):
the same spatial data will look different depending on how you divide up
the space. Since maup
is all about changing the way your data is
aggregated and partitioned, we have named it after the MAUP to encourage
users to use the toolkit thoughtfully and responsibly.