- Geospatial Development By Example with Python
- Pablo Carreira
- 186字
- 2021-07-16 09:30:55
Installing Mapnik
Mapnik is a map rendering package. It is a free toolkit to develop mapping applications. It produces high-quality maps and is used on many applications, including OpenStreetMaps.
Windows
Mapnik isn't available for installation as other libraries are. Instead, you need to go to http://mapnik.org/ and follow the download link:
- Download the Windows 32-bit package of Mapnik 2.2.
- Extract the
mapnik-v2.2.0
toC:\
folder. - Then, rename the extracted folder
c:\mapnik
. - Now, add
Mapnik
to your PATH. - Open Control Panel and go to System.
- Click on the Advanced System Settings link in the left-hand side column.
- In the System Properties window, click on the Advanced tab.
- Next, click on the Environment Variables button.
- In the System variables section, highlight the PATH variable and click on Edit. Add the following paths to the end of the list, each separated with a semicolon, as follows:
c:\mapnik\bin;c:\mapnik\lib
- Now, click on the New button; then, set the variable name to
PYTHONPATH
and value toc:\mapnik\python\2.7\site-packages
.
Ubuntu Linux
For this, perform the following:
- Go to the terminal or open a new one.
- Then, enter the following command:
sudo apt-get install mapnik
推薦閱讀
- Web應用系統(tǒng)開發(fā)實踐(C#)
- Python爬蟲開發(fā):從入門到實戰(zhàn)(微課版)
- Java虛擬機字節(jié)碼:從入門到實戰(zhàn)
- Interactive Applications Using Matplotlib
- Creating Stunning Dashboards with QlikView
- Natural Language Processing with Java and LingPipe Cookbook
- Python:Deeper Insights into Machine Learning
- 區(qū)塊鏈國產(chǎn)化實踐指南:基于Fabric 2.0
- PhoneGap 4 Mobile Application Development Cookbook
- 嵌入式Linux C語言程序設計基礎教程
- SFML Game Development
- 前端架構設計
- 零基礎學算法(第4版)
- Hands/On Microsoft Teams
- 深入理解TypeScript