Update readme and changelog

pull/52/head
Konstantin Gründger 2016-06-04 09:15:57 +02:00
rodzic 7464b546af
commit 714562e27b
2 zmienionych plików z 14 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,15 @@
# CHANGELOG
## Unreleased
- Moved to PostGIS, PostgreSQL is now mandantory
- Changed database schema (added airport, added relations, added aircraft_type, removed unused fields)
- Added Airport manager with command line option `db.import_airports`,
default is WELT2000
- Logbook: instead of lat, lon and name of the airport just pass the name
- Logbook: optional utc offset, optional single day selection
- Logbook: remark if different airport is used for takeoff or landing
- Logbook: several accuracy and speed improvements
- DDB: consider aircraft_type
- Moved exceptions from `ogn.exceptions` to `ogn.parser.exceptions`
- Moved parsing from `ogn.model.*` to `ogn.parser`

Wyświetl plik

@ -102,6 +102,9 @@ available commands:
compute Compute takeoffs and landings.
show Show a logbook for <airport_name>.
[show.airport]
list_all Show a list of all airports.
[show.devices]
stats Show some stats on registered devices.
@ -118,8 +121,8 @@ Only the command `logbook.compute` requires a running task server (celery) at th
- `ogn.collect.database.import_ddb` - Import registered devices from the ddb
- `ogn.collect.database.import_file` - Import registered devices from a local file
- `ogn.collect.receiver.update_receivers` - Populate/update receiver table (requires postgresql-backend)
- `ogn.collect.logbook.compute_takeoff_and_landing` - Generate TakeoffLanding table (requires postgresql-backend)
- `ogn.collect.receiver.update_receivers` - Populate/update receiver table
- `ogn.collect.logbook.compute_takeoff_and_landing` - Generate TakeoffLanding table
If the task server is up and running, tasks could be started manually.