emerald-geomodelling / libaarhusxyz

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

alc and gex header fix #10

Open mp-emrld opened 2 years ago

mp-emrld commented 2 years ago

Did some minor modifications, so that Aarhus Workbench can read the xyz-data and alc-file written with libaarhus.dump(...) Might be a bit ugly but is working. Feel free to change the coding to be more "pythonic" ;-).

Did the following modifications:

redhog commented 2 years ago

A bit sceptical to including 9999 verbatim as a NaN value... Isn't this specified in a header in many xyz files? Possibly better to filter in the dataframe rather than in parsing maybe?