Vertical datum conversion CGVD28 to CGVD2013

87 views
Skip to first unread message

joual.f...@gmail.com

unread,
Mar 10, 2025, 4:05:54 PMMar 10
to LAStools - efficient tools for LiDAR processing
Hello, I'm trying to convert lidar files originally from EPSG 2950 (MTM CSRS-08) with vertical datum CGVD28 to a new file with a vertical datum CGVD2013. I want to install the grid to transform the file in Z value. It seems I need a .gtx file. How, or where should I get the .gtx file? Is there a link for Quebec territory transformation .gtx grid file? Or Canadian territory transformation grid? Thanks, Frank.

Michael Perdue

unread,
Mar 10, 2025, 4:38:49 PMMar 10
to last...@googlegroups.com
Hello,

Assuming you have the CGVD28 -> CGVD2013 byn file, you can convert it to a GTX file with GDAL and the command:

gdal_translate -f GTX somefile.byn somefile.gtx

Cheers,

Mike

On Mon, Mar 10, 2025 at 2:05 PM joual.f...@gmail.com <joual.f...@gmail.com> wrote:
Hello, I'm trying to convert lidar files originally from EPSG 2950 (MTM CSRS-08) with vertical datum CGVD28 to a new file with a vertical datum CGVD2013. I want to install the grid to transform the file in Z value. It seems I need a .gtx file. How, or where should I get the .gtx file? Is there a link for Quebec territory transformation .gtx grid file? Or Canadian territory transformation grid? Thanks, Frank.

--
Download LAStools at
https://rapidlasso.de
Manage your settings at
https://groups.google.com/g/lastools/membership
---
You received this message because you are subscribed to the Google Groups "LAStools - efficient tools for LiDAR processing" group.
To unsubscribe from this group and stop receiving emails from it, send an email to lastools+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/lastools/80ab99e1-3511-4b48-8110-822c18d44b0fn%40googlegroups.com.

brent.m...@gmail.com

unread,
Mar 11, 2025, 10:29:00 AMMar 11
to LAStools - efficient tools for LiDAR processing
If you have a recent version of GDAL, you should be able to do the vertical datum transformation using gdalwarp. Here's an example:

gdalwarp --debug -overwrite ^
input_cgvd28_rast.tif ^
output_cgvd2013_rast.tif ^
-s_srs EPSG:2950+5713 ^
-t_srs EPSG:2950+6647

Modify the source (s_srs) and target (t_srs) EPSG codes as needed.

joual.f...@gmail.com

unread,
Mar 13, 2025, 5:22:56 AMMar 13
to LAStools - efficient tools for LiDAR processing
thanks!
Reply all
Reply to author
Forward
0 new messages