mirror of
https://github.com/miaowware/qrm2.git
synced 2024-10-31 14:27:11 -04:00
a65fd04dbd
* add cq zone, itu zone and region, canadian maps * update arrl/rac maps * add attribution to all maps Fixes #112 Progress on #130 Co-authored-by: 0x5c <dev@0x5c.io>
25 lines
1.2 KiB
Markdown
25 lines
1.2 KiB
Markdown
# File metadata format
|
|
|
|
Used for grouping info such as name, description, source, and such.
|
|
|
|
|
|
## Format
|
|
|
|
*`id` is the dictionary key, and the list items are the attributes for each files.*
|
|
|
|
`meta.json`
|
|
```json
|
|
{
|
|
"id": ["filename", "name", "long_name", "description", "source", "emoji"]
|
|
}
|
|
```
|
|
|
|
| Attribute | Description | Examples |
|
|
| ------------- | ----------------------------------------------- | ------------------------------------------------ |
|
|
| `filename` | The file name of the file, without the path. | `ca.png`, `itu.png` |
|
|
| `name` | The name of the file. | `Canada`, `ITU Zones` |
|
|
| `long_name` | The long name (title) of the file. | `Worldwide map of ITU Zones` |
|
|
| `description` | The description accompanying the file. | `Full radio allocations chart for all services.` |
|
|
| `source` | The source of the file. | `Instituto Federal de Telecomunicaciones (IFT)` |
|
|
| `emoji` | A Unicode emoji associated with the file. | `📻`, `🇨🇦` |
|