A python package to read, export and post process data (*.pnt files) recorded by SnowMicroPen, a snow penetration probe for scientific applications developed at SLF.
Currently, snowmicropyn hard exits when encountering an invalid pnt file, which is especially annoying when batch loading a bunch of files.
The low level call to init a profile happens in a class constructor which currently is forced to create something and return it - traversing the calling chain upwards every module probably needs some small new logic to handle the opposite.
Currently, snowmicropyn hard exits when encountering an invalid pnt file, which is especially annoying when batch loading a bunch of files.
The low level call to init a profile happens in a class constructor which currently is forced to create something and return it - traversing the calling chain upwards every module probably needs some small new logic to handle the opposite.