Skip to content

kmiikki/data-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

data-tools

Command-line tools for data processing, smoothing, and visualization in scientific and engineering workflows.

This repository collects small, self-contained Python utilities developed for research data analysis, sensor calibration, and image- or signal-based measurement workflows.
Each tool lives in its own subdirectory with its own script, documentation, and examples.


🧩 Key Principles

  • Reproducible: all tools use clear command-line interfaces with explicit parameters.
  • Lightweight: minimal dependencies – NumPy, Pandas, Matplotlib, SciPy.
  • Self-contained: each directory includes its own README.md, algorithm.md, and main script.
  • Modular: tools are independent; they can be used separately or combined in workflows.

About

Command-line tools for data processing, smoothing, and visualization in scientific workflows.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages