I tried the FMEFeature.reproject(coordSys) method but it can do only 2D reprojection. I want to do reprojection using Python only not with any transformer like EsriReprojector or CSmap.
Hi @rishi1804 at the moment the FME Python API only allows for 2D Reprojection. I expect that the FMEFeature.reproject(coordSys) method uses the same underlying function as the Reprojector transformer in FME which also does not support vertical reprojections at the moment.
If this is is something you'd like to see added to the FME Python API, then I suggest creating an idea on our Ideas Page to gather votes from other users who may also be interested in the same functionality.
Hope this provides some more clarity.
Dan
Hi
Hi