Skip to main content

Hello!

I am working with polyline data that have known z-values derived from as-builts and inputted into a spreadsheet that was then used to plot the x, y, and z values. The vertical datum on these values were in NGVD29 but we need to convert the elevation values to NAVD88.

However, the horizontal coordinate system is already in NAD83, so CsmapReprojector using the "NAD27 heights in NGVD29; NAD83 heights in NAVD88" has no impact. Are there any alternative solutions that can be explored? I would really appreciate the help!

Hi @spizam,

I think the easiest solution would be to use two CsmapReprojectors in series - the first to reproject to NAD27 with no vertical adjustment, then second to reproject back to NAD83 with the vertical adjustment applied.


Hi @spizam,

I think the easiest solution would be to use two CsmapReprojectors in series - the first to reproject to NAD27 with no vertical adjustment, then second to reproject back to NAD83 with the vertical adjustment applied.

Hi @daveatsafe, that was the perfect fix! Thanks so much :)


Reply