搜索

epub文档 PostGIS 3.0 dev Manual

3.27 MB 1767 页 0 下载 7 浏览 0 评论 0 收藏
语言 格式 评分
英语
.epub
3
摘要
PostGIS is a spatial extension for PostgreSQL that enables the storage and analysis of GIS objects. The manual provides detailed instructions for compiling and installing PostGIS from source, including dependencies and configuration steps. It also covers enabling PostGIS extensions in databases and highlights the project's development history, key contributors, and supported GIS functionalities. The document emphasizes the importance of PostgreSQL headers and compatibility with specific PostgreSQL versions.
AI总结
《PostGIS 3.0 开发手册》是PostGIS项目的官方文档,主要介绍了PostGIS 3.0.12dev版本的功能、安装方法和使用指南。以下是对文档内容的总结: ### 1. **PostGIS简介** - **PostGIS** 是PostgreSQL的一个空间扩展,支持存储和处理地理信息系统(GIS)对象。 - 它提供基于GiST的R-Tree空间索引和丰富的GIS分析功能。 - PostGIS由Refractions Research开发,现由OSGeo基金会维护,依赖于PostgreSQL 9.5-13版本。 ### 2. **安装指南** - **安装步骤**: 1. 解压PostGIS源码包:`tar xvfz postgis-3.0.12dev.tar.gz` 2. 进入目录:`cd postgis-3.0.12dev` 3. 配置并编译:`./configure`, `make`, `make install` 4. 启用扩展:在数据库中运行`CREATE EXTENSION postgis;`。 - **注意事项**: - 确保PostgreSQL已正确安装,并根据需要配置GEOS功能。 - 提供预编译包(如Windows的Stackbuilder安装程序)以简化安装。 ### 3. **功能亮点** - **新增功能**: - 支持3D、曲面、网格(Polyhedral Surface)等高级几何类型。 - 增强了MVT(Map Vector Tile)支持和性能优化。 - 新增或改进了多个GIS函数,涵盖空间分析、矢量处理和栅格操作。 - **扩展支持**: - 提供`postgis_raster`和`postgis_topology`扩展,支持栅格数据和拓扑功能。 ### 4. **其他注意事项** - **兼容性**: - 不支持PostgreSQL 9.5以下版本,且不建议在生产环境中使用开发版本。 - **扩展表备份**: - 扩展表(如`spatial_ref_sys`)无法单独备份,需与扩展一起备份。 ### 5. **总结** PostGIS 3.0.12dev版本在功能和性能上均有显著提升,适合需要存储和处理地理数据的应用场景。通过简洁的安装步骤和丰富的扩展功能,PostGIS为GIS开发提供了强大的支持。
P1
P2
P3
P4
P5
P6
P7
P8
P9
P10
P11
P12
下载文档到本地,方便使用
- 可预览页数已用完,剩余 1755 页请下载阅读 -
文档评分
请文明评论,理性发言.