QGIS - 创建包含每个栅格单元边界的矢量图层

发布于 2024-11-08 16:41:08 字数 236 浏览 5 评论 0原文

我想显示一个栅格层,并在它之外显示另一个包含线(折线)的层,它是其他栅格层中单元格的边界

我考虑将每个单元格分割成新的栅格文件,然后将其转换为矢量 - 也许更容易方式? http://imageshack.us/photo/my-images/21/qgispyt。 .png/

I would like to show a raster layer and beyond it another layer which contain lines (polylines) which is boundary of cells in other raster layer

I think about split each cell into new raster file and than convert it to vector - maybe there is much easier way?
http://imageshack.us/photo/my-images/21/qgispyt.png/

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

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

发布评论

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

评论(2

煞人兵器 2024-11-15 16:41:08

我会回答我自己。

通过使用gdalinfo,我可以准确获得光栅角点的坐标和单元格的数量。
如果我使用此信息,我可以生成一个 GML 文件 - 不幸的是我遇到了问题:
qgis GML

I will answer to myself.

By using gdalinfo I can get exactly coordinates of raster corners and number of cells.
If I use this information I can generate a GML file - unfortunately I have problem with it:
qgis GML

⊕婉儿 2024-11-15 16:41:08

如果我明白你想要什么,那么有一种更简单的方法可以做到这一点。
在量子 GIS 中:
矢量>研究工具>矢量网格

  • 复制另一个图层(打开的)的空间属性
  • 选择一个不太小的分辨率(否则你的图层只是一个黑色补丁)
  • 选择线条

默认,生成的图层将具有填充颜色,即使您选择了线条而不是多边形。您可以在图层属性中更改此设置。

  • 单击编辑(或带有扳手图标的按钮),
  • 为填充样式选择“无填充”,

您就完成了!

If I understand what you want, there's a more easy way to do this.
In Quantum GIS:
Vector > Research Tools > Vector Grid

  • Copy the spatial attributes of another layer (that is opened)
  • Choose a resolution that is not too small (otherwise your layer is just a black patch)
  • Choose lines

Default, the resulting layer will have a fill color, even when you selected lines and not polygons. You can change this in the Properties your layer.

  • Click Edit (or button with wrench icon)
  • Choose 'No fill' for Fill style

You're done!

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