用于转换 Shapefile 投影的 C# 库

发布于 2025-01-03 14:50:43 字数 95 浏览 3 评论 0 原文

是否有任何 C# 库可以将 shapefile 作为定义了投影信息的输入(例如,EPSG 3011)并返回具有用户指定投影的新 shapefile(例如,EPSG 4326)?

Is there any C# library which can take a shapefile as an input with projection information defined (e.g, EPSG 3011) and return a new shapefile with user specified projection (e.g, EPSG 4326) ?

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

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

发布评论

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

评论(1

情丝乱 2025-01-10 14:50:43

说到投影,事实上的标准是 PROJ4。对“proj4 c#wrapper”进行简单的谷歌搜索得到了一些有希望的结果,如下所示:

http://osgeo-org.1560.n6.nabble.com/C-NET-wrapper-updated-td3841800.html

库位于 http://ftp.dfg.ca.gov/Public/BDB/Tools/proj4/

不过我还没有亲自测试过。

When it comes to projections, the de-facto standard is PROJ4. A simple google search of "proj4 c# wrapper" resulted in some promising results, like this one:

http://osgeo-org.1560.n6.nabble.com/C-NET-wrapper-updated-td3841800.html

library lives in http://ftp.dfg.ca.gov/Public/BDB/Tools/proj4/

I haven't personally tested though.

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