Konstantin Gründger
7c22840f04
Improvements and fixes
2018-10-21 17:34:03 +02:00
Konstantin Gründger
796bc45eb2
Several bugfixes and improvements
2018-09-03 19:58:35 +02:00
Konstantin Gründger
945e11b615
Bugfixes and no more moving receivers
2018-04-28 11:43:45 +02:00
Konstantin Gründger
ed6ef5fb8d
Merge status + position messages from same address
2018-04-27 21:48:14 +02:00
Konstantin Gründger
511e4cb496
Skip status from aircraft_beacon (comes from tracker)
2018-02-24 11:08:23 +01:00
Konstantin Gründger
58c2bbfbbf
Precalculate distance for bulkimport with haversine (similar to ST_Distance_Sphere)
2018-02-19 19:20:44 +01:00
Konstantin Gründger
b3c181e00a
Schema change
2018-02-19 19:18:39 +01:00
Konstantin Gründger
3ba9c9eaf9
Added position as MGRS in AircraftBeacon
2018-01-04 12:52:19 +01:00
Konstantin Gründger
61939913b5
Bulk insert once per second
2017-12-13 20:19:11 +01:00
Konstantin Gründger
791b6720e4
Handle NotImplementedError
2017-12-02 12:44:57 +01:00
Konstantin Gründger
a76bcc1750
Refactoring
2017-10-03 13:31:24 +02:00
Konstantin Gründger
8a03e55311
Do not parse ogn string if empty
2017-06-03 15:24: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
aaac0029f6
Better bulk import: separate beacon creation from db insert
2016-10-31 08:58:19 +01:00
Konstantin Gründger
16984883e3
Modifications for 0.2.5 protocol
2016-10-03 15:14:44 +02:00
Konstantin Gründger
49e650916e
Split reference_datetime to date and time
2016-09-28 11:41:51 +02:00
dspreitz
ac03cc2ab6
Added parameter passing of datetime
2016-09-28 11:37:57 +02:00
Konstantin Gründger
e495d52234
flake8 beautifications
2016-06-26 17:59:43 +02:00
Konstantin Gründger
98489cdba5
Added DeviceInfo, fixes #53
2016-06-21 19:34:05 +02:00
Konstantin Gründger
132ae96499
Introduce relations - scheme refactoring
2016-05-30 21:24:46 +02:00
Konstantin Gründger
84cb2d264f
From lat/lon to POINT
...
Flake8 suggestions
Add shapely
Fixed update_receivers
migrate table takeoff_landing
2016-04-28 21:50:59 +02:00
Fabian P. Schmidt
86f2a606e5
Use python-ogn-client and remove duplicated code
...
This repository splitted up into two separate repositories:
- python-ogn-client, including an APRS- & OGN-Parser and an APRS-Client
- ogn-python (the repository this commit belongs to), including a database, CLI and logbook
2016-03-18 22:58:49 +01:00
Fabian P. Schmidt
d69476158b
ogn.gateway: Remove implicit sqlalchemy dependency
...
The callback gets the beacon data by a python dict instead of a sqlalchemy class
2016-02-18 22:49:56 +01:00