PostgreSQL10安装postgis插件

1.安装pgsql10

2.下载插件,以Windows为例,地址:Index of /postgis/windows/pg10/

3.安装插件,直接安装,和pgsql的目录相同即可,一直下一步

4.安装之后,需要执行sql打开

复制代码
CREATE EXTENSION postgis;
复制代码
5.安装之后,确认一下
复制代码
SELECT PostGIS_Version();
SELECT ST_AsText(ST_MakePoint(0, 0));
相关推荐
4154114 天前
MyBatis-Plus + PostGIS 实战(四):GeoJSON 序列化与前端地图对接,全局 WKT + 局部 GeoJSON,两种格式优雅共存
java·mybatis·postgis·geojson
4154116 天前
MyBatis-Plus + PostGIS 实战(二):空间查询与空间索引
java·mybatis·gis·postgis
4154119 天前
MyBatis-Plus + PostGIS 实战(1.1):Geometry 字段在 Swagger 中的优雅展示
java·mybatis·postgis
4154119 天前
MyBatis-Plus + PostGIS 实战一(基础篇)
java·mybatis·postgis
gerrywhu1 个月前
【应用实践】PostGIS实现NDVI计算与植被覆盖分级统计分析-以武汉市2025年为例
数据库·postgis·栅格数据分析·st_mapalgebra·ndvi计算·植被覆盖分级统计·植被覆盖计算
_未闻花名_1 个月前
PostgreSQL的若干扩展安装和使用
spring boot·postgresql·postgis·timescaledb·pg_cron·pgmq·zhparser
gerrywhu2 个月前
PostGIS强大栅格分析工具-栅格代数运算(回调函数版)【ST_MapAlgebra 】
postgis·回调函数·栅格数据分析·栅格代数·st_mapalgebra·栅格回调函数·栅格加权
gerrywhu2 个月前
PostGIS实现栅格数据合并—影像拼接、镶嵌【ST_Union】
postgis·栅格数据分析·影像镶嵌·栅格合并·st_union·影像拼接
gerrywhu2 个月前
PostGIS实现栅格分块与瓦片生成【ST_Tile】
postgis·栅格数据分析·栅格分块·遥感影像分块·栅格瓦片生成·st_tile·瓦片生成
gerrywhu2 个月前
PostGIS实现栅格数据可视化-单波段映射为多波段彩色栅格【ST_ColorMap】
postgis·栅格分析·栅格数据可视化·st_colormap·多波段彩色栅格·彩色栅格