Diagram of using Python process based on FME

How does FME use Python?

After installing FME, in the installation path of FME, find the fmeobjects folder (C:\Program Files\FME\fmeobjects)
In the fmeobjects folder, we can see a folder named Python version. Due to different versions of FME, the supported Python versions are different (take FME 2018 x64 as an example)

Select the required version and copy all the files inside

Paste the copied file into the Lib\site-packages path of the corresponding Python version. Take Anaconda's virtual environment named arcpy2 as an example, it should be pasted under the path C:\Users\lqq\Anaconda3\envs\arcpy2\Lib\site-packages

Then in Jupyter, you can import pyfme normally

For the specific content of pyfme, you can visit: https://docs.safe.com/fme/html/fmepython/

The above is the whole content of this article, I hope it will be helpful to everyone's study.

Recommended Posts

Diagram of using Python process based on FME
Detailed explanation of data types based on Python
Implementation of business card management system based on python
Solve the problem of convex hull based on python
Detailed explanation of the remaining problem based on python (%)
Pycharm modify python path process diagram
Draw personal footprint map based on Python
Check matrix calculation results based on python
How to program based on interfaces in Python
Python implements SSL sending based on QQ mailbox
Common command usage of nmcli based on RHEL8/CentOS8
Detailed examples of using Python to calculate KS
7 features of Python3.9
Detailed explanation of common tools for Python process control
Detailed explanation of the attribute access process of Python objects