How can I visualize the information displayed on a map when provincial data already exists? By the way, is there any third-party python package?

Source: Internet
Author: User
0 reply content: There are actually many implementation methods. python is only one of them. Below I will introduce what I think is more convenient:
1. Excel VBA
Note: The following two templates are from http://ExcelPro.blog.sohu.com
(1) color selection of map of China by province
Below is:
The usage is also described in the figure.

: Excel template-color map of China
(2) map of China is accurate to city coloring

: China Data Map-to municipal level
2. Baidu's ECharts
URL: ECharts · Example
You can customize the code on the left. I will not go into details. You can view the website instructions on how to import data. In addition, ECharts can implement many visualization methods. It's an artifact. You can customize the code on the left. I will not go into details. You can view the website instructions on how to import data. In addition, ECharts can implement many visualization methods. It's an artifact.

I personally recommend the second method. If someone else builds the wheel, we can use it. If you must use Python for implementation, IPython + Matplotlib is the preferred choice. Because map is also required here, it is estimated that Basemap is indispensable. Matplotlib. After installation, you need to install an extended application basemap, which is more than 100 MB.
Official Document http://matplotlib.org/basemap/users/geography.html . As follows:
Map http://www.dituhui.com/ Arcgis, of course, this tool is relatively professional and it is not easy to learn. But this is a necessary tool for geographic information, data visualization function is very powerful, spatial data analysis and processing is also very powerful, just recommended to use the data view http://shujuguan.cn You only need to import the data, select "region map" and "Scatter map", and then select the corresponding field. Currently, the data view can be displayed in municipal administrative districts.
Generally, when you import data, you can select the chart type to have the data, just like the BDP Personal Edition-zero threshold visualization analysis tool. These tools can achieve map distribution well. You can try arcmap.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.