向 DWG/DGN 形状添加坐标。转换为 KML - 将它们与 Fusion Table 一起使用

发布于 2024-12-19 07:35:16 字数 477 浏览 8 评论 0原文

我有一些来自开放数据目录的区域地图(选区;西班牙巴塞罗那;链接)。它们是 DWG 或 DGN 形状和多边形

我找到了一个在线工具可以将这些文件转换为 KML/KMZ 文件 (

所以,我不知道如何将这些形状适合该区域的坐标。换句话说,如何对它们进行地理配准。

我想要的是将这些地理参考形状导入到 Google 地球中,作为在 Fusion Tables(我熟悉的工具)中使用它们的第一步。

我是一名“新”记者,使用 Mac 工作,曾经工作过使用 Illustrator 等设计工具。熟悉 Fusion 表。我没有 AutoCAD。

I have some regional maps from an open data directory (electoral districts; Barcelona, Spain; link). They are DWG or DGN shapes and polygons

I have found an online tool to convert these files to KML/KMZ files (link).

So, what I don't know is how to fit these shapes in the coordinates of the region. In other words, how to georeference them.

What I want is to import these georeferenced shapes into Google Earth, as a first step to work with them in a Fusion Tables (tool I'm familiar with)

I'm a 'new' journalist, working with a Mac, used to work with designed tools as Illustrator. Familiar with Fusion Tables. I don't have Autocad.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

謸气贵蔟 2024-12-26 07:35:16

您可以使用 ogr2ogr 将 dwg 文件转换为 kml,然后上传。有关相关信息,请参阅将 CAD 文件转换为 shape 文件问题,并添加 -f "KML" 以便您的输出文件采用 kml 格式而不是默认的 shapefile。

You can use ogr2ogr to convert the dwg files to a kml, and then upload that. See Converting a CAD file to a shape file for a related question, and add -f "KML" so your output file is in kml format rather than the default shapefile.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文