Skip to content

[map-tilegrid] Tile Grid Map for Equal-Area Geographic Comparison #5246

@MarkusNeusinger

Description

@MarkusNeusinger

Description

A geographic layout where each region (state, country, etc.) is represented by an equally-sized tile (hexagon or square) arranged to approximate the real geographic positions. Unlike choropleth maps where large-area regions dominate visually, tile grid maps give each region equal visual weight, making them ideal for per-capita or per-region comparisons.

Applications

  • Comparing US state-level election results without area bias
  • Showing per-country statistics in Europe with equal visual weight
  • Displaying regional health metrics without geographic size distortion
  • Visualizing adoption rates across administrative regions

Data

  • region (str) — region identifier (e.g., state abbreviation)
  • value (float) — metric to display
  • row (int) — grid row position
  • col (int) — grid column position
  • Size: 10–60 regions

Notes

  • Hex tiles or square tiles, both are valid
  • Color tiles by value using sequential/diverging colormap
  • Label each tile with region abbreviation
  • Predefined layouts available for US states, EU countries

Metadata

Metadata

Assignees

No one assigned

    Labels

    approvedApproved for implementationspec-readySpecification merged to main

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions