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
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.
Clone the afterflight repository to with git clone https://github.com/foobarbecue/afterflight.git
In the directory that is created (called afterflight unless you specified otherwise), run pip -r requirements.txt. This will install the remaining dependancies.
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.
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.
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.
If you want to run this on a public server, follow https://docs.djangoproject.com/en/1.5/howto/deployment/ .
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13aa1a9167198a4c6ba72db5bc03eaeff11b451afa344eaf4d8fd77c345958d2 |
|
MD5 | 35a902fe05ba56b26156120d40dd6b0a |
|
BLAKE2b-256 | cd8a3bd344a17a76a6dbb08f67b65a2dba1ff42ea5721e18b9e8a449acf93710 |