emerald-geomodelling / libaarhusxyz

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

Libaarhusxyz: bug parsing EM data using .ALC files #9

Closed mp-emrld closed 2 years ago

mp-emrld commented 2 years ago

the ALC file can contain fields like ["Misc2", "Misc2", "Misc3", "Misc3","Current_Ch01", "Current_Ch02"]. In that case these fields will be written to dataframes in data['layer_data'] like data['layer_data']['Misc'] or data['layer_data']['Current_Ch'] but should rather be additional columns of data['flightlines']

example to test, including locations of .xyz and .alc files: https://github.com/emerald-geomodelling/EmeraldProcessing/blob/libaarhus_data_structure/scripts/TEM/libaarhus_IO_test.py

redhog commented 2 years ago

Bugfixed here: https://github.com/emerald-geomodelling/libaarhusxyz/commit/4771c203d26ddf3f338f42749996c4dab777920a This has been released as version 0.0.5 to pypi