<html>
 <head> 
  <meta http-equiv="content-type" content="text/html; charset=UTF-8"> 
 </head> 
 <body> 
  <div class="moz-text-html" lang="x-unicode">
    Hi there!
   <br> 
   <br> I am using proj c++ api and I have the follwoing question:
   <br> 
   <br> When using ESRI:102655, it look like it do not convert the vertical axis to us-ft. My program output the 
   <code>z</code> in meters. 
   <br> 
   <br> If I generate the proj4 string via 
   <code>proj_as_proj_string</code>, I retrieve the following string :
   <br> 
   <br> 
   <tt>+proj=lcc +lat_0=36.6666666666667 +lon_0=-105.5 +lat_1=37.2333333333333 +lat_2=38.4333333333333 +x_0=914401.828899998 +y_0=304800.6096 +datum=NAD83 +units=us-ft +no_defs +type=crs</tt>
   <br> 
   <br> Then, if I add 
   <code>vunits=us-ft </code>to the projString, I get the expected result (z in us-ft!)
   <br> 
   <br> Is that a bug or am I doing something wrong ?
   <br> 
   <br> Best,
   <br> 
   <br> Kilian
   <br> 
  </div>   
  <div class="x-disclaimer-534644925">   
   <table style="font: 13px/16px Arial, Helvetica, sans-serif; height: 156px; width: 446px; color: black;" width="450"> 
    <tbody> 
     <tr> 
      <td style="border-bottom: 3px solid #f9b200; height: 60px; width: 442px; vertical-align: bottom;" colspan="2"> <p style="text-align: left;"><strong style="font-size: 15px;">Kilian Demeulemeester<em></em></strong><br>Software Developer - R&D</p> </td> 
     </tr> 
     <tr> 
      <td style="padding: 0px 0px; width: 168.367px; vertical-align: top;"> <p><a href="https://yellowscan-lidar.com"><img src="cid:x-disclaimer-534644925-0.png@bm-disclaimer" alt="logo_Yellowscan" width="168" height="41"></a></p> </td> 
      <td style="padding: 0px 0px; width: 274.633px; vertical-align: top;"> <p style="text-align: right;">1 Chemin de fescau<br>34980 Montferrier-Sur-Lez - France<br>Tel: +33 (0)4 11 93 14 06<br><a style="color: #e99500; text-decoration: none; font-size: 15px; font-weight: bold;" href="https://yellowscan-lidar.com"><span style="color: #e99500;">yellowscan-lidar.com</span></a></p> </td> 
     </tr> 
    </tbody> 
   </table>  
  </div>
 </body>
</html>