Skip to content

Map coloring algorithm #5

Open
Open
@MiklerGM

Description

@MiklerGM

Develop or extend existing algorithm suitable for assigning color id to a PoliticalEntity (PE).

  • Color assigned to PE can not be changed during it's existence.
  • All neighbors must have different colors.
  • Number of different colors for each level can be limited by reasonable amount

PE is an organization that has claimed some land in special time period
PoliticalEntities has different admin levels it means that country (lvl 2) have some regions (lvl3, lvl4, ...etc) and are part of larger group (lvl1) or groups

PE can be formed out of the existing PE: predecessor of Russain Empire was Tsardom of Russia.

Proposal for MVP:

  • Separate 3 color schemes
    • Countries (LvL2)
      • 13 different colors
    • Regions (LvL3-6?)
      • color scheme limited to 6, related to the country color
    • Groups (LvL1)
      • Separate color scheme (?)

@ataalik mentioned the graph coloring algorithm

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions