Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一些包含自相交多边形的空间数据(MapInfo 文件)。这些会导致我的处理出现问题,特别是我无法在 PostGIS 中生成几何联合。有没有简单的方法来解决这个问题?如果有必要,我可以处理多面体。
我自己想通了:st_buffer(wkb_geometry,0)至少在我的样本数据上可以做到这一点。
st_buffer(wkb_geometry,0)