heiplanet_data.preprocess module⚓︎
heiplanet_data.preprocess
⚓︎
Backward-compatible facade for the preprocessing modules.
The implementation was split into dedicated modules; import from them directly in new code:
- :mod:
heiplanet_data.converters— unit and coordinate conversions - :mod:
heiplanet_data.regrid— spatial resolution resampling - :mod:
heiplanet_data.temporal— time-axis operations - :mod:
heiplanet_data.pipeline— step registry and orchestration - :mod:
heiplanet_data.nuts_aggregation— aggregation over NUTS regions
This module re-exports the previous public API so existing imports of
heiplanet_data.preprocess keep working. Each name uses the
name as name re-export idiom, so the import list below is the single
authoritative export list.
Note: log records are emitted under the implementation modules' logger
names (e.g. heiplanet_data.pipeline) instead of
heiplanet_data.preprocess; configure logging on the heiplanet_data
parent logger to capture them.