Skip to content

Support reading Sensornet data from filebuffer #240

@BSchilperoort

Description

@BSchilperoort

Some of the data loaders support reading files from zips or file-like objects (that do not need to be on disk).

However, the Sensornet loader does not support this.

@tingeman (partially) implemented this in main...tingeman:python-dts-calibration:main

I think it would be good for all data loaders to support file-like objects and files on disk. Then the end user can be in control of the structure in e.g. zip archives. The Silixa loader does support reading from .zip but I do not think it should be part of this library to handle the archives themselves.


tl;dr - proposed changes;

  • remove support for loading from .zip archives (not generic enough, requires assumptions on archive structure and format).
  • ensure support for reading from file-like objects in every data loader

Metadata

Metadata

Assignees

No one assigned

    Labels

    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