Skip to main content

Dataviewer for project files

Project description

# Dataviewer

This dataviewer will turn a folder of project files (images and csv files) into an interactive dataviewer with live-reload functionality. A tree structure of the data folder is renewed every 5 seconds, and each image and table is reloaded every 5 seconds as well.

This means you can launch the tool, run your processing scripts and watch your images appear and change over time.

## installation

To install the dataviewer from the Pypi registry, run the following command:

` pip install dataviewer `

## Folder setup

Create a folder structure in which you will dump project files. This will mostly match the way you are already working with project outputs. The folder structure should look like this:

` Project | - scenario1 | | - Location 1 | | | - Img1.png | | | - Img2.jpg | | | - table1.csv | | | - table2.csv | | - Location 2 | | | - Img1.png | | | - Img2.jpg | | | - table1.csv | | | - table2.csv | - scenario2 | | ... `

## Usage

Open a terminal window and navigate to the project folder as described above, and launch the dataviewer by running viewer.

` cd c:\Users\xxx\Project viewer `

The tool will by default run on following URL: [http://localhost:80/](http://localhost:80).

Port and Host can be changed by adding options to the viewer command. e.g.:

` viewer --host 127.0.0.1 --port 83 `

## Development

Modifying the layout of the web application can be done in the Vue project. Fork the project, navigate into the dataviewer directory and run yarn install.

For development, run yarn serve. For production builds, run yarn build.

Install the python module by running pip install . –upgrade.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Dataviewer-0.2.3.tar.gz (77.2 kB view hashes)

Uploaded Source

Built Distribution

Dataviewer-0.2.3-py3-none-any.whl (89.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page