Library name |
Description |
Reason to install |
|
NumPy |
This adds support for large multidimensional arrays and matrices |
It is a requirement for many other libraries |
|
pyproj |
This handles projections |
It transforms projections |
(应用PROJ.4进行投影操作) |
shapely |
This handles geospatial operations |
It performs fast geometry manipulations and operations |
(应用GEOS进行图形操作) |
matplotlib |
This plots libraries |
It provides a quick visualization of results |
|
descartes |
This uses Shapely or GeoJSON objects as matplotlib paths and patches |
It speedily plots geo-data |
作为matplotlib与Shapely 和 GeoJSON之间的连接桥梁 |
pandas |
This provides high-performance data structures and data analysis |
It performs data manipulation, CSV creation, and data manipulation |
|
SciPy |
This provides a collection of Python libraries for scientific computing |
It has the best collection of necessary tools |
|
PySAL |
This contains a geospatial analysis library |
It performs a plethora of spatial operations (optional) |
(进行空间分析操作) |
IPython |
This provides interactive Python computing |
It is a helpful notebook to store and save your scripts (optional) |
|
Django |
This contains a web application framework |
It is used for our demo web application , Web Analysis with GeoDjango |
|
pyshp |
This provides pure Python shapefile manipulation and generation |
It helps input and output shapefiles |
(对ShapeFile格式的数据进行操作) |
GeoJSON |
This contains the JSON format for spatial data |
It facilitates the exchange and publication of this format |
(对GeoJSON格式的数据进行操作) |
PostgreSQL |
This is a relational database |
It helps store spatial data |
|
PostGIS |
This is the spatial extension to PostgreSQL |
It stores and performs spatial operations on geographic data in PostgreSQL |
|
相关文章
- 01-02python 函数名的应用(第一类对象),闭包,迭代器
- 01-02如何在纯Python应用程序包中更改OSX菜单栏中的应用程序名称?
- 01-02python 应用开发之-用base64 对图片文件的编码和解码处理
- 01-02用Python开发Unity兼容的应用程序 – 从哪里开始?
- 01-02基于视频AI+GIS的创新实践开发了面向*行业的二三维一体化服务*实战应用
- 01-02Python中的Tcp协议的应用之Tcp服务端程序开发
- 01-02day12 python函数名的应用 闭包 迭代器
- 01-02uniapp整包更新和热更新组件升级版 支持vue3 支持打开安卓自带的应用市场和苹果appstore
- 01-02我的第一个python web开发框架(10)——工具函数包说明(一)
- 01-02CTMediator在iOS模块化/组件化开发中的应用