Loading…
Thursday, September 29 • 11:00am - 11:45am
Using PostgreSQL for Flight Planning

Sign up or log in to save this to your schedule, view media, leave feedback and see who's attending!

Using PostgreSQL and PostGIS allows you to access and modify your spatial data using SQL. This talk will provide an overview on the advantages to using PostGIS, how to properly store and query your geographic data, and offer some solutions to common problems.

This talk will comprise:

  • A primer on storing geographical data in postgres
    • Everything you needed to know about projections, sphereoids.
    • Cartesian Trig Vs. Spherical Trig
    • Types of data we need to store (points, line strings, other geometries)
  • Why we decided to use Postgres+PostGIS
  • How we store global scale meteorological data (converting gridded data in binary format into rows in the postgres database for fast querying)
  • Some of the challenges for storing aeronautical information in postgres.
    • How the data was organized in the database (a huge challenge, as identifiers for airports and navigational aids are not globally unique)
    • Odd airspace shapes (such as pie, or "pac man" shapes)
  • Describe the overall relationships of aeronautical data (airports, navigational aids, fixes) with each other.
  • Some custom functions we wrote to get the job done.
  • Examples of how to use PostGIS functions to do fast computations, such as:
    • Find me the closest airport to my current location.
    • Does my flight path take me through restricted airspace?
    • What heading do I need to take when I cross my next waypoint (bearings).
  • Displaying geospatial data, How we did it (map server, mapnik, openlayers, etc..)

Speakers

Thursday September 29, 2011 11:00am - 11:45am PDT
B3 San Jose Convention Center
  Talk

Attendees (0)