kopia lustrzana https://github.com/glidernet/ogn-python
Update
rodzic
a9bdd8176a
commit
cec384ddd8
13
README.md
13
README.md
|
@ -82,7 +82,7 @@ export OGN_CONFIG_MODULE="myconfig"
|
||||||
|
|
||||||
### manage.py - CLI options
|
### manage.py - CLI options
|
||||||
```
|
```
|
||||||
usage: manage.py [<namespace>.]<command> [<args>]
|
usage: manage [<namespace>.]<command> [<args>]
|
||||||
|
|
||||||
positional arguments:
|
positional arguments:
|
||||||
command the command to run
|
command the command to run
|
||||||
|
@ -92,10 +92,15 @@ optional arguments:
|
||||||
|
|
||||||
available commands:
|
available commands:
|
||||||
|
|
||||||
|
[bulkimport]
|
||||||
|
convert_logfile Convert ogn logfiles to csv logfiles (one for aircraft beacons and one for receiver beacons) <arg: path>. Logfile name: blablabla.txt_YYYY-MM-DD.
|
||||||
|
create_indices Create indices for AircraftBeacon.
|
||||||
|
drop_indices Drop indices of AircraftBeacon.
|
||||||
|
import_csv_logfile Import csv logfile <arg: csv logfile>.
|
||||||
|
|
||||||
[db]
|
[db]
|
||||||
drop Drop all tables.
|
drop Drop all tables.
|
||||||
import_airports Import airports from a ".cup" file
|
import_airports Import airports from a ".cup" file
|
||||||
import_csv_logfile Import csv logfile <arg: csv logfile>.
|
|
||||||
import_ddb Import registered devices from the DDB.
|
import_ddb Import registered devices from the DDB.
|
||||||
import_file Import registered devices from a local file.
|
import_file Import registered devices from a local file.
|
||||||
init Initialize the database.
|
init Initialize the database.
|
||||||
|
@ -103,9 +108,11 @@ available commands:
|
||||||
upgrade Upgrade database to the latest version.
|
upgrade Upgrade database to the latest version.
|
||||||
|
|
||||||
[gateway]
|
[gateway]
|
||||||
convert_logfile Convert ogn logfiles to csv logfiles (one for aircraft beacons and one for receiver beacons) <arg: path>. Logfile name: blablabla.txt_YYYY-MM-DD.
|
|
||||||
run Run the aprs client.
|
run Run the aprs client.
|
||||||
|
|
||||||
|
[igcexport]
|
||||||
|
write Export igc file for <address> at <date>.
|
||||||
|
|
||||||
[logbook]
|
[logbook]
|
||||||
compute_logbook Compute logbook.
|
compute_logbook Compute logbook.
|
||||||
compute_takeoff_landingCompute takeoffs and landings.
|
compute_takeoff_landingCompute takeoffs and landings.
|
||||||
|
|
Ładowanie…
Reference in New Issue