<div dir="ltr"><p dir="auto">Hello everyone!</p>
<p>I'm merging multiple elevation datasets from different countries and I would like to re-project all into the same coordinates system, 4326+3855 using gdalwarp. I'm using `gdaltransform` to confirm that there is in fact a conversion from the original projection to the aspected one. However, for some datasets, there is only conversion in the XY axis, while the Z output is the same as the input.  <br></p><p dir="auto">Below there are some examples (the geoid code is extracted from the dataset documentation)<br></p><p dir="auto">
Genoa 1942 height (Italy)<br></p>
<div dir="auto"><pre>$ <span>echo</span> <span><span>"</span>14.995 37.755 3357<span>"</span></span> <span>|</span> PROJ_NETWORK=ON gdaltransform --debug on -s_srs <span><span>"</span>EPSG:4326+3855<span>"</span></span> -t_srs <span><span>"</span>EPSG:32632+5214<span>"</span></span>
<span>>></span> 1028333.73796622 4195591.29690422 3357</pre></div>
<p dir="auto">N2000 (Finland)<br></p>
<div dir="auto"><pre>$ <span>echo</span> <span><span>"</span>25.15296 62.50195 269<span>"</span></span> <span>|</span> PROJ_NETWORK=ON gdaltransform --debug on -s_srs <span><span>"</span>EPSG:4326+3855"</span> -t_srs <span><span>"</span>EPSG:3067+3900<span>"</span></span>
<span>>></span> 404861.868388335 6931460.32557422 269</pre></div>
<p dir="auto">EVRF2007 (Estonia)<br></p>
<div dir="auto"><pre>$ <span>echo</span> <span><span>"</span>27.059167 57.714444 318<span>"</span></span> <span>|</span> PROJ_NETWORK=ON gdaltransform --debug on -s_srs <span><span>"</span>EPSG:4326+<span>3855"</span></span> -t_srs <span><span>"</span>EPSG:3301+5621<span>"</span></span>
<span>>></span> 682284.606829111 6401087.4159131 318<br></pre><pre><br><span style="font-family:arial,sans-serif">I don't have much experience with the projections and I'm a bit lost to understand the possible issues, or interpreted the Z output. What can be the possible issues?<br></span></pre><pre><span style="font-family:arial,sans-serif"><span class="gmail-im">Any help would be appreciated.</span></span></pre><pre><span style="font-family:arial,sans-serif">Best regards,<br></span></pre><pre><span style="font-family:arial,sans-serif">Diogo</span><br></pre></div></div>