Coder Social home page Coder Social logo

airportdatabase's Introduction

AirportDataBase

A program to parse and provide search functions for a global database file on airports. I am using the data from OpenFlights which has over 10,000 entries. Each entry has 14 data points that range from name and ICAO code to it's exact coordinates.

Features to be implemented

  • More robust inputs. Clean all invalid inputs from being used in searches.
  • A searching system that suggests similar results to the input entered by the user and not only exact results which can often be hard to find.
  • Possibly update the program to support other datafiles from OpenFlights. There is a similar file that has a database file of airports, train stations and ferry terminals.
  • A GUI to make the program look nice and organised.

Implemented features

  • Implement a function where a user can enter a set of coordinates and see if there is any other airports in a specific radius surrounding it.
  • Dynamic allocation to allow to minimise wasted memory due to the huge variety of lengths of airport names.
  • Implemented a sorting system to rank the closest airports when the user is searching for them rather than having an undordered list.
  • Search functions to search by each identifying piece of information for a particular airport.

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.