<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi list,<br><div><br></div><div>Next question:</div><div><br></div><div>If I have a crs created from a proj string like:</div><div><br></div><div>+proj=tmerc +lat_0=0 +lon_0=102 +k=0.9999 +x_0=500000 +y_0=0 +ellps=WGS84 +units=m +no_defs +type=crs<br></div><div><br></div><div>1. How can I get the "tmerc" acronym from the proj API? If I call proj_crs_get_coordoperation and then proj_coordoperation_get_method_info I can retrieve the method name, but this is a long version of this value (ie. ."Transverse Mercator", not the tmerc acronym)</div><div><br></div><div>2. How can I get the ellipsoid/datum value? Again, I can call proj_get_ellipsoid to get an ellipsoid, and from that I've been using proj_get_id_auth_name/proj_get_id_code. But this only sometimes gives a value, and ideally I'm trying to retrieve the "WGS84" value used in the original proj string.</div><div><br></div><div>(I'm trying to use the official proj methods to retrieve these values - without resorting to regex parsing)</div><div><br></div><div>3. Using proj_as_proj_string sometimes results in errors like: "proj_as_proj_string: Unsupported conversion method: Lambert Conic Conformal (West Orientated)". I'm guessing this indicates that there's NO way of representing that projection using proj strings, and I'm wasting my time if I try to work around this?</div><div><br></div><div>Nyall</div><div><br></div></div></div></div></div></div></div></div></div>