Version 0.0.2
Location Encoding
Click here to scroll to the table of codes
Outline
Part of the NarrateMyWay project is concerned with the development of a language agnostic method for encoding locations. This also needs to be done in an efficient way as some beacon technologies are limiting in the length of data that can be advertised to devices. Location encodings should also be useable in an off-line manner so travelling to a new location doesn’t require using mobile data. Further expansions can be made possible that could require further downloads.
To summarise, the fundamental points of importance are:
- Locations should be encoded in a way that is language agnostic
- The fundamental encoding should be static, i.e., not require mobile data functionality
- Expansion encodings may require further downloads and be more dynamic
- The encoding should be compact
Encoding Pattern
1. Hierarchical Encoding
The locations should be encoded in a hierarchical manner, with each level being more specific than the last.
1.1.
The location code is always presented in plaintext in a human-readable format and will consist of a nmw:
label, followed by three fields, each separated by a dash (-
) character.
An example location encoding could therefore be nmw:1-42-1
.
1.2.
Each field consists of characters from zero to nine and A to Z. Any alphabetic characters in the location fields should be presented in upper-case form, although the standard is case-insensitive, so lower-case characters should not cause a failure.
1.3.
Each field has a maximum character length that must not be exceeded, but leading zeros may be omitted. This means a field containing 001
is equivalent to a field containing 1
.
The following character length limits apply to the fields:
- Top-level category
Length: 2 characters
Max. categories: 1296 - Subcategory
Length: 3 characters
Max. categories: 46656 - Subsubcategory
Length: 3 characters
Max. categories: 46656
The complete location code can therefore be up to 14 characters long.
1.4
The three location fields in the location code are defined by this standard and no other meanings should be associated with the location codes.
1.5.
Only the first field must be defined in any implementation of the standard. It may be that in some languages or cultures it does not make sense to have a translation at all levels of the hierarchy, but any localisation/regionalisation of the system should have translations for the top-level field.
If any level in the hierarchy is not to be defined this field should be set to 0
. A location code shall be read from left to right, where any fields to the right of a 0
are to be ignored. This means nmw:1-0-0
and nmw:1-0-5
have the same meaning, although the latter format is discouraged, because the meaning is not as clear.
See §3.1 for a description of what a top-level category of 0
means.
2. Unique location identification
The NMW standard allows for additional information to be supplied for locations. This is bound to a Bluetooth UUID for unique identification of locations.
2.1.
UUIDs must be transmitted independently of the location encoding described in §1.
2.2.
Each location may have a UUID, but it does not need to have one for this standard.
2.3.
Each location’s UUID maps to information about that location. This consists of:
Location attribute | Required? | Max. length | Description |
---|---|---|---|
NMW location code | Yes | See §1.3 | The location code according to this standard |
Name | Yes | 25 chars. | A name for the location. This could be, for example the name of a business |
Description | Yes | 140 chars. | An optional field that should only be used if the nature of the location is not clear from the name |
Website | No | - | This is optional and should only be present if the website is accessible for visually impaired users |
All information provided by this mechanism is intended to be narrated and concise messages are therefore important. For this reason the name and description fields have a strict character limit.
2.4.
Audio description of a location based on looking up the location’s UUID takes precedence of narration based on the location code. If required information is missing or there is no UUID for a location, the system should fall back to giving a generic narration for the location code.
3. Location Codes
This section documents specific codes and their meanings.
3.1.
The top-level field code of zero is reserved for private usage. This allows a private network of beacons to be deployed that broadcast a code of nmw:0-0-0
, where the meaning of sub/subsubcategory fields is undefined in the standard and therefore not known by passers-by. It is not recommended for general usage as this reduces the effectiveness of the standard. It should only be used for private deployments where all potential users are able to download location descriptions based on beacon UUIDs.
3.2.
Incomplete
Locations are defined as in the following table. Note that these are English translations of the codes and so the meaning in some languages/cultures may not exist at all levels.
Code | Meaning |
---|---|
1-0-0 | General navigation markers |
1-1-0 | Warnings/dangerous area |
1-1-1 | General caution/warning |
1-2-0 | Information point |
1-2-1 | Visual-only navigation sign |
1-2-2 | Audio-accessible information point |
1-3-0 | Junction |
1-3-1 | T Junction |
1-3-2 | Four-way junction |
1-4-0 | Stairs |
1-4-1 | Stairs: keep left |
1-4-2 | Stairs: keep right |
1-5-0 | Elevator |
1-5-1 | Elevator |
1-5-2 | Wheelchair elevator |
1-5-3 | Chairlift |
1-6-0 | Public toilet |
1-6-1 | Public toilet |
1-6-2 | Public toilet (single occupancy) |
1-6-3 | Public washroom with shower |
1-EXP-AND | Expansion pack beacon |
2-0-0 | Education |
2-1-0 | Classrooms |
2-1-1 | Classroom |
2-1-2 | Lecture theatre |
2-2-0 | Practical rooms |
2-2-1 | Workshop |
2-2-2 | Laboratory |
3-0-0 | Food/drink venues |
3-1-0 | Fast food |
3-2-0 | Café |
3-3-0 | Restaurant |
4-0-0 | Transport |
4-1-0 | Railway |
4-1-1 | Train |
4-1-2 | Train station |
4-1-3 | Ticket barrier |
4-1-4 | Ticket counter |
4-1-5 | Ticket machine |
4-1-6 | Platform |
4-1-7 | Platform 1 |
4-1-8 | Platform 2 |
4-1-9 | Platform 3 |
4-1-A | Platform 4 |
4-1-B | Platform 5 |
4-1-C | Platform 6 |
4-1-D | Platform 7 |
4-1-E | Platform 8 |
4-1-F | Platform 9 |
4-1-G | Platform 10 |
4-1-H | Platform 11 |
4-1-I | Platform 12 |
4-1-J | Platform 13 |
4-1-K | Platform 14 |
4-1-L | Platform 15 |
4-1-M | Platform 16 |
4-1-N | Platform 17 |
4-1-O | Platform 18 |
4-1-P | Platform 19 |
4-1-Q | Platform 20 |
4-2-0 | Bus |
4-2-1 | Bus |
4-2-2 | Bus stop |
4-2-3 | Bus stop with shelter |
4-2-4 | Bus station |
4-3-0 | Taxi |
4-3-1 | Taxi |
4-3-2 | Taxi stand |