Git Product home page Git Product logo

aura's Introduction

About

Aura is a desktop client for editing Sky Team flight schedules:

alt text

It loads a folder with scheduling data for a year.

  • Use the calendar, hourly and flight view to narrow down your selection.
  • Bulk edit selected flights.
  • You can change departure/arrival time, status (cancel, mark for removal).
  • Check/revert your changes in the diff view (center).
  • Save your changes by providing a commit message.

Coloring conventions:

  • GREEN - new flights
  • YELLOW - changed flights
  • GRAY - flights marked for removal
  • RED - conflicting flights that will not be added (appears only the Create Flights Dialog)

alt text

Save your changes:

alt text

After the successful commit-push the model is updated, changes are merged, colors disappear.

How To Get Data

Data is stored in a Git repository: https://github.com/geniot/aura-data

You can fork it or generate the data yourself from the PDF file:

https://www.skyteam.com/EN/flights-and-destinations/download-timetables https://services.skyteam.com/Timetable/Skyteam_Timetable.pdf?_ga=2.100346776.782567960.1664008645-264047078.1663408839

Convert pdf file to html:

  1. See https://softwarerecs.stackexchange.com/questions/19081/is-there-a-free-pdf-to-html-conversion-software
  2. I used http://mupdf.com/
  3. https://mupdf.com/downloads/archive/mupdf-1.20.0-windows.zip
  4. Command line call: mutool draw -o out.html Skyteam_Timetable.pdf

Zip the resulting html file. I already did it. (see data/Skyteam_Timetable_html.zip)

Run main/src/main/java/io/github/geniot/aura/util/FlightsExtractor.java

It will produce a folder with json files similar to those stored in the aura-data repository.

Icons

https://commons.m.wikimedia.org/wiki/Farm-Fresh_web_icons

aura's People

Contributors

geniot avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.