- GeoServer Beginner's Guide(Second Edition)
- Stefano Iacovella
- 114字
- 2021-07-08 09:21:08
Choropleth maps
Choropleth maps show statistical data aggregated over predefined regions, such as counties or states, by coloring or shading these regions. You can draw states according to their population, gross domestic product, car owners, and the number of national parks. You are not limited to a single variable; indeed, you can merge different values from more than one attribute associated with spatial objects.
The following figure shows a map of European countries colored according to gross domestic product values. Legend on the right shows the five classification intervals. Values were normalized to Eu-27 average (EU stands for the European Union, in the period 2007-2013 when it had 27 countries):

(Image courtesy of http://epp.eurostat.ec.europa.eu)
推薦閱讀
- PHP 7底層設(shè)計與源碼實現(xiàn)
- FreeSWITCH 1.6 Cookbook
- VMware vSphere 6.7虛擬化架構(gòu)實戰(zhàn)指南
- R語言編程指南
- PLC編程及應(yīng)用實戰(zhàn)
- Python數(shù)據(jù)分析從0到1
- The Complete Coding Interview Guide in Java
- 大模型RAG實戰(zhàn):RAG原理、應(yīng)用與系統(tǒng)構(gòu)建
- Node.js Design Patterns
- Node Cookbook(Second Edition)
- JSP程序設(shè)計與案例實戰(zhàn)(慕課版)
- 大數(shù)據(jù)時代的企業(yè)升級之道(全3冊)
- C語言從入門到精通
- Get Your Hands Dirty on Clean Architecture
- Python編程快速上手2