Chapter 19: Additional Case Studies¶
Part III — Discrete Spatial Modeling
Learning Objectives¶
By the end of this chapter you will be able to:
- Apply DisSModel to urban growth, land-use change, and epidemic spread
- Demonstrate framework versatility across disciplines
{note}
Keep each case study self-contained — one section, one model.
In [ ]:
Copied!
# Standard imports — add chapter-specific imports below
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
# Standard imports — add chapter-specific imports below
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
Urban Growth Modeling¶
TODO: write content.
In [ ]:
Copied!
# Code for section: Urban Growth Modeling
# Code for section: Urban Growth Modeling
Agricultural Land-Use Change¶
TODO: write content.
In [ ]:
Copied!
# Code for section: Agricultural Land-Use Change
# Code for section: Agricultural Land-Use Change
Epidemic Spread in Spatial Populations¶
TODO: write content.
In [ ]:
Copied!
# Code for section: Epidemic Spread in Spatial Populations
# Code for section: Epidemic Spread in Spatial Populations
Choosing the Right Substrate for Your Problem¶
TODO: write content.
In [ ]:
Copied!
# Code for section: Choosing the Right Substrate for Your Problem
# Code for section: Choosing the Right Substrate for Your Problem
Further Reading¶
- TODO: add references.