flowmachine.core.server.query_schemas.aggregation_unit¶
Source: flowmachine/core/server/query_schemas/aggregation_unit.py
Definition of a custom marshmallow field for aggregation units, and function for getting the corresponding SpatialUnit object.
Class AggregationUnitKind¶
AggregationUnitKind(validate=None, **kwargs)
A string representing an aggregation unit (for example: "admin0", "admin1", "admin2", ...)
Attributes¶
Methods¶
_validate_all¶
_validate_all
context¶
context
The context dictionary for the parent Schema <marshmallow.Schema>
.
Returns¶
dict | None
default¶
default
missing¶
missing
Class AggregationUnitMixin¶
AggregationUnitMixin()