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.
有什么方法可以在 R 中打开 DWG 文件并将其保存为 ESRI shapefile?我还不知道任何可用的软件包。
提前致谢。
您可以使用作为GDAL端口的 rgdal 包来执行此操作。要访问支持矢量拓扑的 OGR 功能,您需要 readORG 和 writeOGR 函数。以下是GDAL/OGR支持的矢量格式列表