- Geospatial Development By Example with Python
- Pablo Carreira
- 106字
- 2021-07-16 09:30:55
Installing Shapely
Shapely is a package for the manipulation and analysis of two dimensional geometries. It can perform operations such as union and subtraction of geometries. It also can perform tests and comparisons, such as when a geometry intersects other geometries.
Windows
Here's what you need to do:
- As before, download the prebuilt wheel; this time, look for a file named
Shapely?1.5.13?cp27?none?win32.whl
. - Then, install it with
pip
.
Ubuntu Linux
Here are the steps you need to perform:
- Go to the terminal or open a new one with Ctrl + T.
- Enter the following command:
sudo pip install shapely
推薦閱讀
- Embedded Linux Projects Using Yocto Project Cookbook
- 嵌入式軟件系統測試:基于形式化方法的自動化測試解決方案
- Visual Basic程序設計(第3版):學習指導與練習
- Java面向對象程序開發及實戰
- VMware虛擬化技術
- Visual C#.NET Web應用程序設計
- 軟件測試綜合技術
- 深度探索Go語言:對象模型與runtime的原理特性及應用
- 新印象:解構UI界面設計
- Learning iOS Security
- 計算機應用技能實訓教程
- Deep Learning for Natural Language Processing
- Java核心編程
- C語言程序設計實驗指導
- ASP.NET Core 2 High Performance(Second Edition)