<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>MapFast (Posts about cartography)</title><link>https://mapfast.co/</link><description></description><atom:link href="https://mapfast.co/categories/cartography.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><copyright>Contents © 2026 &lt;a href="mailto:contact@mapfast.co"&gt;MapFast&lt;/a&gt; </copyright><lastBuildDate>Thu, 07 May 2026 10:44:04 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>MapFast example files</title><link>https://mapfast.co/blog/mapfast-example-files.html</link><dc:creator>MapFast</dc:creator><description>&lt;h1&gt;Create a map with MapFast : example files&lt;/h1&gt;
&lt;p&gt;Use this page to understand how to structure your data to create a map with MapFast.&lt;/p&gt;
&lt;div class="callout"&gt;
💡 MapFast automatically detects the best column to use for &lt;a href="https://coordable.co/blog/how-geocoding-works-a-simple-guide/"&gt;geocoding&lt;/a&gt; (i.e., the process of converting a textual location into GPS coordinates) and the best columns to display on the map. As a result, the input format is pretty flexible!
&lt;/div&gt;

&lt;p&gt;I referenced a few examples below, that you can download and reuse as a base file. 🙂&lt;/p&gt;
&lt;h2&gt;Example data - World map&lt;/h2&gt;
&lt;p&gt;The following is an Excel file containing the World GDP per country, from the WorldBank.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/example-files/example-files-preview-01.png" alt="Preview &amp;amp; download this dataset here: [Google Sheet link](https://docs.google.com/spreadsheets/d/14hsrtEHiO9bXHkFgpgOejF9cqiA-xddp/edit?usp=sharing&amp;amp;ouid=110590424152347804947&amp;amp;rtpof=true&amp;amp;sd=true)."&gt;&lt;figcaption&gt;Preview &amp;amp; download this dataset here: [Google Sheet link](https://docs.google.com/spreadsheets/d/14hsrtEHiO9bXHkFgpgOejF9cqiA-xddp/edit?usp=sharing&amp;amp;ouid=110590424152347804947&amp;amp;rtpof=true&amp;amp;sd=true).&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;Initially, the dataset contained many years, but I filtered the data and extracted the results into a new sheet to be sure that I had only the values for year 2021. The rest of the file is clean: it has clear country names and the GDP per capita column is numerical. The “code” column could be removed safely.&lt;/p&gt;
&lt;div class="callout"&gt;
💡

See also: &lt;a href="https://mapfast.co/blog/how-to-make-a-world-map.html"&gt;How to make a World map&lt;/a&gt;

&lt;/div&gt;

&lt;h2&gt;Example data - State map (United States of America)&lt;/h2&gt;
&lt;p&gt;The following dataset is a dataset I used to create a map to count the number of Electric Vehicles registration in the US. The original dataset contained non-EV columns that I cleaned, I also manually computed “per capita” information to be able to create a normalized choropleth map.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/example-files/example-files-preview-02.png" alt="Preview &amp;amp; download this dataset here: [Google Sheet link](https://docs.google.com/spreadsheets/d/13t29YxyyiMYsd_ruOve7cd8401Kfx0UkQER10cMBEss/edit?usp=sharing)."&gt;&lt;figcaption&gt;Preview &amp;amp; download this dataset here: &lt;a href="https://docs.google.com/spreadsheets/d/13t29YxyyiMYsd_ruOve7cd8401Kfx0UkQER10cMBEss/edit?usp=sharing"&gt;Google Sheet link&lt;/a&gt;.&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;All the states are named clearly in the “State” column; so MapFast can detect easily that the dataset is entirely about the USA. The number of columns is low (under 20) so it won't cause any issues during import. All columns are numerical.&lt;/p&gt;
&lt;p&gt;You can do the same kind of dataset for any country. Instead of &lt;em&gt;States&lt;/em&gt;, it can be other administrative areas: &lt;em&gt;Cantons, Regions, Departments&lt;/em&gt;, …. for another country.&lt;/p&gt;
&lt;h2&gt;Example data - categorical colors&lt;/h2&gt;
&lt;p&gt;The following is a very simple csv file that I created manually to explore categorical maps. It contains &lt;em&gt;Climate Zone&lt;/em&gt; categorization for world countries. **&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/example-files/example-files-preview-03.png" alt="Preview &amp;amp; download this dataset here: [Google Sheet link](https://docs.google.com/spreadsheets/d/1RfSaIef6z0FxBccERB8LOOqTwJFK7tyWe6KJ2ACWtpo/edit?usp=sharing)."&gt;&lt;figcaption&gt;Preview &amp;amp; download this dataset here: &lt;a href="https://docs.google.com/spreadsheets/d/1RfSaIef6z0FxBccERB8LOOqTwJFK7tyWe6KJ2ACWtpo/edit?usp=sharing"&gt;Google Sheet link&lt;/a&gt;.&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;This file is very simple, making it very easy for MapFast to understand how to make a map out of it. The “&lt;em&gt;Climate Zone&lt;/em&gt;” column will be detected as a list of strings, thus categorical data.&lt;/p&gt;
&lt;p&gt;The next step will be to change the colors into the web app!&lt;/p&gt;
&lt;div class="callout"&gt;
💡

See also: &lt;a href="https://mapfast.co/blog/how-to-make-a-colored-map-with-mapfast.html"&gt;How to make a colored map&lt;/a&gt;

&lt;/div&gt;

&lt;h2&gt;Example data - real estate map&lt;/h2&gt;
&lt;p&gt;The following is a completely different dataset as it contains precise adresses. It’s an extract of a real estate list of apartments for sale in Antwerp, Belgium in 2025.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/example-files/example-files-preview-04.png" alt="Preview &amp;amp; download this dataset here: [Google Sheet link](https://docs.google.com/spreadsheets/d/10AXz0airetiBdn_afGrXPwyA2FlOFr8R/edit?usp=sharing&amp;amp;ouid=110590424152347804947&amp;amp;rtpof=true&amp;amp;sd=true)."&gt;&lt;figcaption&gt;Preview &amp;amp; download this dataset here: &lt;a href="https://docs.google.com/spreadsheets/d/10AXz0airetiBdn_afGrXPwyA2FlOFr8R/edit?usp=sharing&amp;amp;ouid=110590424152347804947&amp;amp;rtpof=true&amp;amp;sd=true"&gt;Google Sheet link&lt;/a&gt;.&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;The dataset contains a clear address column that MapFast will detect and use for geocoding. The rest is a mix of categorical and numerical data, perfect for creating various maps!&lt;/p&gt;
&lt;p&gt;There was no difficulty with this dataset as it’s already clean.&lt;/p&gt;
&lt;h2&gt;Example data - point of interest &amp;amp; street names&lt;/h2&gt;
&lt;p&gt;This dataset is a list of restaurant in Dubai (&lt;a href="https://www.kaggle.com/datasets/usharanic/list-of-restaurants-in-dubai"&gt;original link&lt;/a&gt;). It contains heterogeneous adresses: sometimes precise addresses, and sometimes just streets or points of interest.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/example-files/example-files-preview-05.png" alt="Preview &amp;amp; download this dataset here: [Google Sheet link](https://docs.google.com/spreadsheets/d/12BHX_X-eQWv0XohNjrGQ6jrHAq2yf8ByZfoQsh8JimU/edit?usp=sharing)."&gt;&lt;figcaption&gt;Preview &amp;amp; download this dataset here: &lt;a href="https://docs.google.com/spreadsheets/d/12BHX_X-eQWv0XohNjrGQ6jrHAq2yf8ByZfoQsh8JimU/edit?usp=sharing"&gt;Google Sheet link&lt;/a&gt;.&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;It was a bit messy and needed some cleaning and was also too large, so I just kept and excerpt of it.&lt;/p&gt;
&lt;p&gt;It has an “&lt;em&gt;address&lt;/em&gt;” column which can be geocoded and a “&lt;em&gt;subCategory&lt;/em&gt;” column that can be used to map restaurants types to different colors, which is nice for a map. 🙂 Thanks to the “location” column referring to “&lt;em&gt;Dubai&lt;/em&gt;”, MapFast will focus on geocoding addresses in Dubai.&lt;/p&gt;
&lt;h2&gt;Conclusion&lt;/h2&gt;
&lt;p&gt;I hope these examples helped you to better grasp what kind of structured data files you can send to MapFast to create your map. Even though MapFast can automatically detect how to read your data, it can't yet clean or rearrange it for you.&lt;/p&gt;
&lt;p&gt;Here is a list of general advices:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;✅ &lt;strong&gt;One row = one location on the map&lt;/strong&gt;: for now, MapFast does not support multiple values per location (e.g. multiple years of data). You need to filter your data so that each location has exactly one row in the file.&lt;/li&gt;
&lt;li&gt;✅ &lt;strong&gt;Keep your file simple&lt;/strong&gt;: remove all unnecessary data from your Excel file and keep only one sheet (if using an Excel file).&lt;/li&gt;
&lt;li&gt;✅ &lt;strong&gt;Provide clear location names&lt;/strong&gt;: for example, use city names (e.g. New York, Paris, London) or country names. Avoid abbreviations, and if you use zip codes, make sure to include a clear context (e.g. "94110, USA" instead of just "94110"), so MapFast can properly interpret the location.&lt;/li&gt;
&lt;li&gt;✅ &lt;strong&gt;Ensure clear column types&lt;/strong&gt;: if a column contains numbers, make sure it’s recognized as numeric in Excel. Otherwise, it may be interpreted as a categorical value (e.g. “&lt;em&gt;103 meters&lt;/em&gt;” instead of &lt;em&gt;103&lt;/em&gt; in a column named “distance”).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you still can’t get your map done, contact us in the app within the chat. You can also check out our other &lt;a href="https://mapfast.co/blog/"&gt;tutorials here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Happy mapping ! ⭐&lt;/p&gt;</description><category>cartography</category><category>choropleth map</category><category>data visualization</category><guid>https://mapfast.co/blog/mapfast-example-files.html</guid><pubDate>Sun, 18 May 2025 00:00:00 GMT</pubDate></item><item><title>Choosing the right Classification Method for your Choropleth Map</title><link>https://mapfast.co/blog/classification-methods-choropleth-maps.html</link><dc:creator>MapFast</dc:creator><description>&lt;h1&gt;Choosing the right Classification Method for your Choropleth Map&lt;/h1&gt;
&lt;p&gt;When building a choropleth map, one of the &lt;strong&gt;most crucial choices&lt;/strong&gt; you will make is &lt;strong&gt;how to classify your data&lt;/strong&gt;, i.e. group your data into color-coded categories on the map.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/classification-methods-choropleth-maps/classification-methods-comparison.png" alt="This image depicts 3 different maps with 3 different classification methods : Linear, Quantile, Fisher-Jenks. In this case (italian wine production), Fish-jenks is a better choice."&gt;&lt;figcaption&gt;This image depicts 3 different maps with 3 different classification methods : Linear, Quantile, Fisher-Jenks. In this case (italian wine production), Fish-jenks is a better choice.&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;Illustration of the three classification methods we will compare in this article.&lt;/p&gt;
&lt;p&gt;But how to pick the best option? In this article, we’ll explore three common classification methods: &lt;strong&gt;continuous&lt;/strong&gt; &lt;strong&gt;linear&lt;/strong&gt;, &lt;strong&gt;quantile&lt;/strong&gt;, and &lt;strong&gt;Fisher-Jenks&lt;/strong&gt;, and discuss how to decide the number of intervals for your map. We’ll look at examples with two maps for each method.&lt;/p&gt;
&lt;p&gt;By the end, you’ll be able to make more informed choices about classifying your data and create maps that tell the most accurate story possible. Let’s dive in!&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;This article is part of our guide on choropleth maps. Be sure to check it out:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://mapfast.co/blog/choropleth-map-guide.html"&gt;A guide to Choropleth Maps&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;1. Linear Classification: smooth transitions across values&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;Linear classification&lt;/em&gt; (or “&lt;em&gt;continuous linear gradient&lt;/em&gt;”), maps your data along a smooth color scale, where each unique value corresponds to a shade of color between minimum and maximum values.&lt;/p&gt;
&lt;p&gt;This approach avoids setting predefined intervals, instead allowing for a &lt;strong&gt;seamless transition&lt;/strong&gt; in color, which can be effective for continuous data without clear clusters.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/classification-methods-choropleth-maps/italy-temperature-linear.png" alt="Map 1: Italian max. temperature in summer (average). Linear classification."&gt;&lt;figcaption&gt;Map 1: Italian max. temperature in summer (average). Linear classification.&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;Map 1: The temperature data is a good fit for the linear map: we can see a smooth gradient of red shading gradually darker. On the other side, we have two outliers (low values) that are highlighted more than they should be on the map.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/classification-methods-choropleth-maps/italy-real-estate-linear.png" alt="Map 1: Italian real estate median price per province. Linear classification."&gt;&lt;figcaption&gt;Map 1: Italian real estate median price per province. Linear classification.&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;Map 2: the linear gradient is not optimal for the real estate housing price map, as it overemphasizes extreme values (like Milan). As we will see below, a &lt;em&gt;quantile&lt;/em&gt; or &lt;em&gt;Fisher-Jenks&lt;/em&gt; classification might be better.&lt;/p&gt;
&lt;p&gt;↘️ &lt;strong&gt;When to Use Linear Classification:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Best for data without distinct groupings, providing a visually smooth representation.&lt;/li&gt;
&lt;li&gt;Works well when you want to show subtle variations across regions, like temperature or elevation.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;However, linear classification can be misleading when there are extreme values, as these outliers might dominate the color scale and obscure smaller differences. For example, in the real estate prices map, extremely high median values cause all other values to appear lighter, making the map harder to interpret for regions with lower price but still significant differences.&lt;/p&gt;
&lt;div class="callout"&gt;
💡

&lt;strong&gt;Tip:&lt;/strong&gt; Use &lt;em&gt;linear classification&lt;/em&gt; when your data follows a continuous, predictable range and doesn’t have extreme outliers.

&lt;/div&gt;

&lt;hr&gt;
&lt;h2&gt;2. Quantile Classification: equal number of data points&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;Quantile classification&lt;/em&gt; is all about balance, with each interval containing an equal number of data points. Say you have 100 data values and five intervals—each interval will include 20 values. This approach is useful for highlighting relative differences between regions, especially when you want each color on your map to cover a similar number of areas.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/classification-methods-choropleth-maps/italy-temperature-quantile.png" alt="Map 1: Italian max. temperature in summer (average). Quantile classification."&gt;&lt;figcaption&gt;Map 1: Italian max. temperature in summer (average). Quantile classification.&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;Map 1: The temperature map is now more “clustered”. This is the result of the classification: instead of having a linear gradient (as many classes as there are values), we now have 6  groups. Compared to the linear gradient, differences between minimum and maximum areas are clearer.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/classification-methods-choropleth-maps/italy-real-estate-quantile.png" alt="Map 1: Italian real estate median price per province. Quantile classification."&gt;&lt;figcaption&gt;Map 1: Italian real estate median price per province. Quantile classification.&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;Map 2: Quantiles classification now shows the regional patterns of the real estate map. patterns in the data—which is much more interesting! The drawback is that really high values are now mixed in a group with lower values. Increasing the number of groups (&amp;gt;6) might mitigate this problem, to a certain point.&lt;/p&gt;
&lt;p&gt;Notice that intervals can be tricky to explain, as they may start small and widen later.&lt;/p&gt;
&lt;p&gt;↘️ &lt;strong&gt;When to Use Quantile Classification:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Ideal for data with a broad distribution, like income or property prices, where you want to emphasize relative differences between regions.&lt;/li&gt;
&lt;li&gt;Useful for audience-friendly maps since each interval has a similar number of areas, providing a balanced visual effect.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;One drawback is that quantile classification can exaggerate small differences when values are closely packed together. For instance, in a map of median income, minor variations in middle-income areas could seem more significant than they are.&lt;/p&gt;
&lt;div class="callout"&gt;
💡

&lt;strong&gt;Tip:&lt;/strong&gt; Use &lt;em&gt;Quantile classification&lt;/em&gt; for visually balanced maps, but be cautious with tightly clustered data, as it might create artificial “breaks” between similar values.

&lt;/div&gt;

&lt;hr&gt;
&lt;h2&gt;3. Fisher-Jenks Classification: natural patterns&lt;/h2&gt;
&lt;p&gt;Fisher-Jenks classification groups data into intervals that minimize the variation within each class, effectively &lt;strong&gt;highlighting&lt;/strong&gt; &lt;strong&gt;“natural breaks”&lt;/strong&gt; in your data. It’s a more complex approach but can create a highly intuitive map that emphasizes patterns and clusters.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/classification-methods-choropleth-maps/italy-temperature-fisher-jenks.png" alt="Map 1: Italian max. temperature in summer (average). Fisher-Jenks classification."&gt;&lt;figcaption&gt;Map 1: Italian max. temperature in summer (average). Fisher-Jenks classification.&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;Map 1: The &lt;em&gt;Fisher-Jenks&lt;/em&gt; is here a successful mix between the &lt;em&gt;Linear&lt;/em&gt; and the &lt;em&gt;quantiles classification :&lt;/em&gt; regional differences are clearer than with &lt;em&gt;Linear&lt;/em&gt; while the color gradient is smoother than in &lt;em&gt;Quantile&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;(&lt;em&gt;Author’s note: while the fact we have 7 groups instead of 6 helps, this readability is still a feature of this method.&lt;/em&gt;)&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/classification-methods-choropleth-maps/italy-real-estate-fisher-jenks.png" alt="Map 1: Italian real estate median price per province. Fisher-Jenks classification."&gt;&lt;figcaption&gt;Map 1: Italian real estate median price per province. Fisher-Jenks classification.&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;Map 2: This map is also clearer than the quantile version, as high values stand out clearly while still showing a smooth gradient.&lt;/p&gt;
&lt;p&gt;Just like the &lt;em&gt;Quantile&lt;/em&gt;, it produced steps that might be harder to explain. But in this case, IMO, they are more intelligible. This is not always the case with &lt;em&gt;Fisher-Jenks&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;↘️ &lt;strong&gt;When to Use Fisher-Jenks Classification:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Ideal for data with clear clusters or natural breaks, such as temperature zones, pollution levels, or population density with distinct regional differences.&lt;/li&gt;
&lt;li&gt;Great for analysis-focused maps that need to reveal subtle but important patterns.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;While &lt;em&gt;Fisher-Jenks&lt;/em&gt; can give a more nuanced picture, it’s also harder to explain to a non-expert audience. Additionally, it may create intervals that don’t follow a predictable pattern, making legends slightly less intuitive to interpret.&lt;/p&gt;
&lt;div class="callout"&gt;
💡

&lt;strong&gt;Tip:&lt;/strong&gt; Use &lt;em&gt;Fisher-Jenks&lt;/em&gt; when accuracy and pattern detection matter most—just keep in mind that the classification may be harder for beginners to interpret and also harder to explain for you.

&lt;/div&gt;

&lt;hr&gt;
&lt;h2&gt;Choosing the right number of intervals&lt;/h2&gt;
&lt;p&gt;Deciding on the number of intervals (or “steps”) is as essential as choosing the classification method. Too many intervals can make the map visually overwhelming, while too few might obscure important details. Generally, &lt;strong&gt;5-7 intervals is a good balance&lt;/strong&gt;, keeping your map informative without being cluttered.&lt;/p&gt;
&lt;h3&gt;Quantile example&lt;/h3&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/classification-methods-choropleth-maps/quantile-classes-comparison-5-7-9.png" alt="The image depicts a comparison of the number of classes (5 - 7 - 9) for Quantile classification."&gt;&lt;figcaption&gt;The image depicts a comparison of the number of classes (5 - 7 - 9) for Quantile classification.&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;Quantile classification example with 5, 7 and 9 groups. Data: Italian real estate prices (€/m2).&lt;/p&gt;
&lt;p&gt;As you can see, the quantile classification does already a good job at highlighting the main global differences, even with only 5 classes. Increasing the number of classes to 9 doesn’t change the result much but makes the legend more complex.&lt;/p&gt;
&lt;p&gt;However, the classification produced naturally nice steps, easy to understand (i.e. rounded steps, with often a range of 200€/m2).&lt;/p&gt;
&lt;h3&gt;Fisher-Jenks example&lt;/h3&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/classification-methods-choropleth-maps/fisher-jenks-classes-comparison-5-7-9.png" alt="The image depicts a comparison of the number of classes (5 - 7 - 9) for Fisher-Jenks classification."&gt;&lt;figcaption&gt;The image depicts a comparison of the number of classes (5 - 7 - 9) for Fisher-Jenks classification.&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;Fisher-Jenks classification example with 5, 7 and 9 groups. Data: Italian real estate prices (€/m2).&lt;/p&gt;
&lt;p&gt;Increasing the number of steps from 5 to 7 also helped the &lt;em&gt;Fisher-Jenks&lt;/em&gt; classification to better highlight variations in price. However, we might not need to increase it up to 9, because the map looks almost the same for the added complexity of two more steps.&lt;/p&gt;
&lt;p&gt;You can also notice the difference here with &lt;em&gt;quantile 9&lt;/em&gt;: the ranges fluctuate between 200-300€/m², then quickly widen. This can be confusing for some readers 🥸&lt;/p&gt;
&lt;h3&gt;In conclusion&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;For beginner-friendly maps:&lt;/strong&gt; 5-7 work well, especially for straightforward data where less detail is acceptable.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;For detailed analysis maps:&lt;/strong&gt; 7-9 intervals can provide more granularity, but be careful not to overdo it—more intervals don’t always mean better insights.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2&gt;Wrapping It Up&lt;/h2&gt;
&lt;p&gt;Choosing the right classification method and number of intervals for your choropleth map can make all the difference in how clearly and accurately your data is communicated. Whether you’re working with a &lt;em&gt;continuous linear gradient&lt;/em&gt;, &lt;em&gt;quantile&lt;/em&gt;, or &lt;em&gt;Fisher-Jenks&lt;/em&gt; classification, think about &lt;strong&gt;what you want your map to show&lt;/strong&gt; and &lt;strong&gt;who your audience is&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;With these tools, you’ll be on your way to creating visually impactful, insightful maps that convey the true story behind your data.&lt;/p&gt;
&lt;p&gt;Learn more:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://mapfast.co/blog/how-to-make-a-colored-map-with-mapfast.html"&gt;How to make a colored map with MapFast&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://mapfast.co/blog/how-to-make-a-world-map.html"&gt;How to make a World map&lt;/a&gt; / &lt;a href="https://mapfast.co/blog/how-to-make-a-europe-map.html"&gt;How to make a Europe map&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Why maps require normalization (coming soon)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Happy mapping!&lt;/strong&gt; 😊&lt;/p&gt;</description><category>cartography</category><category>choropleth map</category><category>data visualization</category><guid>https://mapfast.co/blog/classification-methods-choropleth-maps.html</guid><pubDate>Sun, 03 Nov 2024 00:00:00 GMT</pubDate></item><item><title>A guide to Choropleth Maps</title><link>https://mapfast.co/blog/choropleth-map-guide.html</link><dc:creator>MapFast</dc:creator><description>&lt;h1&gt;A guide to Choropleth Maps&lt;/h1&gt;
&lt;p&gt;Have you ever glanced at a colorful map and immediately grasped which regions were wealthier, more densely populated, or facing unique challenges? Chances are, you were looking at a choropleth map.&lt;/p&gt;
&lt;p&gt;These maps use color shading to represent data across specific areas—like population density, unemployment rates, or even levels of internet access—&lt;strong&gt;making complex data instantly understandable&lt;/strong&gt;.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/choropleth-map-guide/world-co2-emissions-per-capita-2022.png" alt="An example choropleth map: World CO2 Emissions per Capita 2022."&gt;&lt;figcaption&gt;An example choropleth map: World CO2 Emissions per Capita 2022. &lt;br&gt;Source: &lt;a href="https://mapfast.co/blog/how-to-make-a-world-map.html"&gt;How to make a World map&lt;/a&gt;&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;In this guide, you will learn how choropleth maps are made and their strengths and weaknesses. Let’s go!&lt;/p&gt;
&lt;h2&gt;What are choropleth maps used for?&lt;/h2&gt;
&lt;p&gt;Choropleth map definition is “&lt;em&gt;a map which uses differences in shading, coloring, or the placing of symbols within predefined areas to indicate the average values of a particular quantity in those areas.&lt;/em&gt;”&lt;/p&gt;
&lt;p&gt;Said differently, choropleth maps are a visual storytelling tool for geographical data. They can be applied to any domain, but they are frequently used in Politics, Economics, Public Health and Real Estate. They are also &lt;strong&gt;easy to read&lt;/strong&gt; &lt;strong&gt;and understand&lt;/strong&gt;, if made correctly.&lt;/p&gt;
&lt;p&gt;Let’s look at some common examples 🙂&lt;/p&gt;
&lt;h3&gt;&lt;strong&gt;Politics&lt;/strong&gt;&lt;/h3&gt;
&lt;p&gt;Choropleth maps can be used show political patterns across regions, making it easy to see where support for different parties is strongest and how demographics influence voting trends.&lt;/p&gt;
&lt;p&gt;Here is an example from the 2020 U.S. Presidential Election :&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/choropleth-map-guide/us-presidential-election-2020-results.png" alt="Example 1: 2020 U.S. Presidential Election Results Map."&gt;&lt;figcaption&gt;Example 1: 2020 U.S. Presidential Election Results Map. &lt;a href="https://www.cbsnews.com/news/presidential-election-results-2020-electoral-college-same-2016/"&gt;(source link)&lt;/a&gt;&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;This map provides a quick overview of which states voted for the Democrats (in &lt;span class="text-shadow blue"&gt;blue&lt;/span&gt;) and Republicans (in &lt;span class="text-shadow red"&gt;red&lt;/span&gt;). The use of each party's signature color enhances the map's clarity, making it easy to see which states supported each candidate and identify regional voting patterns.&lt;/p&gt;
&lt;p&gt;However, political maps like this &lt;strong&gt;can be misleading&lt;/strong&gt;, as they don’t account for the Electoral College system. Winning many small states may appear as a large area on the map but doesn’t necessarily lead to an electoral win.&lt;/p&gt;
&lt;p&gt;In this case, the issue has been mitigated by CBS News with the addition of a bar chart to the map, as it &lt;strong&gt;complements the visual&lt;/strong&gt; by showing each candidate’s actual electoral vote count and balancing this inherent bias.&lt;/p&gt;
&lt;div class="callout"&gt;
💡

This map has only two colors. Even if they provided a legend with divergent shades of blues and red, it could could be classified as &lt;b&gt;“binary choropleth map”&lt;/b&gt;, a type of simple maps that only display two colors.

&lt;/div&gt;

&lt;h3&gt;Economics&lt;/h3&gt;
&lt;p&gt;Choropleth maps are powerful tools for visualizing economic data, as they use color shading to show variations across regions, such as income levels, unemployment rates, or GDP per capita.&lt;/p&gt;
&lt;p&gt;In the context of economics, maps are not only used for communication but also &lt;strong&gt;for analysis&lt;/strong&gt;. These type of visualizations are &lt;strong&gt;necessary for policymakers&lt;/strong&gt;, economists and scientists to understand economic disparities and trends, and to communicate about them.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/choropleth-map-guide/world-gini-index-map.png" alt="Example 2: A GINI Index Map by Statista."&gt;&lt;figcaption&gt;Example 2: A GINI Index Map by Statista. &lt;a href="https://www.statista.com/chart/33270/income-inequality-by-country/"&gt;(source link)&lt;/a&gt;&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;The above map successfully illustrates how a choropleth map can show &lt;strong&gt;regional patterns&lt;/strong&gt;. The darker the red, the higher the inequality, making obvious to spot the highest values at a glance.&lt;/p&gt;
&lt;p&gt;It’s fascinating how we can &lt;strong&gt;instantly see these global patterns&lt;/strong&gt;—South America and Africa have some of the most intense inequalities, while Europe and parts of Asia present a more balanced income distribution.&lt;/p&gt;
&lt;p&gt;However, the map does have its limitations. Smaller countries, like Luxembourg or island nations, are not shown due to their small size. Simplicity comes with some trade offs : adding all countries would certainly make this map more complex to read.&lt;/p&gt;
&lt;div class="callout"&gt;
💡

This &lt;b&gt;multicolor choropleth map&lt;/b&gt; uses a gradient of related colors—from yellow to dark red—to represent varying levels of inequality. Usually darker shades are typically associated with higher values, indicating greater inequality.

&lt;/div&gt;

&lt;h3&gt;Public Health&lt;/h3&gt;
&lt;p&gt;Remember that strange time when we were all stuck at home, locked down? I’m sure you remember watching TV and seeing COVID-19 maps on every channel…&lt;/p&gt;
&lt;p&gt;They helped us understand how the virus was spreading, whether globally or just in our local areas. Like political choropleth maps, these COVID maps became a part of our daily lives, essential for conveying quick, clear information to people around the world.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/choropleth-map-guide/covid-19-world-cases-march-2020.png" alt="Example 3: Reported COVID-19 cases in March 2020, from CNBC."&gt;&lt;figcaption&gt;Example 3: Reported COVID-19 cases in March 2020, from CNBC. &lt;a href="https://www.cnbc.com/2020/03/18/worldwide-coronavirus-cases-top-200000-for-the-first-time.html"&gt;(source link)&lt;/a&gt;&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;The above map shows the global spread of COVID-19 cases as of March 17, 2020, with darker blue shades indicating higher numbers of confirmed cases. At a glance, it highlights the initial hotspots of the pandemic—China, Italy, Iran, and South Korea—as well as emerging cases in the U.S. and parts of Europe.&lt;/p&gt;
&lt;p&gt;You’ll notice that &lt;strong&gt;the legend is not linear,&lt;/strong&gt; which is necessary because extremely high values, like China’s 81,000+ cases, would otherwise overshadow lower numbers. This scaling helps highlight variations across countries without letting the highest numbers dominate the map.&lt;/p&gt;
&lt;div class="callout"&gt;
💡

This map uses different shades of the same color, it can be categorised as a “**monochromatic choropleth map**”. Again, darker shades are usually associated with higher values.

You might also notice this world map does not have the same shape as the previous one. This is because it has a different earth projection. Learn more about this here : [article about projections, coming soon].

&lt;/div&gt;

&lt;h3&gt;And many others…&lt;/h3&gt;
&lt;p&gt;You now got the idea. It is impossible to restrict choropleth maps to the 3 examples I cited above. Other well known includes real estate prices, demographic data, etc…&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;See also: &lt;a href="https://mapfast.co/blog/how-to-make-a-colored-map-with-mapfast.html"&gt;How to make a colored map with MapFast&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;The importance of colors&lt;/h2&gt;
&lt;p&gt;Choosing the right color palette for a choropleth map is crucial to ensure patterns are clearly and easily identifiable by the viewer.&lt;/p&gt;
&lt;p&gt;There are multiple choices :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Binary Colors&lt;/strong&gt;: For two-category data, these colors provide a clear, high-contrast distinction between categories. Binary color schemes work well for yes/no, on/off, or binary classification data (like Democratic vs. Republican).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Qualitative Colors&lt;/strong&gt;: These colors work best for categorical data where there’s no intrinsic order or gradient. Each category gets a distinct color, ensuring clarity in differentiating categories like land use types or demographic groups.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Sequential Colors&lt;/strong&gt;: Used for numeric or ordered data that moves in a single direction, often with a light-to-dark gradient. This is perfect for showing intensity, frequency, or amounts, such as population density or income levels.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Divergent Colors&lt;/strong&gt;: These are ideal for data with a meaningful midpoint, like temperature changes or economic deviation. A divergent color scale uses two contrasting colors with a neutral midpoint (e.g., white, gray) to highlight values on either side of that midpoint.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="row justify-content-center"&gt;
  &lt;div class="col-6"&gt;
    &lt;figure&gt;
      &lt;img src="https://mapfast.co/images/choropleth-map-guide/color-scale-binary-example.png" alt="Binary color scale example"&gt;
      &lt;figcaption&gt;Binary color scale example&lt;/figcaption&gt;
    &lt;/figure&gt;
  &lt;/div&gt;
  &lt;div class="col-6"&gt;
    &lt;figure&gt;
      &lt;img src="https://mapfast.co/images/choropleth-map-guide/color-scale-qualitative-example.png" alt="Qualitative color scale example"&gt;
      &lt;figcaption&gt;Qualitative color scale example&lt;/figcaption&gt;
    &lt;/figure&gt;
  &lt;/div&gt;
  &lt;div class="col-6"&gt;
    &lt;figure&gt;
      &lt;img src="https://mapfast.co/images/choropleth-map-guide/color-scale-sequential-example.png" alt="Sequential color scale example"&gt;
      &lt;figcaption&gt;Sequential color scale example&lt;/figcaption&gt;
    &lt;/figure&gt;
  &lt;/div&gt;
  &lt;div class="col-6"&gt;
    &lt;figure&gt;
      &lt;img src="https://mapfast.co/images/choropleth-map-guide/color-scale-divergent-example.png" alt="Divergent color scale example"&gt;
      &lt;figcaption&gt;Divergent color scale example&lt;/figcaption&gt;
    &lt;/figure&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;Colors significantly influence perception. For instance, red can imply negativity, while green often suggests positivity. Darker shades typically represent higher values, while lighter shades indicate lower ones.&lt;/p&gt;
&lt;p&gt;Misusing color can lead to viewer confusion, so careful selection is essential!&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;Learn more in this detailed article: &lt;a href="https://mapfast.co/blog/how-to-choose-colors-for-choropleth-maps.html"&gt;how to choose colors for choropleth maps&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;The importance of classification&lt;/h2&gt;
&lt;p&gt;Beyond color choice, the classification method—how values are grouped into categories or "&lt;em&gt;steps&lt;/em&gt;"—plays a key role in shaping the map’s visual impact and readability.&lt;/p&gt;
&lt;p&gt;Different methods like &lt;strong&gt;linear&lt;/strong&gt;, &lt;strong&gt;quantiles&lt;/strong&gt;, and &lt;strong&gt;Fisher-Jenks&lt;/strong&gt; classification each affect how data is distributed across color gradients :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Linear Classification (continuous)&lt;/strong&gt;: This approach applies a continuous color gradient across the entire range of data values, with each unique value mapped to a specific shade between the minimum and maximum. It works well for continuous data without clear clusters, providing a seamless transition in color across the range. However, it can be misleading in datasets with extreme values, as these outliers can dominate the color scale and obscure smaller variations, as seen in some COVID-19 maps.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Quantile Classification&lt;/strong&gt;: Here, each class contains an equal number of data points, creating a balanced visual distribution. This method is useful for highlighting relative differences, making it ideal for datasets with gradual but consistent variation. However, quantiles can exaggerate small differences if most values are close together, potentially overemphasizing minor variations as significant shifts in color.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Fisher-Jenks Classification&lt;/strong&gt;: This method groups data to minimize differences within each class, highlighting natural breaks in the data. &lt;a href="https://en.wikipedia.org/wiki/Jenks_natural_breaks_optimization"&gt;&lt;em&gt;Fisher-Jenks&lt;/em&gt;&lt;/a&gt; works well when there are clear clusters or gaps, giving a more accurate picture of patterns compared to linear or quantile methods. However, it leads to less intuitive steps harder to explain.&lt;/li&gt;
&lt;/ul&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/choropleth-map-guide/classification-methods-comparison.png" alt="This image depicts 3 different maps with 3 different classification methods : Linear, Quantile, Fisher-Jenks. In this case (italian wine production), Fish-jenks is a better choice."&gt;&lt;figcaption&gt;This image depicts 3 different maps with 3 different classification methods : Linear, Quantile, Fisher-Jenks. In this case (italian wine production), Fish-jenks is a better choice.&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;Illustration of the three classification methods : Linear, Quantile, Fisher-Jenks. For this data, Fisher-Jenks seem to be optimal.&lt;/p&gt;
&lt;p&gt;In the above example, &lt;em&gt;Fisher-Jenks&lt;/em&gt; seems the best option between &lt;em&gt;Linear&lt;/em&gt; (highlights only  extreme values) and &lt;em&gt;Quantile&lt;/em&gt; (highlights too many small variations). At the end, it really &lt;strong&gt;depends on the data&lt;/strong&gt; you have and the best is to try different options visually!&lt;/p&gt;
&lt;div class="callout"&gt;
💡

Classification methods are &lt;b&gt;really important to understand&lt;/b&gt; to make meaningful maps.
Sometimes the choice of the classification steps is obvious: &lt;i&gt;Linear&lt;/i&gt; will not work with outliers, for example. But sometimes it is not and the choice between classification methods will depend on the story you want to tell.

&lt;/div&gt;

&lt;hr&gt;
&lt;p&gt;Learn more about classification methods in this article with example maps: &lt;a href="https://mapfast.co/blog/classification-methods-choropleth-maps.html"&gt;Choosing the right Classification Method for your Choropleth Map&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;Why normalizing data matters&lt;/h2&gt;
&lt;p&gt;The &lt;strong&gt;most common error&lt;/strong&gt; made with choropleth maps is to &lt;strong&gt;forget to normalize data&lt;/strong&gt;. Normalizing data is the process to adjusting values to a common scale to ease comparisons.&lt;/p&gt;
&lt;p&gt;For instance, you would normalize a “&lt;em&gt;GDP per State”&lt;/em&gt; by the population per each state and obtain a “&lt;em&gt;GDP per capita&lt;/em&gt;”. That way, you’ll effectively get a picture of the states that have the highest standard of living, instead of the states that have the largest population.&lt;/p&gt;
&lt;div class="row justify-content-center"&gt;
  &lt;div class="col-6"&gt;
    &lt;figure&gt;
      &lt;img src="https://mapfast.co/images/choropleth-map-guide/gdp-by-state-not-normalized.png" alt="Map : Population total - per State, USA"&gt;
      &lt;figcaption&gt;Map : Population total - per State, USA&lt;/figcaption&gt;
    &lt;/figure&gt;
  &lt;/div&gt;
  &lt;div class="col-6"&gt;
    &lt;figure&gt;
      &lt;img src="https://mapfast.co/images/choropleth-map-guide/gdp-by-state-per-capita.png" alt="Map : Annual GDP - per State, USA"&gt;
      &lt;figcaption&gt;Map : Annual GDP - per State, USA&lt;/figcaption&gt;
    &lt;/figure&gt;
  &lt;/div&gt;
  &lt;div class="col-6"&gt;
    &lt;figure&gt;
      &lt;img src="https://mapfast.co/images/choropleth-map-guide/population-by-state.png" alt="Map : Annual GDP per capita - per State, USA"&gt;
      &lt;figcaption&gt;Map : Annual GDP per capita - per State, USA&lt;/figcaption&gt;
    &lt;/figure&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;Notice how the “&lt;em&gt;Population per State”&lt;/em&gt; map and “&lt;em&gt;Total GDP per State”&lt;/em&gt; map are similar. On the other side, the per capita, normalized, map is showing a complete other reality.&lt;/p&gt;
&lt;p&gt;Normalizing &lt;strong&gt;per capita&lt;/strong&gt; (population count) is the &lt;strong&gt;most common&lt;/strong&gt;. But it is not the only possibility and the choice must be done regarding the data you plot on map.&lt;/p&gt;
&lt;p&gt;Here are other examples:&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Original&lt;/th&gt;
&lt;th&gt;Normalized&lt;/th&gt;
&lt;th&gt;How?&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;em&gt;Total Income by State&lt;/em&gt;&lt;/td&gt;
&lt;td&gt;&lt;em&gt;Median Income per household&lt;/em&gt;&lt;/td&gt;
&lt;td&gt;per household normalization&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;em&gt;COVID-19 Cases by Country&lt;/em&gt;&lt;/td&gt;
&lt;td&gt;&lt;em&gt;COVID-19 Cases per 100,000 people&lt;/em&gt;&lt;/td&gt;
&lt;td&gt;per capita normalization&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;em&gt;Electric Vehicles Count per City&lt;/em&gt;&lt;/td&gt;
&lt;td&gt;&lt;em&gt;Share of Electric Vehicles count per City&lt;/em&gt;&lt;/td&gt;
&lt;td&gt;total vehicles count normalization&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;em&gt;CO2 Emissions by State&lt;/em&gt;&lt;/td&gt;
&lt;td&gt;&lt;em&gt;CO2 Emissions by State per km2&lt;/em&gt;&lt;/td&gt;
&lt;td&gt;per area normalization&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Sometimes you &lt;strong&gt;don’t necessarily need normalization&lt;/strong&gt;. For example “&lt;em&gt;Wine Production per Region&lt;/em&gt;” can be normalized as “&lt;em&gt;Share of Wine production per Region&lt;/em&gt;”, but the wine production counts are not likely to be the same as the population counts anyway. In this case, you have the possibility to make two different maps but complementary maps.&lt;/p&gt;
&lt;div class="callout"&gt;
    💡 Normalization also reduce the &lt;b&gt;bias&lt;/b&gt; introduced by varying geometry sizes : &lt;b&gt;large areas&lt;/b&gt; can be misleading, as they often have lower population densities. In election maps, there’s a common saying: &lt;i&gt;“Land doesn’t vote”&lt;/i&gt;, highlighting this issue.

    To address it, the best approach is to normalize by area size or use symbol maps to more accurately represent data distribution.
&lt;/div&gt;

&lt;hr&gt;
&lt;p&gt;Learn more about normalization : &lt;a href="https://mapfast.co/blog/why-choropleth-maps-need-normalization.html"&gt;Why choropleth maps need normalization, coming soon&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;Pros and cons of Choropleth Maps&lt;/h2&gt;
&lt;p&gt;Like everything in life, choropleth maps come with their strengths and weaknesses:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;→ Pros:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;✅ &lt;strong&gt;Intuitive&lt;/strong&gt;: Anybody can understand maps because of their visual aspect. They are more intelligible than raw numbers or bar charts for geographical data.&lt;/li&gt;
&lt;li&gt;✅  &lt;strong&gt;Great for comparison&lt;/strong&gt;: They’re awesome for comparing different regions at a glance. They allow discovering regional patterns that could not be seen using other types of graphs (e.g. a bar chart).&lt;/li&gt;
&lt;li&gt;✅ &lt;strong&gt;Multi-purpose:&lt;/strong&gt; They can be used for season statisticians driving insights or marketers using them as a communication medium. They are useful for both analysis and communication.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;→ Cons&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;❌ &lt;strong&gt;Prone to bias:&lt;/strong&gt; Different colors and classification scheme can produce different maps, telling different stories. Adding to this the frequent need for normalization, maps can be easily made incorrectly or convey the wrong message.&lt;/li&gt;
&lt;li&gt;❌ &lt;strong&gt;Big areas can mislead&lt;/strong&gt;: Take Australia, for example. It might dominate visually on a world map, but population-wise, it’s mostly empty. So, choropleth maps can make low-data areas seem more important than they are. Different earth projections may also amplify this effect.&lt;/li&gt;
&lt;li&gt;❌ &lt;strong&gt;Boundaries matter&lt;/strong&gt;: There are many ways to represent geographic areas : political borders, cultural borders, naturals borders. Many areas are disputed. At the end, there are a lot of choices to do and it might not please everybody.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Wrapping It Up&lt;/h2&gt;
&lt;p&gt;Choropleth maps are an incredible tool for visually communicating geographic data. Just make sure to normalize your data, choose your colors carefully, and you’ll be on your way to creating insightful, visually appealing maps that tell a true story. 🙂&lt;/p&gt;
&lt;p&gt;The good news is, we created a lot of resources to help you create meaningful maps with MapFast!&lt;/p&gt;
&lt;p&gt;You should take a look at :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://mapfast.co/blog/how-to-make-a-world-map.html"&gt;How to make a World map&lt;/a&gt; / &lt;a href="https://mapfast.co/blog/how-to-make-a-europe-map.html"&gt;How to make a Europe map&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;How to make a binary map (coming soon)&lt;/li&gt;
&lt;li&gt;Why maps require normalization (coming soon)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://mapfast.co/blog/classification-methods-choropleth-maps.html"&gt;Choosing the right Classification Method for your Choropleth Map&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;⭐ Happy mapping ⭐&lt;/strong&gt;&lt;/p&gt;</description><category>cartography</category><category>choropleth map</category><category>data visualization</category><guid>https://mapfast.co/blog/choropleth-map-guide.html</guid><pubDate>Sun, 27 Oct 2024 00:00:00 GMT</pubDate></item><item><title>How to create a Europe map with MapFast?</title><link>https://mapfast.co/blog/how-to-make-a-europe-map.html</link><dc:creator>MapFast</dc:creator><description>&lt;h1&gt;How to create a Europe map with MapFast?&lt;/h1&gt;
&lt;div class="callout"&gt; 💡 This article is a step-by-step guide on how to create your own choropleth Europe map from Excel/CSV data. Let’s dive in! &lt;/div&gt;

&lt;p&gt;The goal is to create a map that shows the net contribution to the EU budget. It will highlight member states that are either contributors or beneficiaries:&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/how-to-europe-map/you-will-learn-how-to-create-a-map-like-this-in-the-following-tutorial.png" alt="You will learn how to create a map like this in the following tutorial."&gt;&lt;figcaption&gt;You will learn how to create a map like this in the following tutorial.&lt;/figcaption&gt;&lt;/figure&gt;

&lt;h2&gt;Import the data&lt;/h2&gt;
&lt;p&gt;We will use data from an article on the &lt;em&gt;Statista&lt;/em&gt; website: “&lt;a href="https://www.statista.com/chart/18794/net-contributors-to-eu-budget/"&gt;Which Countries are EU Contributors and Beneficiaries?&lt;/a&gt;”. The data is from 2021, but still relevant to plot.&lt;/p&gt;
&lt;p&gt;Since the data was presented as a graph, I manually extracted the 27 values into a table. You can download the exact data from &lt;a href="https://docs.google.com/spreadsheets/d/186FUOFxfa23hgQ9ANP_BYtAphWJyG8qw1h6EMGnKuxI/edit?usp=sharing"&gt;this Google Sheet&lt;/a&gt; (File &amp;gt; Download as Excel).&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/how-to-europe-map/here-is-an-excerpt-of-the-data-year-2021.png" alt="Here is an excerpt of the data (year 2021)."&gt;&lt;figcaption&gt;Here is an excerpt of the data (year 2021).&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;Now, let’s open the &lt;a href="https://mapfast.co"&gt;MapFast app&lt;/a&gt; and select “Europe” for the map area:&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/how-to-europe-map/the-first-step-asks-you-to-select-a-country-or-region.png" alt="The first step asks you to select a country or region."&gt;&lt;figcaption&gt;The first step asks you to select a country or region.&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;Once the preview map has loaded, we can upload &lt;a href="https://docs.google.com/spreadsheets/d/186FUOFxfa23hgQ9ANP_BYtAphWJyG8qw1h6EMGnKuxI/edit?usp=sharing"&gt;our data&lt;/a&gt; by clicking the “Import Excel/CSV file” button. Once the upload is complete, you should be able to see the data in the table view on the right:&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/how-to-europe-map/the-second-step-allows-you-to-import-any-excel-or-csv-file-into-mapfast.png" alt="The second step allows you to import any Excel or CSV file into MapFast."&gt;&lt;figcaption&gt;The second step allows you to import any Excel or CSV file into MapFast.&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;&lt;strong&gt;This view enables you to check that you have one row per location.&lt;/strong&gt; This is a very important requirement. It doesn’t matter what the column names are in the imported file, but there must be a clear column containing the location, and only the location.&lt;/p&gt;
&lt;h2&gt;Review associations between rows and countries&lt;/h2&gt;
&lt;p&gt;At this point, MapFast will try to associate each row of the CSV file with a country from its database. Once finished, &lt;strong&gt;we need to review the matches&lt;/strong&gt;, to be sure that everything will be displayed correctly.&lt;/p&gt;
&lt;p&gt;After clicking “Next”, you’ll see a table with 2 columns: the first column contains locations from the CSV file we imported. The second one contains the country that was matched with the row. That’s what we need to check.&lt;/p&gt;
&lt;p&gt;Most of the lines appear green, but some may show up red because no match has been found. In our case, we only see European states that are not members of the EU: Cyprus, Switzerland, etc.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/how-to-europe-map/be-careful-when-reviewing-the-associations-a-green-association-doesn-t-always-mean-it-s-correct.png" alt="Be careful when reviewing the associations : a green association doesn’t always mean it’s correct."&gt;&lt;figcaption&gt;Be careful when reviewing the associations : a green association doesn’t always mean it’s correct.&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;The map on the right shows the completeness of our data. In this case, we have nothing to do, all 26 EU state members have been matched correctly ✅&lt;/p&gt;
&lt;h2&gt;Map preview&lt;/h2&gt;
&lt;p&gt;The last step is really straightforward: we just need to pick the data column. In our case, it’s ‘Net Contribution (In Million)’.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/how-to-europe-map/the-final-step-is-to-pick-the-correct-data-column-and-load-the-map.png" alt="The final step is to pick the correct data column and load the map!"&gt;&lt;figcaption&gt;The final step is to pick the correct data column and load the map!&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;The map will show a preview of the data. This is useful to check that everything is fine (I actually had to redo the work for this tutorial, because I noticed an error in my data at this screen!).&lt;/p&gt;
&lt;p&gt;We will customize its appearance afterward. Click “Load map” when you are ready!&lt;/p&gt;
&lt;h2&gt;Customization&lt;/h2&gt;
&lt;p&gt;Once our map is loaded, we can start the fun part: customizing the map ! 🙂&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/how-to-europe-map/adding-a-title-source-and-legend-or-values-is-really-important-to-give-context-to-the-map-reader.png" alt="Adding a title, source, and legend or values is really important to give context to the map reader."&gt;&lt;figcaption&gt;Adding a title, source, and legend or values is really important to give context to the map reader.&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;Let’s customize it :&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Set the appropriate color and scheme&lt;/strong&gt;.&lt;ol&gt;
&lt;li&gt;As I want to have a clear distinction between positive and negative values, I picked a Fisher-Jenks &amp;amp; Red-Blue divergent color scheme (in-app : ‘Background &amp;gt; Classification &amp;gt; Fisher Jenks 9’).&lt;/li&gt;
&lt;li&gt;I also set a transparent color for missing values, with hatch. And modified the stroke color to black see the hatch. (in-app: ‘Stroke &amp;gt; Inside stroke’)&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Add map title and source.&lt;/strong&gt; It is very important to add context to a map, that gives credibility.&lt;ol&gt;
&lt;li&gt;I’ll go for the same title and subtitle as in the original &lt;em&gt;Statista&lt;/em&gt; article (in-app: ‘Text &amp;gt; Title’)&lt;/li&gt;
&lt;li&gt;And credit &lt;em&gt;Statista&lt;/em&gt; and the &lt;em&gt;European Commission&lt;/em&gt; for the data source (in-app: ‘Text &amp;gt; Source’).&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Add legend or values.&lt;/strong&gt; The legend is essential if values are not properly displayed on the map. But in this case, I found interesting to display the country name and its value. (in-app: ‘Text &amp;gt; Label column = name’ &amp;amp; ‘Text &amp;gt; labels callout = Manhattan’).&lt;ol&gt;
&lt;li&gt;Select the country name as label&lt;/li&gt;
&lt;li&gt;Remove all unnecessary countries that are not in the E.U.&lt;/li&gt;
&lt;li&gt;Modify all labels to include the value&lt;/li&gt;
&lt;li&gt;Select manhattan callouts&lt;/li&gt;
&lt;li&gt;Place them on the map aesthetically&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;div class="callout"&gt;
💡

Creating labels like this takes time… we’ll find a more automated solution in the future.
Meanwhile, a legend is often as good as displaying the values, while not overloading the map. You can still place all the values on the side of the graph if you need to.

&lt;/div&gt;

&lt;h2&gt;Final result&lt;/h2&gt;
&lt;p&gt;That’s it! You now have a beautiful Europe map. 🙂&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/how-to-europe-map/map-30-png.png" alt="The resulting map of the EU budget contributions and beneficiaries"&gt;&lt;figcaption&gt;The resulting map of the EU budget contributions and beneficiaries&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;You can export it using the “Download” button as a PNG or SVG with the resolution that you need.&lt;/p&gt;
&lt;div class="callout"&gt;
💡

If something went wrong with your own map… send us a message via the in-app chat. We will help you!

&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Happy mapping&lt;/strong&gt; ✨&lt;/p&gt;</description><category>cartography</category><category>choropleth map</category><category>data visualization</category><guid>https://mapfast.co/blog/how-to-make-a-europe-map.html</guid><pubDate>Sun, 20 Oct 2024 00:00:00 GMT</pubDate></item><item><title>How to create a World map with MapFast?</title><link>https://mapfast.co/blog/how-to-make-a-world-map.html</link><dc:creator>MapFast</dc:creator><description>&lt;h1&gt;How to create a World map with MapFast?&lt;/h1&gt;
&lt;div class="callout"&gt;
💡

This article is a step-by-step guide on how to create your own choropleth World map from Excel/CSV data. Let’s dive in !

&lt;/div&gt;

&lt;p&gt;The goal is to create a map that shows the actual per capita CO2 emissions. It will highlight countries in the world that have the largest impact on global emissions:&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/how-to-word-map/you-will-learn-how-to-create-a-map-like-this-in-the-following-tutorial.png" alt="You will learn how to create a map like this in the following tutorial."&gt;&lt;figcaption&gt;You will learn how to create a map like this in the following tutorial.&lt;/figcaption&gt;&lt;/figure&gt;

&lt;h2&gt;Import the data&lt;/h2&gt;
&lt;p&gt;We will use data from the amazing website “&lt;strong&gt;Our World in Data”&lt;/strong&gt;: https://ourworldindata.org/co2-emissions. I will download the “per capita emissions” data as CSV and modify it.&lt;/p&gt;
&lt;p&gt;The file contains one row per year and per country. But as we want to depict countries, we need to ensure that the file contains only one row per country.&lt;/p&gt;
&lt;p&gt;So we can filter out every year except the most recent one, 2022. You can download the exact data from &lt;a href="https://docs.google.com/spreadsheets/d/1OGsyB90jrXBnsaAMJasz_D2G-3DYRgqqhtErWKOHkF8/edit?usp=sharing"&gt;this Google Sheet&lt;/a&gt;.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/how-to-word-map/here-is-what-the-data-looks-like-after-filtering-on-year-2022.png" alt="Here is what the data looks like, after filtering on year 2022"&gt;&lt;figcaption&gt;Here is what the data looks like, after filtering on year 2022&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;Now, let’s open the &lt;a href="https://app.mapfast.co"&gt;MapFast app&lt;/a&gt; and select “World” for the map area:&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/how-to-word-map/the-first-step-asks-you-to-select-a-country-or-region.png" alt="The first step asks you to select a country or region."&gt;&lt;figcaption&gt;The first step asks you to select a country or region.&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;Once the preview map has loaded, we can upload &lt;a href="https://docs.google.com/spreadsheets/d/1OGsyB90jrXBnsaAMJasz_D2G-3DYRgqqhtErWKOHkF8/edit?usp=sharing"&gt;our data&lt;/a&gt; by clicking the “Import Excel/CSV file” button. Once the upload is complete, you should be able to see the data in the table view on the right:&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/how-to-word-map/the-second-step-allows-you-to-import-any-excel-or-csv-file-into-mapfast.png" alt="The second step allows you to import any Excel or CSV file into MapFast."&gt;&lt;figcaption&gt;The second step allows you to import any Excel or CSV file into MapFast.&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;&lt;strong&gt;This view enables you to check that you have one row per location.&lt;/strong&gt; This is a very important requirement. It doesn’t matter what the column names are in the imported file, but there must be a clear column containing the location, and only the location.&lt;/p&gt;
&lt;h2&gt;Review associations between rows and countries&lt;/h2&gt;
&lt;p&gt;At this point, MapFast will try to associate each row of the CSV file with a country from its database. Once finished, &lt;strong&gt;we need to review the matches&lt;/strong&gt;, to be sure that everything will be displayed correctly.&lt;/p&gt;
&lt;p&gt;After clicking “Next”, you’ll see a table with 2 columns: the first column contains locations from the CSV file we imported. The second one contains the country that was matched with the row. That’s what we need to check.&lt;/p&gt;
&lt;p&gt;Most of the lines appear green, but some may show up red because no match has been found.. In our case, that’s normal : it is because our dataset contains aggregated values for ‘Asia’, ‘Europe’, etc.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/how-to-word-map/this-step-is-about-matching-locations-from-our-file-to-a-map.png" alt="This step is about matching locations from our file to a map."&gt;&lt;figcaption&gt;This step is about matching locations from our file to a map.&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;We also need to check green lines, because it might not be associated with the correct country. I found two cases :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;‘Asia (excl. China and India)’ incorrectly associated win ‘Republic of China’;&lt;/li&gt;
&lt;li&gt;‘European Union (27)’ incorrectly associated to ‘Tokelau’.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To remove both associations, we can click on ‘Republic of China’ and remove the association by selecting the blank option. We do the same for ‘Tokelau’.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/how-to-word-map/be-careful-when-reviewing-the-associations-a-green-association-doesn-t-always-mean-it-s-correct.png" alt="Be careful when reviewing the associations : a green association doesn’t always mean it’s correct."&gt;&lt;figcaption&gt;Be careful when reviewing the associations : a green association doesn’t always mean it’s correct.&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;The map on the right shows the completeness of our data. If the map is entirely green, it means we’ve covered the entire world. Good!&lt;/p&gt;
&lt;h2&gt;Map preview&lt;/h2&gt;
&lt;p&gt;The last step is really straightforward: we just need to pick the data column. In our case, it’s ‘Annual CO2 emissions (per capita)’.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/how-to-word-map/the-final-step-is-to-pick-the-correct-data-column-and-load-the-map.png" alt="The final step is to pick the correct data column and load the map!"&gt;&lt;figcaption&gt;The final step is to pick the correct data column and load the map!&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;The map will show a preview of the data. We will customize its appearance afterward.&lt;/p&gt;
&lt;p&gt;Click “Load map” when you are ready!&lt;/p&gt;
&lt;h2&gt;Customization&lt;/h2&gt;
&lt;p&gt;Once our map is loaded, we only need to customize it the way we want.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/how-to-word-map/adding-a-title-source-and-legend-is-really-important-to-give-context-to-the-map-reader.png" alt="Adding a title, source &amp;amp; legend is really important to give context to the map reader."&gt;&lt;figcaption&gt;Adding a title, source &amp;amp; legend is really important to give context to the map reader.&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;The basics are:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Set the appropriate color and scheme&lt;/strong&gt;. For more detailed color differentiation, I’ll pick ‘Quantiles 9’ (in-app: ‘Background &amp;gt; classification’).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Add map title and source.&lt;/strong&gt; It is very important to add context to a map, that gives credibility. I’ll go for “World CO2 Emissions per Capita, 2022” and cite “Our World in Data” (in-app : ‘Text &amp;gt; Title’ and ‘Text &amp;gt; Source’).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Add legend.&lt;/strong&gt; The legend is an absolute necessity if values are not properly displayed on the map. I chose a horizontal legend since the map is horizontal (in-app: ‘Elements &amp;gt; Legend &amp;gt; Continuous Horizontal’). I also adjusted the text values.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Final result&lt;/h2&gt;
&lt;p&gt;That’s it! You now have a beautiful world map. 🙂&lt;/p&gt;
&lt;p&gt;You can export it using the “Download” button as a PNG or SVG with the resolution that you need.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/how-to-word-map/you-will-learn-how-to-create-a-map-like-this-in-the-following-tutorial.png" alt="map(29).png"&gt;&lt;figcaption&gt;map(29).png&lt;/figcaption&gt;&lt;/figure&gt;

&lt;div class="callout"&gt;
💡

If something went wrong with your own map… send us a message via the in-app chat. We will help you!

&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Happy mapping 🤩&lt;/strong&gt;&lt;/p&gt;</description><category>cartography</category><category>choropleth map</category><category>data visualization</category><guid>https://mapfast.co/blog/how-to-make-a-world-map.html</guid><pubDate>Sun, 20 Oct 2024 00:00:00 GMT</pubDate></item><item><title>How to make a colored map with MapFast?</title><link>https://mapfast.co/blog/how-to-make-a-colored-map-with-mapfast.html</link><dc:creator>MapFast</dc:creator><description>&lt;h1&gt;How to create a map with MapFast?&lt;/h1&gt;
&lt;p&gt;Have you ever dreamed of creating a colored map to showcase statistics and analytics but never knew where to start? I understand—it’s complicated. But you're in the right place now!&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/how-to-colored-map/the-image-depicts-a-map-of-the-population-density-per-km2-in-northern-ireland.png" alt="The image depicts a map of the population density per km2 in Northern Ireland."&gt;&lt;figcaption&gt;The image depicts a map of the population density per km2 in Northern Ireland.&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;The example map we will build in this tutorial.&lt;/p&gt;
&lt;p&gt;This tutorial will help you to &lt;strong&gt;create your own map in 5 steps&lt;/strong&gt;:&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;Learn more on color-coded (choropleth) maps: &lt;a href="https://mapfast.co/blog/choropleth-map-guide.html"&gt;A guide to Choropleth Maps&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;1. Pick the region or country&lt;/h2&gt;
&lt;p&gt;First things first, you need to specify either the country or the region that represents the context of your data.&lt;/p&gt;
&lt;p&gt;You will have two choices:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Countries: USA, India, France, United Kingdom, Tuvalu... you can choose between 200 available countries.&lt;/li&gt;
&lt;li&gt;World areas: North America, South America, Europe, Asia, Oceania are available. You can also pick "world" to create a World Map by countries.&lt;/li&gt;
&lt;/ul&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/how-to-colored-map/you-can-choose-between-200-countries-or-world-areas-for-your-colored-map-let-s-continue-with-the-united-kingdom.png" alt="You can choose between 200+ countries or world areas for your colored map. Let’s continue with the United Kingdom."&gt;&lt;figcaption&gt;You can choose between 200+ countries or world areas for your colored map. Let’s continue with the United Kingdom.&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;Once you've picked a country or region, you can choose the type of areas your data will cover. Usually, you'll have &lt;strong&gt;administrative boundaries&lt;/strong&gt;: regions, provinces, districts, or municipalities.&lt;/p&gt;
&lt;p&gt;At this step, the choice needs to closely reflect your data. If you want to display every municipality in a country, you will need to have a dataset where each row represents a city.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/how-to-colored-map/districts-are-the-lowest-administrative-bounds-for-cities-electoral-districts-in-the-uk.png" alt="‘Districts’ are the lowest administrative bounds for cities/electoral districts in the UK."&gt;&lt;figcaption&gt;‘Districts’ are the lowest administrative bounds for cities/electoral districts in the UK.&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;Finally, you can narrow it down to a specific subset area, allowing you to focus on a particular part of the country or region that you selected.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/how-to-colored-map/in-this-case-we-can-select-northern-ireland-to-effectively-create-a-district-map-focused-on-this-part-of-the-united-kingdom.png" alt="In this case, we can select ‘Northern Ireland’ to effectively create a district map focused on this part of the United Kingdom."&gt;&lt;figcaption&gt;In this case, we can select ‘Northern Ireland’ to effectively create a district map focused on this part of the United Kingdom.&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;It can also be left empty, even if you don’t have all the data for all the areas on the map. You’ll still be able to remove it later.&lt;/p&gt;
&lt;h2&gt;2. Import your data (or edit manually)&lt;/h2&gt;
&lt;p&gt;It's usually more convenient to have an Excel or CSV file for your data, especially if you have many values to display on the map. For instance, France has over 35,000 cities… nobody wants to map them all by hand!&lt;/p&gt;
&lt;p&gt;But if you don’t, you can still manually update the table and fill it with your own values.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/how-to-colored-map/mapfast-provides-two-options-option-1-import-of-an-excel-csv-file-and-option-2-manual-fill-of-the-table.png" alt="MapFast provides two options: option 1) import of an Excel/CSV file, and option 2) manual fill of the table."&gt;&lt;figcaption&gt;MapFast provides two options: option 1) import of an Excel/CSV file, and option 2) manual fill of the table.&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;This part is the most important part : to ease the creation of the map, your file should at least contain two columns:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;the "location" column: It must contain the list of the names for each area that will be added on the map. E.g., the name for each city if you chose "municipality" previously.&lt;/li&gt;
&lt;li&gt;the "data" column: It can be either numbers (ex: GPD, sales, or % values) or categorical data (e.g Fruits, Brands, etc.)&lt;/li&gt;
&lt;/ul&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/how-to-colored-map/following-the-previous-example-we-imported-a-csv-file-containing-district-information-for-northern-ireland-uk-get-it-here.png" alt="Following the previous example, we imported a CSV file containing district information for Northern Ireland (UK). Get it here : https://en.wikipedia.org/wiki/Local_government_in_Northern_Ireland"&gt;&lt;figcaption&gt;Following the previous example, we imported a CSV file containing district information for Northern Ireland (UK). Get it here : https://en.wikipedia.org/wiki/Local_government_in_Northern_Ireland&lt;/figcaption&gt;&lt;/figure&gt;

&lt;div class="callout"&gt;
💡 &lt;b&gt;Good to know :&lt;/b&gt;
&lt;ul&gt;
  &lt;li&gt;you don't need to name these columns specifically. The location column will be detected, and you'll be able to choose the data column&lt;/li&gt;
  &lt;li&gt;you can click on the table and edit the data if needed&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;p&gt;Overall, you will minimize import errors if…&lt;/p&gt;
&lt;p&gt;✅ Each row of your dataset is consistent with the type of data you chose in step 1 (e.g. each row is a city of you selected cities).&lt;/p&gt;
&lt;p&gt;✅ Each line is a unique location.&lt;/p&gt;
&lt;p&gt;✅ Remove unnecessary (or blank) lines or columns in your dataset.&lt;/p&gt;
&lt;p&gt;After importing your data, you should see it inside the table. You can still click on cells to modify the content to fix some errors you haven't noticed before.&lt;/p&gt;
&lt;h2&gt;3. Check matching and pre-visualize&lt;/h2&gt;
&lt;p&gt;Behind the scenes, MapFast associates each row of your dataset with a geometry (a polygon on the map). This crucial step is called the “matching“, between textual locations and their respective representation on a map.&lt;/p&gt;
&lt;p&gt;MapFast does this automatically for you, but you can still check that every match is correct. In this case, you can click on a row and add/modify the associated location, or remove it by setting the line to blank.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/how-to-colored-map/we-had-a-perfect-match-here-but-for-the-sake-of-the-tutorial-we-removed-the-match-for-derry-and-strabane-so-that-you-can-see-how-it-looks-and-how-to-fix-it.png" alt="We had a perfect match here. But for the sake of the tutorial, we removed the match for “Derry and Strabane” so that you can see how it looks and how to fix it."&gt;&lt;figcaption&gt;We had a perfect match here. But for the sake of the tutorial, we removed the match for “Derry and Strabane” so that you can see how it looks and how to fix it.&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;The map on the right will show all areas in green that have been associated with your data. &lt;strong&gt;Usually, the greener the better!&lt;/strong&gt; But as mentioned earlier, it's okay if there are a lot of gray areas if your data only concerns a subset of the country or region.&lt;/p&gt;
&lt;p&gt;Once you double-checked the matching, you can choose the data to see on the map. Select between all the columns of your dataset.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/how-to-colored-map/we-choose-to-display-the-population-density-in-northern-ireland-although-we-had-other-columns-available.png" alt="We choose to display the population density in Northern Ireland, although we had other columns available."&gt;&lt;figcaption&gt;We choose to display the population density in Northern Ireland, although we had other columns available.&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;The map helps us be confident that all values are consistent. It will show you what to expect, in case you want to go back and modify some values.&lt;/p&gt;
&lt;h2&gt;4. Customize map&lt;/h2&gt;
&lt;p&gt;Here we are! Now we are in the most interesting part: customizing the map.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/how-to-colored-map/how-to-colored-map-step-01.png" alt="Customizeing the map"&gt;&lt;figcaption&gt;Customizeing the map&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;You have several options in the sidebar :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;background&lt;/strong&gt;: adjust the colors and how to match colors with values (color scheme). You can also set the color for null values.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;stroke :&lt;/strong&gt; change inside and outside stroke width and color ;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;text&lt;/strong&gt; : add free floating text and labels on the map.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;elements&lt;/strong&gt; : add rectangles, lines to highlight parts of your map. You can also add a legend from this menu.&lt;/li&gt;
&lt;/ul&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/how-to-colored-map/after-10-minutes-of-experimenting-we-finally-have-a-professional-looking-map-for-our-northern-ireland-uk-data.png" alt="After 10 minutes of experimenting, we finally have a professional-looking map for our Northern Ireland (UK) data."&gt;&lt;figcaption&gt;After 10 minutes of experimenting, we finally have a professional-looking map for our Northern Ireland (UK) data.&lt;/figcaption&gt;&lt;/figure&gt;

&lt;div class="callout"&gt;
💡 &lt;b&gt;What makes a good map ?&lt;/b&gt;
Usually, maps have an explicit title, a legend, and cite the source of the data.
Colors should be picked carefully to reflect the story you want to tell.

&lt;/div&gt;

&lt;h2&gt;5. Export your data&lt;/h2&gt;
&lt;p&gt;Now that you have a beautiful map, it's time to share it to the world. Or internally, to your fellow colleagues. Or just for you (maybe making maps is your guilty pleasure…).&lt;/p&gt;
&lt;p&gt;You have two export options: &lt;strong&gt;PNG&lt;/strong&gt; and &lt;strong&gt;SVG&lt;/strong&gt;. The latter is useful if you need to open the map in more advanced software, like Illustrator or Inkscape.&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/how-to-colored-map/how-to-colored-map-step-02.png" alt="Exporting the map"&gt;&lt;figcaption&gt;Exporting the map&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;At this point, you can freely download your map and enjoy the final result:&lt;/p&gt;
&lt;figure&gt;&lt;img src="https://mapfast.co/images/how-to-colored-map/the-image-depicts-a-map-of-the-population-density-per-km2-in-northern-ireland.png" alt="The image depicts a map of the population density per km2 in Northern Ireland."&gt;&lt;figcaption&gt;The image depicts a map of the population density per km2 in Northern Ireland.&lt;/figcaption&gt;&lt;/figure&gt;

&lt;p&gt;Northern Ireland, Population density per km2 in June 2022. That’s it!&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;I hope this tutorial helped you create your first map !&lt;/p&gt;
&lt;p&gt;Explore our other ressources:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://mapfast.co/blog/how-to-make-a-world-map.html"&gt;How to make a World map&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://mapfast.co/blog/how-to-make-a-europe-map.html"&gt;How to make a Europe map&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://mapfast.co/blog/choropleth-map-guide.html"&gt;A guide to Choropleth Maps&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can also send us a message directly in the app for any question.&lt;/p&gt;
&lt;p&gt;⭐ &lt;strong&gt;Happy mapping!&lt;/strong&gt; ⭐&lt;/p&gt;</description><category>cartography</category><category>choropleth map</category><category>data visualization</category><guid>https://mapfast.co/blog/how-to-make-a-colored-map-with-mapfast.html</guid><pubDate>Sun, 20 Oct 2024 00:00:00 GMT</pubDate></item></channel></rss>