Skip to content

JoseAngelMartinB/robin

Repository files navigation

Built Status ReadTheDocs Coveralls PyPI-Server Conda-Forge Licence

ROBIN (Rail mOBIlity simulatioN) logo

Installation

Under construction...

Known Issues

There are no known issues at this moment.

Support

If you have any kind of problem with the program, please feel free to contact José Ángel Martin at [email protected] and Ricardo García at [email protected]

Authors

This project is developed by the MAT and ORETO research groups of the Escuela Superior de Informática of the University of Castilla-La Mancha (UCLM).

Contribution

In order to contribute to this proyect it is necessary to set up the following environment:

  1. Create an environment robin with the help of conda:
    conda env create -f environment.yml
    
  2. activate the new environment with:
    conda activate robin
    

NOTE: The conda environment will have the package robin installed in editable mode. Some changes, e.g. in setup.cfg, might require you to run pip install -e . again.

For more information you can refer to the contributing guide.

Project Organization

├── AUTHORS.md              <- List of developers and maintainers.
├── CHANGELOG.md            <- Changelog to keep track of new features and fixes.
├── CONTRIBUTING.md         <- Guidelines for contributing to this project.
├── LICENSE.txt             <- License as chosen on the command-line.
├── README.md               <- The top-level README for developers.
├── configs                 <- Directory for configurations of model & application.
├── data                    <- Directtory for data files
├── docs                    <- Directory for Sphinx documentation in rst or md.
├── environment.yml         <- The conda environment file for reproducibility.
├── models                  <- Trained and serialized models, model predictions,
│                              or model summaries.
├── notebooks               <- Jupyter notebooks. Naming convention is a number (for
│                              ordering), the creator's initials and a description,
│                              e.g. `1.0-fw-initial-data-exploration`.
├── pyproject.toml          <- Build configuration. Don't change! Use `pip install -e .`
│                              to install for development or to build `tox -e build`.
├── references              <- Data dictionaries, manuals, and all other materials.
├── reports                 <- Generated analysis as HTML, PDF, LaTeX, etc.
│   └── figures             <- Generated plots and figures for reports.
├── scripts                 <- Analysis and production scripts which import the
│                              actual PYTHON_PKG, e.g. train_model.
├── setup.cfg               <- Declarative configuration of your project.
├── setup.py                <- [DEPRECATED] Use `python setup.py develop` to install for
│                              development or `python setup.py bdist_wheel` to build.
├── src
│   └── robin               <- Actual Python package where the main functionality goes.
├── tests                   <- Unit tests which can be run with `pytest`.
├── .coveragerc             <- Configuration for coverage reports of unit tests.
├── .isort.cfg              <- Configuration for git hook that sorts imports.

About

ROBIN (Rail mOBIlity simulatioN)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •