emerald-geomodelling / libaarhusxyz

Parser for the Aarhus Workbench XYZ format
MIT License
2 stars 0 forks source link
file-format-library geophysical-inversions

libaarhusxyz

Parser for the XYZ family of formats for electromagnetic geophysical measuerement data and resistivity models.

Supported data formats

Supplementary data formats

Export formats

Binary exchange format

This library can also convert to and from a msgpack based container format. This format can e.g. be read in a web browser, and also removes the issue with numerical precision inherent in text format to/from float conversion. There's a javascript companion library for working with this format in the browser.

Examples

For usage details, see Example usage notebook.

Other tools

We have developed interface code for the SimPEG inversion software to work directly with measured data from SkyTEM systems (Tested with 304 and 306) in XYZ format using libaarhusxyz. Example notebooks can be found here.