I'm trying to update an IFC file by assigning it a coordinate system. However, FME doesn't seem to recognize the coordinate system used by the IFC2x3 file.
I understand that the IFC file operates with a local coordinate system, but I don’t have information on which specific system it uses.
I've attempted the following approaches:
- CoordinateSystemSetter
- Reprojector
- Setting the Writer’s coordinate system to WGS84 UTM33
Despite these efforts, the file always ends up with the coordinate system IFC_COORDSYS_0.
Does anyone have a solution or a recommended approach to resolve this?