Skip to content

calliope-project/module_road_transport

Repository files navigation

Road transport module

A module to generate road transport timeseries and annual values.

A modular snakemake workflow built for clio data modules.

Using this module

This module can be imported directly into any snakemake workflow. Please consult the integration example in tests/integration/Snakefile for more information.

Development

We use pixi as our package manager for development. Once installed, run the following to clone this repo and install all dependencies.

git clone [email protected]:calliope-project/module_road_transport.git
cd module_road_transport
pixi install --all

For testing, simply run:

pixi run test

To view the documentation locally, use:

pixi run serve-docs

To test a minimal example of a workflow using this module:

pixi shell    # activate this project's environment
cd tests/integration/  # navigate to the integration example
snakemake --use-conda  # run the workflow!

About

A module to compute road transport timeseries and yearly values.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages