- 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
推薦閱讀
- Kali Linux Web Penetration Testing Cookbook
- OpenShift開發指南(原書第2版)
- Python程序設計案例教程
- MySQL數據庫基礎實例教程(微課版)
- Mastering Unity 2D Game Development(Second Edition)
- 打開Go語言之門:入門、實戰與進階
- Quantum Computing and Blockchain in Business
- C++編程兵書
- Modern C++ Programming Cookbook
- OpenMP核心技術指南
- 深入解析Java編譯器:源碼剖析與實例詳解
- 零基礎C#學習筆記
- Hacking Android
- 超簡單:用Python讓Excel飛起來(實戰150例)
- jQuery Mobile Web Development Essentials(Second Edition)