emerald-geomodelling / libaarhusxyz

Parser for the Aarhus Workbench XYZ format
MIT License
2 stars 0 forks source link

bug in libaarhusxyz - alc columns pased if matching pattern #17

Closed mp-emrld closed 10 months ago

mp-emrld commented 10 months ago

The 1D tilt correction emeraldprocessing.tem.utils.correct_tilt_pitch_for1Dinv adds columns to the flightlines table with names "TxRoll_orig" and "TxPitch_orig". These end up in the .alc file due to matching patterns - must not happen, may cause issues when importing data into workbench.

see https://github.com/emerald-geomodelling/libaarhusxyz/blob/82f5473903d9b5c91ade48cec818922e5884df51/libaarhusxyz/alc.py#L38

mp-emrld commented 10 months ago

... don't know how to fix that using regex, something for @redhog

redhog commented 10 months ago

Fixed :)