FMEArcGIS版本兼容性
创始人
2024-02-11 03:52:12
0

关于FME&ArcGIS版本的介绍

发布于2022-11-18 15:05:11阅读 1140

内容简介

在使用FME处理数据的时候,偶尔会遇到一些问题。今天就讲一下arcgis和FME的版本问题。 通过这篇文章,你将了解到,为什么你的FME读不了mdb,为什么一读gdb就报错等知识……

软件架构

x86和x64,是不一样的!

在我们处理数据的时候,往往需要使用多个软件。像我就经常ArcGIS、QGIS、FME、Python结合着用。Esri是一个商业公司,ArcGIS是商业软件,在读取某些格式数据的时候(比如mdb、gdb),也是需要Esri软件许可的。

新版FME可以以open api格式读取gdb内容,虽然仅支持简单类型,一般来说也够用了。

像早期的FME软件,分32位和64位版本,常用的ArcMap又有32位版本,64位的FME读不到32位ArcGIS的许可信息。所以初学者经常会在刚接触FME读取数据的时候就会犯迷糊:我就读个数据,怎么还见红了(报错信息是醒目的红字)。 友情提示:不管是ArcGIS还是FME,在最新发布的软件中都抛弃了32位架构,2022版FME只有64位,ArcGIS Pro也是一样,32位即将成为历史!

版本对应关系

FME支持的Esri软件如下表所示:(以下内容引用自safe官网)

ArcGIS Pro

ArcGIS软件版本

FME软件版本

注释

ArcGIS Pro 3.0.x

FME 2022.1 or higher 64 bit only

ArcGIS Pro 2.9.x

FME 2021.2 or higher 64 bit only

ArcGIS Pro 2.8.x

FME 2021.0.2 or higher 64 bit only

ArcGIS Pro 2.7.x

FME 2020.2.2 or higher 64 bit only

ArcGIS Pro 2.6.x

FME 2020.1.2 or higher 64 bit only

ArcGIS Pro 2.6 is required to publish to FME Server with the Data Interoperability Extension.

ArcGIS Pro 2.5.x

FME 2019.1.2 or higher 64 bit only

Using ArcGIS Pro 2.5's Python interpreter is not supported in FME 2019.1.2. Support was added in FME 2019.2 and newer.

ArcGIS Pro 2.4.x

FME 2019.1 or higher 64 bit only

Using ArcGIS Pro 2.4's Python interpreter is not supported in FME 2019.1. Support was added in FME 2019.2 and newer.

ArcGIS Pro 2.3.3

FME 2018.1 or higher 64 bit only

ArcGIS Pro 2.2

FME 2018.1 or higher 64 bit only

File Geodb Raster Fails to Read Mosaic Datasets

ArcGIS Pro 2.1

FME 2016.1.3 or higher 64 bit only

ArcGIS Pro 2.0

FME 2016.1.3 or higher 64 bit only

ArcGIS Pro 1.4

FME 2016.1.3 or higher 64 bit only

ArcGIS Pro 1.3

FME 2016.1.1 or higher 64 bit only

ArcGIS Pro 1.2

FME 2015.1.2.1 or higher 64 bit only

ArcGIS Enterprise (ArcGIS Server)

ArcGIS软件版本

FME软件版本

注释

ArcGIS Enterprise 10.9.1

FME 2021.2 or higher

ArcGIS Enterprise 10.9

FME 2021.0.2 or higher

ArcGIS Enterprise 10.8.1

FME 2019.1.3 or higher

ArcGIS Enterprise 10.8

FME 2019.1.2 or higher

Using ArcGIS Enterprise 10.8's Python interpreter is not supported in FME 2019.1.2. Support was added in FME 2019.1.3 and newer.

ArcGIS Enterprise 10.7.1

FME 2018.1 or higher

ArcGIS Enterprise 10.7

FME 2018.1 or higher

ArcGIS Enterprise 10.6.1

FME 2017.1.1 or higher

ArcGIS Enterprise 10.6

FME 2017.1.1 or higher

ArcGIS Enterprise 10.5.1

FME 2016.1.3 or higher

ArcGIS Enterprise 10.5

FME 2016.1.3 or higher

ArcGIS Enterprise 10.4.1

FME 2016.0.1 or higher

ArcGIS Enterprise 10.4

FME 2015.1.1 or higher

See Named Connections for Data Interoperability

ArcGIS Enterprise 10.3

FME 2014 SP5 or higher

ArcGIS Enterprise 10.2

FME 2013 SP3 or higher

ArcGIS Desktop - ArcMap

ArcGIS软件版本

FME软件版本

注释

ArcMap 10.8.1

FME 2019.1.3 or higher

ArcMap 10.8

FME 2019.1.2 or higher

Using ArcGIS Desktop 10.8's Python interpreter is not supported in FME 2019.1.2. Support was added in FME 2019.1.3 and newer.

ArcMap 10.7.1

FME 2018.1 or higher

ArcMap 10.7

FME 2018.1 or higher

ArcMap 10.6.1

FME 2017.1.1 or higher

ArcMap 10.6

FME 2017.1.1 or higher

ArcMap 10.5.1

FME 2016.1.3 or higher

ArcMap 10.5

FME 2016.1.3 or higher

ArcMap 10.4.1

FME 2016.0.1 or higher

ArcMap 10.4

FME 2015.1.1 or higher

See Named Connections for Data Interoperability

ArcMap 10.3

FME 2014 SP5 or higher

ArcMap 10.2

FME 2013 SP3 or higher

相关内容

热门资讯

前端-session、jwt 目录:   (1)session (2&#x...
linux入门---制作进度条 了解缓冲区 我们首先来看看下面的操作: 我们首先创建了一个文件并在这个文件里面添加了...
关于测试,我发现了哪些新大陆 关于测试 平常也只是听说过一些关于测试的术语,但并没有使用过测试工具。偶然看到编程老师...
前缀和与对数器与二分法 1. 前缀和 假设有一个数组,我们想大量频繁的去访问L到R这个区间的和,...
nodejs:本地安装nvm实... 一、背景-使用不同版本node的原因 vue3+ts、nuxt3版本,node...
JAVA集合知识整理 Java集合知识整理 HashMap相关 HashMap的底层数据结构:jdk1.8之...
无刷直流电机介绍及单片机控制实... 无刷直流电机介绍及单片机控制实例前言基本概念优势与劣势使用寿命基本结构使用单片机控制实例电子调速器&...
fwdiary(2) dp2 1.传纸条  AcWing 275. 传纸条 - AcWing 走两条路,走一条最大的...
常用的DOS命令 常用的DOS命令 DOS(Disk Operating System,磁...
<C++> 类和对象(下) 1.const成员函数将const修饰的“成员函数”称之为const成员函数,cons...