Skip to main content
Solved

Reproject vertical values from NGVD29 to NAVD88 without changing horizontal CS

  • July 17, 2020
  • 2 replies
  • 35 views

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!

Best answer by daveatsafe

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.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

daveatsafe
Safer
Forum|alt.badge.img+19
  • Safer
  • 1637 replies
  • Best Answer
  • July 17, 2020

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.


  • Author
  • 10 replies
  • July 17, 2020

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 :)