liujiusheng / blog

个人博客,blog
19 stars 0 forks source link

CAD数据进入ArcGIS和PG数据库的问题记录 #198

Open liujiusheng opened 3 years ago

liujiusheng commented 3 years ago

CAD数据转换后想要导入PG问题其实很多

曲面问题

面图层中有线数据的问题

单独的线作为一个要素

image

一条独立的线作为MultiPolygon中的一部分

image

image

使用ogr2ogr读取gdb的时候提示警告

PS D:\software\PostgreSQL\10\bin> ./ogr2ogr.exe -f GeoJSON bug.json bug.gdb bug
Warning 1: organizePolygons() received an unexpected geometry.  Either a polygon with interior rings, or a polygon with less than 4 points, or a non-Polygon geometry.  Return arguments as a collection.