Skip to content

Use getDefTransform() to get default position for AlignableTransforms

Riccardo Maria Bianchi requested to merge io-update-alignabletransf-position into main

This MR updates GeoModelWrite to dump all GeoTransform nodes with the use of getDefTransform() method instead of the getTransform() one.

This ensures that we store the default position for AlignableTransforms, and we don't store the alignable constants.

This MR closes #97 (closed)


Cc: @boudreau @tsulaia @todorova @jojungge @dellacqu

Merge request reports