10000 GitHub - ramonvanschaik/ssim: IATA Standard Schedules Information Manual file format parser
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ramonvanschaik/ssim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSIM parser

Introduction

IATA SSIM (Standard Schedules Information Manual) file parser is a tool to read the standard IATA file format.

Installation

pip install ssim

Usage example

Using in command line:

ssim -i slotfile_example.SCR -o flights.csv

Using with python:

import ssim

slots, header, footer = ssim.read('slotfile_example.SCR')
flights = ssim.expand_slots(slots)

Authors

Rok.Mihevc

License

Uses the GPLv3 license.

About

IATA Standard Schedules Information Manual file format parser

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0