Administrative Regions of France and bordering data
This repository is to fill gaps in other countries administrative regions about what borders what
Details
The entity framework does not have this yet.
For more information, see the Wolfram Community Post
The Four Color Theorem and Applications to Maps, Graphs and Vertex Coloring
Examples
Basic Examples (6)
In[1]:= |
Out[1]= |
Make a graph of bordering administrative divisions:
In[2]:= |
Out[2]= |
Find a vertex coloring for the graph:
In[3]:= |
Out[3]= |
Color the vertices with the ResourceFunction ColorGraphVertices:
In[4]:= |
Out[4]= |
Make a map:
In[5]:= |
Out[5]= |
Break the graph into the mainland component and the island of Corsica:
In[6]:= |
Out[6]= |
Compare with the Entity framework:
In[7]:= |
Out[7]= |
In[8]:= |
Out[8]= |
External Links
- Wikipedia—Regions of France
- Wolfram Community Post The Four Color Theorem and Applications to Maps, Graphs and Vertex Coloring