英文: Suggestion to implement a simple RESTFul microservice to retraive pixel value from GeoTiff 问题 我是...
Postgres: 在某一距离内创建点的唯一索引
英文: Postgres: Create unique index on point within certain distance around it 问题 我想在coordinates字段上创建一...
如何使用ST_Intersection获取多个几何体?
英文: How to get several geometries with ST_Intersection? 问题 I have a layer of polygons (lulc) and I h...
在PostgreSQL/PostGIS查询中优化连接操作。
英文: Optimizing joins in a postgres/postgis query 问题 我正在尝试优化我的Postgres查询。我在这里的一些连接方面遇到了问题。我的主要问题涉及到过滤...
有没有ST_Intersects的替代方法,允许两个(或更多)多边形共享边界?
英文: Is there ST_Intersects alternative that allows two(or more) polygons to share sides 问题 我正在使用ST_I...
How to query Postgis database to pull all user coordinates from one table, within a polygon from another
英文: How to query Postgis database to pull all user coordinates from one table, within a polygon from...
Postgres: 如何在ST_TRANSLATE中使用查询
英文: Postgres: how to use query in ST_TRANSLATE 问题 I can provide a translation of the code-related co...
为什么在这种情况下 PostgreSQL 不使用索引?
英文: Why does PostgreSQL not use the index in this scenario? 问题 PostgreSQL在普通查询中为什么不使用索引,有没有办法重新构造查询以...
将jOOQ中的整个列进行STUnion操作。
英文: STUnion an entire column in jOOQ 问题 我想对列中的所有几何图形应用PostGIS ST_Union操作。等效的SQL可能如下所示: select ST_Uni...
识别冗余的订单 by’s
英文: Identifying redundant order by's 问题 在我的代码中,我已经注释掉了我认为是多余的排序子句的行。我已经检查了结果(行值),在有注释和没有注释的情况下,结...