Wednesday 4 April 2018

ArcPy in FME

To enable ArcPy in FME:
  1. Make sure you have ArcGIS Desktop Background Geoprocessing (64-bit) and the 64-bit version of FME installed;
  2. In FME, go to Tools > FME Options... > Translation;
  3. Set the Preferred Python Interpreter to C:\Windows\System32\Python32.dll.

After that you can just type in import arcpy in your Python code:




(Note: this solution may work for me because I have ArcGIS Pro installed.)

No comments:

Post a Comment

Combine Raster Bands

To combine multiple single-band rasters into a single multi-band raster, use the RasterBandCombiner transformer. For example, combine the ...