I wanted to create a custom new projection system with below ESRI WKT string using the FME online tool and getting " FME Data Streaming Service Failed to Complete" error.
PROJCSC"Exelon_Custom_NAD83",
GEOGCSC"GCS_North_American_1983",
DATUMU"D_North_American_1983",
SPHEROIDI"GRS_1980",6378137.0,298.257222101]],
PRIMEME"Greenwich",0.0],
UNITI"Degree",0.0174532925199433]],
PROJECTIONO"Lambert_Conformal_Conic"],
PARAMETERE"False_Easting",40000000.0],
PARAMETERE"False_Northing",0.0],
PARAMETERE"Central_Meridian",-77.0],
PARAMETERE"Standard_Parallel_1",38.18],
PARAMETERE"Standard_Parallel_2",39.27],
PARAMETERE"Latitude_Of_Origin",37.4],
UNITI"Centimeter",0.01]]
I have tried earlier this online tool to create the same projection system and it did created a projection system.
I have the custom_projection.prj file from the ESRI and tried to place it under <MyDocuments>\\FME\\CoordinateSystems folder and re-started FME but the newly created projection system is not available under Tools->Browse Coordinate Systems
My goal is to create the above custom projection system and use it in FME Writer for ESRI File Geo database.
Can you please help me how to resolve this issue?
Regards,
Ganesh
P.S. By the way I did refer the FME documentation.