mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-12-14 04:04:34 +00:00
6aff53f184
updated icao24.db improved icao24.db generation speed ( a few second, instead of an hour) small fixes
14 lines
406 B
Markdown
14 lines
406 B
Markdown
# Make mids.db
|
|
|
|
Licensed under [GNU GPL v3](../../../LICENSE)
|
|
|
|
Python3 script creates a MID (Marine Identification Digit) database.
|
|
MID is part of MMSI and determines country (among other things).
|
|
|
|
|
|
USAGE:
|
|
- Copy Excel file from https://www.itu.int/en/ITU-R/terrestrial/fmd/Pages/mid.aspx
|
|
- Convert it to a csv document
|
|
- Run Python 3 script: `./make_mids_db.py`
|
|
- Copy file to /AIS folder on SDCARD
|