道路形状文件名称

发布于 2024-08-07 02:34:54 字数 95 浏览 3 评论 0原文

我有一个带有道路网络的形状文件,看起来道路都被列为 1 条大折线。这是典型的吗?是否有可能获得一个道路网络,其中道路单独列出并具有与其关联的名称?

谢谢, 杰夫

I have a shapefile with a road network and it seems like the roads are all listed as 1 big polyline. Is this typical is it possible to get a road network where the roads are listed individually and have names associated with them?

thanks,
Jeff

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

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

发布评论

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

评论(1

撩动你心 2024-08-14 02:34:54

如果有人给我发送了一个道路形状文件,其中所有道路都是一条折线,我会认为这个人在跟我开玩笑。

通常,有用的道路形状文件至少会被分成每条定义的道路的单线,或者更好的是网络交叉路口到交叉路口线段形状。

将一条多段线分割成更有用的多段形状文件并不是一项简单的任务。

进行快速的谷歌搜索会返回一些形状文件编辑器的免费解决方案,尽管我不能保证其中任何一个。我使用公司自己的 C# 代码库,使用 Tatuk 进行工作与形状文件。

If someone sent me a shapefile of roads where all the roads were a single polyline, I would assume the person was playing a practical joke on me.

Typically, a useful shapefile of roads would at least be broken into a single line for each defined road, or even better, a network intersection-to-intersection segment shapes.

It's not a trivial task to split up a single polyline into a more useful multi-segmented shapefile.

Doing a quick Google search returns a couple of free solutions for shapefile editors although I can't vouch for any of them. I use my company's own codebase written in C# using Tatuk for working with shapefiles.

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