Tool Usage#
CAF.ntem provides functionality to load NTEM datasets into a SQlite database and query the database to produce planning, trip end and car ownership datasets. The tools functionality is provided via a command-line interface (CLI) with multiple sub-commands.
See also
Quick Start for instructions on installation.
Tutorials for more detailed tutorials on using CAF.ntem.
Code Examples for example code snippets using CAF.ntem.
API Reference for details on the package API.
Command-Line Interface#
CAF.ntem provides a command-line interface (CLI) for building a SQlite database from NTEM data files and querying it to get planning, trip end and car ownership datasets.
CAF package for extracting and analysing NTEM data.
usage: caf.ntem [-h] [-v] {build,build-config,query} ...
Named Arguments#
- -v, --version
show caf.ntem version and exit
Sub-commands#
The following functionality is accessible vis sub-commands:
Note
Both the build and build-config commands run the same process they
just allow the parameters to be specified in different ways.