Intro

This repository contains examples for the cityseer package.

Follow the links below if you’re instead looking for the main repository or the API documentation:

Datasets

The datasets used from the example recipes are available on the datasets page, where you can also find information on the sources.

Python 101

If you are new to Python or computational notebooks, start with the Python 101 section.

Recipes

If you already have some experience, you can dive straight into the recipes section, which contains practical examples and use-cases for cityseer.

Installation

To install cityseer, use pip:

pip install --upgrade cityseer

Or, from a notebook:

!pip install --upgrade cityseer

The examples in this cookbook also use packages such as geopandas, networkx, and matplotlib. You can install these using the same method.