简体   繁体   English

在 FME 桌面中使用转换器进行数据重组

[英]Data re framing using transformers in FME desktop

I have a project, in which I have some point locations which we took from the cloud.我有一个项目,其中有一些我们从云端获取的点位置。

Our basic issue is we have to correctly data frame our coordinates by using some sort of reprojectors.我们的基本问题是我们必须使用某种重投影仪正确地为我们的坐标设置数据框。 We already tried some of the projetors like ESRI reprojector and reframe reprojector.

But Esri Reprojector is not serving our purpose and Reframe Reprojector is giving us an error “Cannot reproject your data”但是 Esri Reprojector 不符合我们的目的,并且 Reframe Reprojector 给我们一个错误“无法重新投影您的数据”

I want to use some sort of Re-projector to transform my cloud coordinates within FME Cloud or Desktop and Also, Is there any possibility to do the same on the Cloud engine?我想使用some sort of Re-projector to transform my cloud coordinates within FME Cloud or Desktop ,另外,是否有可能在云引擎上做同样的事情?

You can use the ReframeReprojector which uses dll libraries created by a company Swisstopo , and is currently for Windows editions only .您可以使用它使用由公司Swisstopo创建DLL库,目前适用于Windows版本ReframeReprojector。

Also, the swisstopo has made the dll libraries available as JAR Files as well, and all these are not so far clubbed with FME for other windows platforms.此外,swisstopo 也将 dll 库作为 JAR 文件提供,所有这些都没有与 FME 结合用于其他 Windows 平台。

Also, in the market there is one transformer available, but that transformer is Java-based and it does the exact same thing as ReframeReprojector, specially for cloud.此外,市场上有一种转换器可用,但该转换器是基于 Java 的,它的功能与 ReframeReprojector 完全相同,专门用于云。

You can search online for its testing sites as well.您也可以在线搜索其测试站点。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM