Skip to main content

I created models in QGIS Desktop. These models repair geometries of lines and polygons. Now I want to reduce the working steps, so that the data gets directly repaired in FME. Does anyone has experience in that?

FME does have the GeometryValidator transformer that can repair invalid geometries:

https://docs.safe.com/fme/2022.1/html/FME_Desktop_Documentation/FME_Transformers/Transformers/geometryvalidator.htm

 

To incorporate your models in FME, you’ll need to first export them to python. You can then use the PythonCaller to call those scripts. You will need to instruct FME to use QGISs python instance, theres some information on doing that here:
 

 


Reply