/GTAS

Global Travel Assessment System | A passenger data screening and analysis system for enhancing global security

Primary LanguageJavaOtherNOASSERTION

GTAS README

About GTAS

The Global Travel Assessment System (GTAS) is a turn-key web application that provides all the necessary decision support system features to (1) receive and store air traveler data, both Advance Passenger Information (API) and PNR (Passenger Name Record); (2) provide real-time risk assessment against this data based on your own specific risk criteria and/or watch lists; and (3) view high risk travelers as well as their associated flight and reservation information.

About the code

GTAS is developed in Java and uses open source software components and platforms.

About the data

GTAS parses data provided by airline departure control systems (API) and reservation systems (PNR). Respectively, these messages conform to WCO UN/EDIFACT Passenger (PAXLST V3.0) and PNRGOV (V13.1) message formats.

Features

  • API and PNR Data Processing
  • Criteria Based Risk Assessment
  • Watch List Based Risk Assessment
  • Risk Criteria Management Interface
  • Watch List Management Interface
  • View Flights and Passengers Interface
  • Query Flights and Passengers Interface

Issues

Find a bug or want to request a new feature? Please let us know by submitting an issue. The GTAS team manages all GTAS updates, bugs, and feature additions via GitHub's public issue tracker in this repository. In the spirit of open source software, everyone is encouraged to help improve this project.

Submit Issues

  • Before submitting a new issue, check to make sure a similar issue isn't already open. If one is, contribute to that issue thread with your feedback.

  • When submitting a bug report, please try to provide as much detail as possible, i.e. a screenshot or gist that demonstrates the problem, the browser you are using, and any relevant links.

Pull Requests

If you'd like to contribute to this project, please make a pull request. We'll review the pull request and discuss the changes.