英文: Lua config throwing error in metamethods? 问题 在尝试使用osm2pgsql将数据加载到pgsql数据库时遇到以下错误: 错误:执行Lua函数'osm...
Supabase客户端(JS):按距离筛选
英文: Supabase client (JS): filtering by distance 问题 在Supabase JavaScript客户端中,是否可以进行距离筛选?如果可能的话,我想避免实现...
在另一张表中使用空间选择来选择具有几何数据的表中的数据。
英文: Spatial select on table with geometry from another table 问题 SELECT geom from hexgrids where valu...
Spring 6与PostGIS集成
英文: Spring 6 PostGIS integration 问题 我一直在尝试将一个使用PostGIS的现有应用程序从Spring 5迁移到Spring 6。 我收到一个错误,提示org.hib...
这个PostgreSQL/PostGIS语句是否可以加速?
英文: Is it possible to accelerate this postgress / postgis statement? 问题 以下是您的翻译: 我有一个带有Postgis扩展的Pos...
当使用Go执行PostGIS查询时,返回无效几何错误。
英文: PostGis query returns invalid geometry error when performed with Go 问题 我尝试使用Go语言和pgx库从steps表中选择具...
使用Golang和PostgreSQL时,我无法将变量传递到ST_DWithin查询中。
英文: Golang with postgres - unable to pass variable into a ST_DWithin query 问题 非常新手Golang,无法解决这个问题。非常...
使用PGX进行Golang中的事务处理
英文: Transaction in Golang with PGX 问题 我目前正在创建一个小的Go应用程序。现在我正在处理数据库部分。我使用的库是这个:https://github.com/jac...
JTS几何在Hibernate空间中生成"错误:函数within(geometry, bytea)不存在"
英文: JTS geometry in Hibernate spatial generating " ERROR: function within(geometry, bytea) does...
需要使用pgrouting以经纬度形式提供的路径。
英文: Need Path in the form of Lat,long using pgrouting 问题 我正在使用这个查询来使用Node.js查找路径,使用PostgreSQL、PostGI...
2