Wykres commitów

19 Commity (1d625d0f4fcb5c24e1df75fc2fb1016b6b91dba5)

Autor SHA1 Wiadomość Data
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