Skip to content

victorgau/PyConApac2015

Repository files navigation

PyConApac2015

Demo Code for PyCon APAC 2015

URL for the slides: https://goo.gl/YNPe0T

For the demo code:

  1. Static Map Applications
  1. Interactive Map Applications
  • FoliumDemo

    1. start the development web server (python -m CGIHTTPServer) under WebStaticMapDemo folder
    2. connect to http://localhost:8000/cgi-bin/foliumdemo.py
  • FlaskGoogleMapsDemo

    1. run "python flaskdemo.py" under FlaskGoogleMapsDemo folder
  1. Real Time Applications
  • RealTime_Javascript_SSE_Demo

    1. start the development web server (python -m CGIHTTPServer) under RealTime_Javascript_SSE_Demo folder
    2. connect to http://localhost:8000/realtimetracking.html
  • RealTime_SSE_Demo

    1. start the development web server (python -m CGIHTTPServer) under RealTime_SSE_Demo folder
    2. connect to http://localhost:8000/cgi-bin/rtdemo.py
  • RealTimeGoogleEarthDemo

    1. start the development web server (python -m CGIHTTPServer) under RealTimeGoogleEarthDemo folder
    2. open "realtimedemo.kml" by using Google Earth.

About

Demo Code for PyCon APAC 2015

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published