Wykres commitów

28 Commity (d3f169ffd9e248bd3d775f3b90a3e19aba09e1ea)

Autor SHA1 Wiadomość Data
Konstantin Gründger f091b308bc Bugfix for multiple device infos 2019-04-25 08:37:23 +02:00
Konstantin Gründger ba8df1d9fb Added caching 2019-04-02 23:48:24 +02:00
Konstantin Gründger 93f0cca587 Migrate from manage.py to Flask Command Line Interface (WIP) 2019-02-10 20:31:22 +01:00
Konstantin Gründger 28395c6426 Added Bootstrap and Navigation 2019-02-10 14:00:35 +01:00
Konstantin Gründger cb8b99785f First test route 2019-02-10 13:10:19 +01:00
Konstantin Gründger a8dc2d5137 Update celery 2019-01-09 18:44:53 +01:00
Konstantin Gründger 5d85aaae0d Replace psycopg2 with psycopg2-binary 2019-01-03 18:58:47 +01:00
Konstantin Gründger aaf78e1452 Fix logbook test 2019-01-03 18:12:00 +01:00
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 58c2bbfbbf Precalculate distance for bulkimport with haversine (similar to ST_Distance_Sphere) 2018-02-19 19:20:44 +01:00
Konstantin Gründger cb6106060e Update to current parsing library 2018-02-19 19:18:44 +01:00
Konstantin Gründger 3ba9c9eaf9 Added position as MGRS in AircraftBeacon 2018-01-04 12:52:19 +01:00
Konstantin Gründger 7729dca315 Add backend for live.glidernet.org and ognrange.onglide.com (WIP) 2017-12-31 12:01:05 +01:00
Konstantin Gründger 7407d3a814 Corrected dependency 2017-12-04 08:54:17 +01:00
Konstantin Gründger 846372d025 Updated dependencies 2017-12-02 12:43:34 +01:00
Konstantin Gründger bad47bdff6 Updated to python-ogn-client v0.8.0 2017-10-03 14:14:48 +02:00
Konstantin Gründger 7970a51d16 Update setup and readme 2017-06-04 11:53:21 +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
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
Konstantin Gründger 5a651e014a psycopg2 is now mandatory 2016-06-14 23:33:59 +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
Konstantin Gründger 201c41f12f Introduce Airport 2016-04-22 10:44:39 +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 4701f4459e setup.py: Change short description 2016-02-17 20:16:33 +01:00
Fabian P. Schmidt 88406a31d0 setup.py: Add optional postresql requirement
To install ogn-python with postresql support (currently
required for logbook.compute/.show), use
```
pip install -e .[postgresql]
```
2016-01-29 03:44:21 +01:00
Fabian P. Schmidt 3a0a91527f Add setup.py to create a package
Fixes glidernet/ogn-python#16.
2016-01-12 13:56:18 +01:00