<div dir="ltr"><div>Which version of clang-format are we using?</div><div>I am modifying src/iso19111/io.cpp , and a couple of lines not related has been formatted. My Ubuntu 18.04 (soon will be 20.04) has clang-format-6.0</div><div><br></div><div>Javier<br></div><div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">.___ ._ ..._ .. . ._. .___ .. __ . _. . __.. ... .... ._ .__<br>Entre dos pensamientos racionales <br>hay infinitos pensamientos irracionales.<br><br></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, 12 Apr 2021 at 17:49, Even Rouault <<a href="mailto:even.rouault@spatialys.com">even.rouault@spatialys.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div>
<p>Javier,</p>
<p>Several options are already possible:</p>
<p>- by name: "NAD_1983_HARN_Adj_MN_Ramsey_Meters + NAVD88 height"</p>
<p>- using OGC URN compound CRS syntax:
"urn:ogc:def:crs,crs:ESRI::103668,crs:EPSG::5703"</p>
<p>That said having "ESRI:103668+EPSG:5703" to work would be good (I
can't remember OGC URN syntax without looking at an example). You
could have a try at that after
<a href="https://github.com/OSGeo/PROJ/blob/master/src/iso19111/io.cpp#L6381" target="_blank">https://github.com/OSGeo/PROJ/blob/master/src/iso19111/io.cpp#L6381</a>
with a new tokens.size() == 3 case.</p>
<p>Even<br>
</p>
<div>Le 12/04/2021 à 17:29, Javier Jimenez
Shaw a écrit :<br>
</div>
<blockquote type="cite">
<div dir="ltr">
<div>Hi</div>
<div><br>
</div>
<div>I am wondering how to combine a horizontal ESRI crs with a
vertical EPSG crs. I would say there is no problem if I just
create a WKT string with the combination, right?</div>
<div>Let's say ESRI:103668 "NAD_1983_HARN_Adj_MN_Ramsey_Meters"
and EPSG:5703 "NAVD88 height". Is there any shortcut in
projinfo to create it?<br>
</div>
<div><br>
</div>
<div>Is there any "compressed" way to identify it? Something
like "ESRI:103668+EPSG:5703"</div>
<div><br>
</div>
<div>Thanks,</div>
<div>Javier<br>
</div>
<div>
<div>
<div dir="ltr">.___ ._ ..._ .. . ._.
.___ .. __ . _. . __.. ... .... ._ .__<br>
Entre dos pensamientos racionales <br>
hay infinitos pensamientos irracionales.<br>
<br>
</div>
</div>
</div>
</div>
<br>
<fieldset></fieldset>
<pre>_______________________________________________
PROJ mailing list
<a href="mailto:PROJ@lists.osgeo.org" target="_blank">PROJ@lists.osgeo.org</a>
<a href="https://lists.osgeo.org/mailman/listinfo/proj" target="_blank">https://lists.osgeo.org/mailman/listinfo/proj</a>
</pre>
</blockquote>
<pre cols="72">--
<a href="http://www.spatialys.com" target="_blank">http://www.spatialys.com</a>
My software is free, but my time generally not.</pre>
</div>
</blockquote></div>