- 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
推薦閱讀
- Unreal Engine Physics Essentials
- Apache Oozie Essentials
- Python高效開發(fā)實(shí)戰(zhàn):Django、Tornado、Flask、Twisted(第2版)
- Python數(shù)據(jù)分析(第2版)
- 你必須知道的204個Visual C++開發(fā)問題
- Oracle BAM 11gR1 Handbook
- Python Data Analysis(Second Edition)
- 利用Python進(jìn)行數(shù)據(jù)分析(原書第3版)
- Windows Embedded CE 6.0程序設(shè)計(jì)實(shí)戰(zhàn)
- Bootstrap for Rails
- Flask Web開發(fā):基于Python的Web應(yīng)用開發(fā)實(shí)戰(zhàn)(第2版)
- Android系統(tǒng)下Java編程詳解
- Python應(yīng)用與實(shí)戰(zhàn)
- Node.js實(shí)戰(zhàn):分布式系統(tǒng)中的后端服務(wù)開發(fā)
- Eclipse開發(fā)(學(xué)習(xí)筆記)