Skip to main content

An application for analysis of UAV log and video.

Project description

An application for analysis of UAV log and video.

Introductory video with quickstart is at http://youtu.be/wdeeGyvHJ9c .

Installing the release version

Installing the development version

  1. make sure you have scipy installed on your system. On ubuntu, that means doing: sudo apt-get install scipy. Once scipy 0.13 is released, this step will no longer be necessary because setup.py will be able to install it properly.

  2. Clone the afterflight repository to with git clone https://github.com/foobarbecue/afterflight.git

  3. In the directory that is created (called afterflight unless you specified otherwise), run pip -r requirements.txt. This will install the remaining dependancies.

  4. Create settings_local.py based on the example settings_local_example.py. Usually you can just run cp settings_local_example.py settings_local.py, but if you want to use a database other than sqlite (such as postgres) this is where your database access information will go.

  5. Create your database tables by running python afterflight/manage.py syncdb. This will also add a default site for the django sites framework, which is required for the authentication system.

  6. Run a local development server: python afterflight/manage.py runserver. By default this will run at http://localhost:8000 , so you can point your browser there to get started.

  7. If you want to run this on a public server, follow https://docs.djangoproject.com/en/1.5/howto/deployment/ .

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

afterflight-0.2.1.tar.gz (2.0 MB view details)

Uploaded Source

File details

Details for the file afterflight-0.2.1.tar.gz.

File metadata

  • Download URL: afterflight-0.2.1.tar.gz
  • Upload date:
  • Size: 2.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for afterflight-0.2.1.tar.gz
Algorithm Hash digest
SHA256 13aa1a9167198a4c6ba72db5bc03eaeff11b451afa344eaf4d8fd77c345958d2
MD5 35a902fe05ba56b26156120d40dd6b0a
BLAKE2b-256 cd8a3bd344a17a76a6dbb08f67b65a2dba1ff42ea5721e18b9e8a449acf93710

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page