A CLI to preprocess and DB push for Zele project.
Go to file
2024-09-16 08:38:38 -04:00
functions metro and bus functions fixed 2024-09-16 08:38:38 -04:00
styles metro and bus functions fixed 2024-09-16 08:38:38 -04:00
.example.env basics setup 2024-09-07 18:13:36 -04:00
.gitattributes Initial commit 2024-09-06 15:19:26 -04:00
.gitignore basics setup 2024-09-07 18:13:36 -04:00
classes.py population added + help improved 2024-09-10 17:40:50 -04:00
LICENSE Initial commit 2024-09-06 15:19:26 -04:00
main.py metro and bus functions fixed 2024-09-16 08:38:38 -04:00
README.md basics setup 2024-09-07 18:13:36 -04:00

Zele-Utils

A CLI tool for preprocessing and pushing data to the database for the Zele project.

Installation

  1. Install Anaconda or Miniconda.
  2. Create the environment and install required packages:
    conda env create -f environment.yml
    
  3. Activate the environment:
    conda activate zele-utils
    
  4. Set up your .env file using .example.env as a template.

Usage

Place the file you want to process in /data/ and push to the database in the appropriate directory. Run the corresponding command. For a list of available commands and options, use:

python main.py --help

Features

  1. Processes MATSim's Population.xml and Network.xml files.
  2. Processes data from the Overpass API and map.osm file.