PostGIS 简介¶
起步¶
This workshop uses a data bundle. Download it and extract to a convenient location.
你也可以在 Google Slides 中找到本手册的 PPT 版本。
在本手册中用到的 SQL 代码可以在 这里 下载。
手册目录¶
- 1. 欢迎
 - 2. 介绍
 - 3. 安装
 - 4. 创建空间数据库
 - 5. 加载空间数据
 - 6. 关于我们的数据
 - 7. 简单SQL
 - 8. 简单SQL练习
 - 9. 几何(Geometries)
 - 10. 几何练习
 - 11. 空间关系
 - 12. 空间关系练习
 - 13. 空间连接
 - 14. 空间连接练习
 - 15. 空间索引
 - 16. 投影数据
 - 17. 投影练习
 - 18. 地理
 - 19. 地理练习
 - 20. Geometry Constructing Functions
 - 21. Geometry Constructing Exercises
 - 22. More Spatial Joins
 - 23. Validity
 - 24. 等同性
 - 25. Linear Referencing
 - 26. Dimensionally Extended 9-Intersection Model
 - 27. 索引聚类
 - 28. 三维(3D)
 - 29. Nearest-Neighbour Searching
 - 30. Rasters
 - 31. Topology
 - 32. Topology Basic Types
 - 33. Topology and Geometry Representation
 - 34. 使用触发器追踪编辑历史
 - 35. Basic PostgreSQL Tuning
 - 36. PostgreSQL Security
 - 37. PostgreSQL Schemas
 - 38. PostgreSQL Backup and Restore
 - 39. 软件升级
 - 40. 高级几何构造
 - 41. 附录 A:PostGIS 函数
 - 42. 附录 B:词汇
 - 43. 附录 C:许可证
 
参考资料¶
PostGIS - https://postgis.net/
PostgreSQL - https://www.postgresql.org/
JDBC(Java DataBase Connection)驱动 - https://jdbc.postgresql.org/
.NET 驱动 - https://www.npgsql.org/
Python 驱动 - http://www.pygresql.org/
C/C++ 驱动 - https://www.postgresql.org/docs/current/static/libpq.html
PgAdmin - https://www.pgadmin.org/
开源桌面客户端
QGIS - https://qgis.org/
OpenJUMP - http://openjump.org/
uDig - https://udig.github.io/
Online Playground
PostgreSQL playground - https://sqlize.online/s/4Q
PostGIS playground with workshop data - https://sqlize.online/s/pQ

