Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A python package to parse data from STKO mpco files into python

License

jaabell/STKO_to_python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Package Structure

mcpo_virtual_dataset/ │ ├── core/ # Core coordination and shared logic │ ├── dataset.py # MCPO_VirtualDataset (central coordinator) │ └── base_types.py # Shared enums, dataclasses, constants │ ├── nodes/ # Node-specific logic │ ├── manager.py # NodeManager class │ └── utils.py # Utility functions for nodes │ ├── elements/ │ ├── manager.py # ElementManager class │ └── utils.py │ ├── results/ │ ├── time_series.py # TimeManager or similar │ ├── selection_sets.py # SelectionSetManager │ └── error_checks.py # ErrorValidator │ ├── plotting/ │ └── plot_manager.py # PlotManager class │ ├── io/ │ └── hdf5_utils.py # Common routines for HDF5 access │ └── init.py

About

A python package to parse data from STKO mpco files into python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 64.8%
  • Python 35.2%