PostGIS 简介¶
起步¶
This workshop uses a data bundle. Download it and extract to a convenient location.
你也可以在 Google Slides 中找到这个 workshop 的 PPT 版本。
在这个 Workshop 中用到的 SQL 代码可以在 这个文档 <workshop-sql.txt> 找到。
许可与版权¶
这里所有用的数据都是公开的,可以随便使用。下载的压缩包中的所有软件也是开源的,都可以随便用。这个 Workshop 使用“署名分享” 协议进行知识产权共享,你遵守该许可协议的内容条款即可进行内容共享。
Workshop 目录¶
- 1. 欢迎
- 2. 介绍
- 3. 安装
- 4. 创建空间数据库
- 5. Loading spatial data
- 6. About our data
- 7. Simple SQL
- 8. Simple SQL Exercises
- 9. 几何(Geometries)
- 10. Geometry Exercises
- 11. Spatial Relationships
- 12. Spatial Relationships Exercises
- 13. Spatial Joins
- 14. Spatial Joins Exercises
- 15. 空间索引
- 16. Projecting Data
- 17. Projection Exercises
- 18. Geography
- 19. Geography Exercises
- 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/
Docs - https://postgis.net/docs/
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/