cartagen.BuildingAgent#
- class BuildingAgent(feature, importance=1)#
Agent for buildings generalisation.
Create an object to generalise buildings within the AGENT process.
- Parameters:
See also
run_agentsExecute the AGENT process.
- add_constraints(*constraints)#
Set one or multiple constraints to the process.
- Parameters:
*constraints (
GeneralisationConstraint) – Generalisation constraints to apply to this agent.
- property constraints#
Returns the constraints of the process.