Skip to content

Support drag-and-drop system file load #7

@daniel-thom

Description

@daniel-thom

Dash supports a drag-and-drop feature to upload files. That doesn't work well for PowerSystems because serialized a system can span 2-3 files. We could

  1. Support a .zip or .tar or .tar.gz to allow the user to drag-and-drop one file. PowerSystems would need to add a function that wraps to_json to do this.
  2. Change PowerSystems to store all data in one .h5. JSON data can easily be encoded as a byte array in one HDF5 dataset.

Something like this will be required if the PowerSystemViewer app is running on a system that does not have filesystem access to the user's System files.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions