How to read a PRJ file in FME Desktop? This format is not in the list of available formats in the Reader. I want to read coordinate system-related data from a PRJ file for reprojection.
Question
How to read a PRJ file in FME Desktop? This format is not in the list of available formats in the Reader. I want to read coordinate system-related data from a PRJ file for reprojection.
Learn something new every day, I did not know about the CoordinateSystemDescriptionConverter 😂
In that sample they use a .txt file with a WKT description. In your case the steps may differ slightly. If you open that PRJ file in a text editor like Notepad, what does it look like?
Right, so that is the same structure as in that example. You can use the Text Reader to read the .prj file and then all the other steps should be the same.