/city-posters

Generate city posters with Geopandas and SRAI

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

city-posters

Generate city posters with Geopandas and SRAI.

Example

Setup

Create a conda environment named (cityposters) with the following command:

conda env create -f environment.yml

Install all the required dependencies with the following command:

conda activate cityposters
pip install -r requirements.txt

Usage

See /making_city_posters.ipynb for detailed usage examples. Alternatively, you can create your own configuration entry in /config.py and create your poster by running

python make_poster.py -cn <your_config_name>

License

See the LICENSE file for more information.

Acknowledgements

This repository uses the Spatial Representations for Artificial Intelligence (SRAI) package, which is a project of Kraina, the Geospatial & Mobility Research Group at Wroclaw University of Science and Technology (WUST)