Skip to main content
Question

Is it possible to call API python for GRASS in a FME project?

  • October 17, 2018
  • 3 replies
  • 33 views

Is it possible to call API python for GRASS in a FME project?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

jdh
Contributor
Forum|alt.badge.img+37
  • Contributor
  • 2002 replies
  • October 17, 2018

Yes, but you need to change your python interpreter to the one where the grass library is installed.


  • Author
  • 1 reply
  • October 18, 2018

Yes, but you need to change your python interpreter to the one where the grass library is installed.

Thank you for your answer but i try to use API python for GRASS and FME in the same project. I don't find a solution to call these together...

 

 


jdh
Contributor
Forum|alt.badge.img+37
  • Contributor
  • 2002 replies
  • October 18, 2018
Thank you for your answer but i try to use API python for GRASS and FME in the same project. I don't find a solution to call these together...

 

 

If you need both fmeObjects and grass together, then you need to install the grass module to the FME installation.

 

 

Since GRASS is available via PyPi you can use the instructions at https://knowledge.safe.com/articles/841/install-python-modules-into-fme.html