use the full representation when copying Model parameter values to clipboard

Issue #520 resolved
Andreas Janz created an issue

When viewing big arrays in the DataSourcesTree the “…” representation is fine, but when Copy the data to clipboard, I need all the data, to e.g. make a plot or do some other external analysis.

Hint: use s = pprint.pformat(value, compact=True) to avoid the '…' compression.

Comments (7)

  1. Benjamin Jakimow

    as part of #430 I’ll change the entire data source model.
    As part of this, I’d prefer if we could create a “model viewer” widget that is used to present detailed information on model data.
    This would be much more consistent to raster, vector and speclib sources, which can be viewed in specialize viewer like the MapCanvas, AttributeTable or SpectralLibraryWidget

  2. Andreas Janz reporter

    Ok, I guess as a consequence of this, all issues regarding the DataSourcesPanel have to go “on hold” until v3.8, right?

  3. Log in to comment