Kamil Nešetřil

Environmental data management and analytics

User Tools

Site Tools


OUTIMEPLOT displays:
OUT – outputs from models
TIME – specifically time series
PLOT – as graphs.

Download and Run

Software Requirements

  1. Python interpreter version 3.8 or newer (see Python – Quick guide).
  2. External libraries: NumPy, Matplotlib, and PyYAML.

Operation

The application does not have a graphical user interface (apart from automatic display of the resulting graph in a window). The task is defined by a text file in YAML format. The name of this file is passed as an argument when launching the application.

Example 🖥️ of running the simulation with configuration in the file demo.yaml:

python MY_SIMPLE_GRAPH.py demo.yaml

💡 On Windows, you can simply run the file start.bat, which is included in the ZIP examples (see below).

License

This software is licensed under the GNU General Public License v3.0. You may use, modify, and share it freely. If you redistribute it with changes, you must also release the source code and maintain the same license.

Downloadable ZIP File

Program and Examples

No installation required – just extract and run.
├── Documentation
│   └── OUTIMEPLOT_documentation.url
├── Examples
│   ├── Diskmod_ex
│   │   ├── A.csv
│   │   ├── B.csv
│   │   ├── graph_1.bat
│   │   ├── graph_1.yaml
│   │   ├── graph_2.bat
│   │   ├── graph_2.yaml
│   │   ├── graph_H1.bat
│   │   ├── graph_H1.yaml
│   │   ├── images
│   │   │   ├── graph.png
│   │   │   ├── graph1.png
│   │   │   └── graph2.svg
│   │   └── protocol_3.yaml
│   └── EBscape_ex
│       ├── U238_c_bent.bat
│       ├── U238_c_bent.yaml
│       ├── U238_c_bent_cs.bat
│       ├── U238_c_bent_cs.yaml
│       ├── demo.csv
│       └── images
│           ├── demo_u238_c.svg
│           └── demo_u238_c_cs.svg
└── Sources
    ├── MY_SIMPLE_GRAPH.py
    ├── simple_graph.py
    └── simple_graph_base.py

ZIP file structure

Last modified: