Konstantin Gründger
|
04bb38501e
|
DROP temporary table if exists before CREATE
|
2017-06-04 13:38:49 +02:00 |
Konstantin Gründger
|
7970a51d16
|
Update setup and readme
|
2017-06-04 11:53:21 +02:00 |
Konstantin Gründger
|
c61dc393fe
|
Move opener to utils and implement batch cdv import
|
2017-06-04 11:52:48 +02:00 |
Konstantin Gründger
|
1f26866ad5
|
Import zipped and unzipped log files
|
2017-06-03 15:25:29 +02:00 |
Konstantin Gründger
|
8a03e55311
|
Do not parse ogn string if empty
|
2017-06-03 15:24:17 +02:00 |
Konstantin Gründger
|
0cf6eb56f7
|
Use temporary tables for import and updating relations (AircraftBeacon->Device, AircraftBeacon->Receiver, ReceiverBeacon->Receiver)
|
2017-06-03 12:02:17 +02:00 |
Konstantin Gründger
|
276763f37f
|
Prepare csv and use super fast „COPY FROM“ sql command
|
2017-05-30 21:45:57 +02:00 |
Konstantin Gründger
|
b414d5ba84
|
Fixed test
|
2016-11-05 09:16:58 +01:00 |
Konstantin Gründger
|
84953e8044
|
Wrong table...
|
2016-11-01 10:42:23 +01:00 |
Konstantin Gründger
|
42e1c13aa5
|
Check if airports available
|
2016-11-01 08:30:54 +01:00 |
Konstantin Gründger
|
d9c8790e48
|
Removed unused imports
|
2016-11-01 08:30:05 +01:00 |
Konstantin Gründger
|
98db7fc5b3
|
Replace duration with hybrid_property and add status to AircraftBeacon
|
2016-10-31 20:39:07 +01:00 |
Konstantin Gründger
|
51ea4e2fad
|
New command: update_relations
|
2016-10-31 13:47:27 +01:00 |
Konstantin Gründger
|
aaac0029f6
|
Better bulk import: separate beacon creation from db insert
|
2016-10-31 08:58:19 +01:00 |
Meisterschueler
|
a1276fbc7e
|
Merge pull request #61 from Meisterschueler/feature/+protocol_0.2.5
Feature/+protocol 0.2.5
|
2016-10-23 12:33:36 +02:00 |
Konstantin Gründger
|
a123332640
|
Preparation for 0.3.0
|
2016-10-22 09:22:40 +02:00 |
Konstantin Gründger
|
c5161c8936
|
Update ogn-client
|
2016-10-22 09:05:23 +02:00 |
Konstantin Gründger
|
7b686c567e
|
Update dependencies, disabled obsolete ogn-client 0.5.0
|
2016-10-17 21:26:49 +02:00 |
Konstantin Gründger
|
02730c0573
|
Changed model for 0.2.5 protocol
|
2016-10-17 21:24:55 +02:00 |
Konstantin Gründger
|
16984883e3
|
Modifications for 0.2.5 protocol
|
2016-10-03 15:14:44 +02:00 |
Meisterschueler
|
a3e4d21e1a
|
Merge pull request #60 from kerel-fs/feature/-pypi
Remove ogn-python from PyPI
|
2016-09-30 13:27:45 +02:00 |
Fabian P. Schmidt
|
37072b7a62
|
Update ogn-client dependency
Fixes missing dependency update intruduced in commit glidernet/ogn-python@49e650916e (Split reference_datetime to date and time).
|
2016-09-30 13:05:13 +02:00 |
Fabian P. Schmidt
|
16c61b8802
|
Remove ogn-python from PyPI
This application is preferably installed via git as described by the README.
|
2016-09-30 12:48:54 +02:00 |
Fabian P. Schmidt
|
7fab344ed2
|
Changelog: Fix inline code span
|
2016-09-30 12:34:47 +02:00 |
Meisterschueler
|
1f5fe08493
|
Merge pull request #59 from Meisterschueler/reference_datetime
Added command "import_logfile"
|
2016-09-30 07:02:59 +02:00 |
Konstantin Gründger
|
49e650916e
|
Split reference_datetime to date and time
|
2016-09-28 11:41:51 +02:00 |
Konstantin Gründger
|
f047f0967c
|
Added dstcall
|
2016-09-28 11:41:51 +02:00 |
dspreitz
|
9a00422b26
|
Modified reference_date which is passed
|
2016-09-28 11:41:51 +02:00 |
Fabian P. Schmidt
|
2b69ef5cac
|
import_logfile: Add reference_date argument
|
2016-09-28 11:41:44 +02:00 |
dspreitz
|
ac03cc2ab6
|
Added parameter passing of datetime
|
2016-09-28 11:37:57 +02:00 |
dspreitz
|
e8c3e44138
|
Addes test for import_logfile
|
2016-09-28 11:31:40 +02:00 |
dspreitz
|
232fef6d79
|
Appended contributors list
|
2016-09-28 11:31:40 +02:00 |
dspreitz
|
039f402d64
|
Added function import_logfile
|
2016-09-28 11:31:40 +02:00 |
Meisterschueler
|
e82ca08288
|
Merge pull request #58 from kerel-fs/feature/+vagrant
Add Vagrantfile
|
2016-09-23 21:58:27 +02:00 |
Fabian P. Schmidt
|
a4559c2d77
|
Add Vagrantfile
ogn-python requires a running PostgreSQL and Celery daemon.
With [vagrant][1] and [VirtualBox][2] it is possible to create
a clean development environment inside a virtual machine.
This commit was greately inspired by [SkyLines][3].
[1]: https://www.vagrantup.com/
[2]: https://www.virtualbox.org/
[3]: https://github.com/skylines-project/skylines
|
2016-09-23 20:27:00 +02:00 |
Konstantin Gründger
|
759026b015
|
Delete entries before import new device infos
|
2016-07-17 22:57:54 +02:00 |
Konstantin Gründger
|
41bbecd8aa
|
Insert takeoff/landings only if they not already exist
|
2016-07-17 10:25:56 +02:00 |
Meisterschueler
|
2050400fca
|
Merge pull request #56 from Meisterschueler/logbook
Logbook
|
2016-07-14 22:51:23 +02:00 |
Konstantin Gründger
|
bbe167a8de
|
Flake8 fixes... again
|
2016-07-14 21:29:27 +02:00 |
Konstantin Gründger
|
3b74d9b545
|
Update manage options
|
2016-07-14 21:15:58 +02:00 |
Konstantin Gründger
|
943203804f
|
Optional: filter airports by country
|
2016-07-14 21:14:55 +02:00 |
Konstantin Gründger
|
a039ee3185
|
Better detection with multiple receivers in sight
|
2016-07-14 21:03:55 +02:00 |
Konstantin Gründger
|
08c0a73d54
|
Update: complete flights only
|
2016-07-06 19:34:55 +02:00 |
Konstantin Gründger
|
d857f88512
|
Fixed tests...
|
2016-07-04 22:54:37 +02:00 |
Konstantin Gründger
|
acd606aa2e
|
Calculate end id
|
2016-07-03 09:56:02 +02:00 |
Konstantin Gründger
|
634e196f1e
|
Fixed task settings
|
2016-07-03 09:25:40 +02:00 |
Konstantin Gründger
|
b164217329
|
Test takeoff_landing computation
|
2016-07-02 22:30:54 +02:00 |
Konstantin Gründger
|
c84b44d1aa
|
Create db
|
2016-07-02 20:47:06 +02:00 |
Konstantin Gründger
|
b41a4e08f0
|
Set environment variable
|
2016-07-02 20:36:29 +02:00 |
Konstantin Gründger
|
8269871c55
|
Corrected db name
|
2016-07-02 20:22:30 +02:00 |