<div dir="auto">For reference: proj_as_projjson - <a href="https://github.com/OSGeo/PROJ/blob/d83c7af5eea59eae366d61ea76d76118a8a505a0/src/proj.h#L1103">https://github.com/OSGeo/PROJ/blob/d83c7af5eea59eae366d61ea76d76118a8a505a0/src/proj.h#L1103</a></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Oct 8, 2020, 8:14 PM  <<a href="mailto:michael.smith.erdc@gmail.com">michael.smith.erdc@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">You could convert to a json dict (pyprog has this) and the set the object and then reload the update json. Less fragile than the wkt. <br>
<br>
Mike Smith <br>
US Army Corps<br>
<br>
<br>
> On Oct 8, 2020, at 8:50 PM, Nyall Dawson <<a href="mailto:nyall.dawson@gmail.com" target="_blank" rel="noreferrer">nyall.dawson@gmail.com</a>> wrote:<br>
> <br>
> Hi list,<br>
> <br>
> Using the C api "proj_get_name" method I'm able to retrieve the<br>
> descriptive name of a CRS object.<br>
> <br>
> This works well for CRS obtained from the Proj database, or for CRS<br>
> defined from WKT with a name embedded: ...PROJCRS["my CRS name",<br>
> BASEGEOGCRS[...<br>
> <br>
> But if I have a CRS object created using a different method (say, from<br>
> a proj string), is there any way I can manually set a name for this<br>
> CRS so that subsequent calls to proj_as_wkt will include the manually<br>
> set CRS name?<br>
> <br>
> While it would be possible to get the WKT returned from proj_as_wkt<br>
> and then try to insert the custom name, this would be a lot of fragile<br>
> string manipulation which I'd rather avoid!<br>
> <br>
> Nyall<br>
> _______________________________________________<br>
> PROJ mailing list<br>
> <a href="mailto:PROJ@lists.osgeo.org" target="_blank" rel="noreferrer">PROJ@lists.osgeo.org</a><br>
> <a href="https://lists.osgeo.org/mailman/listinfo/proj" rel="noreferrer noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/proj</a><br>
_______________________________________________<br>
PROJ mailing list<br>
<a href="mailto:PROJ@lists.osgeo.org" target="_blank" rel="noreferrer">PROJ@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/proj" rel="noreferrer noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/proj</a><br>
</blockquote></div>