show_map

viz.show_map(aligner_results, dict_thematic, dict_reference)

Display a grid of maps showing alignment results across different distances.

This function creates a multi-panel figure where each subplot represents the geographic state of the thematic data after being aligned using a specific ‘relevant distance’ parameter.

Parameters

Name Type Description Default
aligner_results dict A nested dictionary structured as {theme_id: {rel_dist: ProcessResult}}. required
dict_thematic dict Dictionary containing the original thematic geometries. required
dict_reference dict Dictionary containing the reference geometries used for alignment. required

Returns

Name Type Description
None The function generates and displays a Matplotlib figure.

Notes

The function automatically calculates the required number of rows for a two-column grid. It relies on the internal _make_map helper function to render the individual spatial layers.