add a non-binary spectral library output format

Issue #901 resolved
Andreas Janz created an issue

In v3.9, there is no way to store library profiles in a human readable text format:

To allow for an easy export of data for further external processing in R, Python or other software, I would suggest to add at leased a simple text format (like a JSON dump), that makes all data available to the user.

Comments (5)

  1. Andreas Janz reporter

    The JSON dump is not a plain 2d table, but a nested JSON structure. Spectral profile attributes are presented as dictionaries with all available information:

    This format should be well suited to be easily imported in various scripting languages.

  2. Andreas Janz reporter

    @Benjamin Jakimow please add this as an option to the Export Spectral Profiles dialog.

  3. Log in to comment