Skip to content
Examples
Model Transformations

Model Transformations

Create model derivatives using FME workbenches (opens in a new tab):

FME Workbench

This workbench reads a transformed OpenDRIVE dataset and creates:

  • a GeoJSON file in a reprojected coordinate system
  • a FBX file in a local coordinate system
  • and a DWG file for AutoCAD containing only the center lines of the lanes

FME supports a magnitude of formats (opens in a new tab) including glTF, OBJ and Unreal Datasmith. Moreover, FME provides a variety of transformers (opens in a new tab) that can be combined to realize feature manipulation tasks.

💡

FME's CityGML reader (opens in a new tab) currently only supports CityGML v2.0 directly, whereas a CityGML v3.0 dataset can be read using the generic GML reader (opens in a new tab) when the CityGML schema files are provided. R:trån automatically outputs a CityGML v3.0 dataset; for CityGML v2.0, just add --convert-to-citygml2 as CLI argument.

References