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. Equality
- 25. Linear Referencing
- 26. Dimensionally Extended 9-Intersection Model
- 27. Clustering on Indices
- 28. 三维(3D)
- 29. Nearest-Neighbour Searching
- 30. Rasters
- 31. Topology
- 32. Tracking Edit History using Triggers
- 33. Basic PostgreSQL Tuning
- 34. PostgreSQL Security
- 35. PostgreSQL Schemas
- 36. PostgreSQL Backup and Restore
- 37. Software Upgrades
- 38. Advanced Geometry Constructions
- 39. 附录 A:PostGIS 函数
- 40. 附录 B:词汇
- 41. Appendix C: License
参考资料¶
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/