From ff920e439fcb82eec21d3b02fb77b6a4e39ba34e Mon Sep 17 00:00:00 2001 From: Gerard Casey Date: Wed, 11 Sep 2024 15:57:51 +0100 Subject: [PATCH] Add to docs the spatial cropping logging --- docs/activity_plans.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/activity_plans.md b/docs/activity_plans.md index fb7514ac..570aec1a 100644 --- a/docs/activity_plans.md +++ b/docs/activity_plans.md @@ -135,4 +135,5 @@ This is resulting some difficult to follow logic (e.g., [][pam.activity.Plan.fil ## Plan cropping The [`pam.operations.cropping`](reference/pam/operations/cropping.md) module allows to spatially subset populations, by simplifying plan components that take place outside the "core" area. Any activities or legs that do not affect that core area are removed from the agents' plans, and agents with fully-external plans are removed from the population. -Examples of using the module can be found in the [][plan-cropping] notebook. \ No newline at end of file +Examples of using the module can be found in the [][plan-cropping] notebook. +Plan cropping now features basic logging on the input and then output population, quantifying the changes in agent and households as a result of the cropping. \ No newline at end of file