I have a 1/3 arc-second DEM terrain data (tif) retrieved from the national map.
The horizontal coordinates are in degrees and the vertical coordinates are in meters.
I want my horizontal coordinates to be in NAD_1983_StatePlane_Texas_South_Central_FIPS_4204_Feet. So I performed a geographic coordinate projection.
Now I want my vertical coordinates to be referenced to : NAVD88_height_(ftUS). Should I now just perform a vertical coordinate projection and my elevation values will be converted to feet?. Or do I have to manually convert using raster calculator after performing the vertical projection?