- 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
推薦閱讀
- INSTANT Mock Testing with PowerMock
- Building Modern Web Applications Using Angular
- 程序員數學:用Python學透線性代數和微積分
- 數據結構(Python語言描述)(第2版)
- RTC程序設計:實時音視頻權威指南
- Java Web開發技術教程
- 常用工具軟件立體化教程(微課版)
- Machine Learning in Java
- Unity 3D/2D移動開發實戰教程
- Java程序設計基礎(第6版)
- ASP.NET 4.0 Web程序設計
- 超好玩的Scratch 3.5少兒編程
- Python機器學習開發實戰
- Node.js 6.x Blueprints
- Raspberry Pi開發實戰