# Average And Indicative Speed

This feature type provides two sets of speed information for all roads in Great Britain. These are:

1. A historic average speed in kilometres per hours (kph). In this context, 'historic' means that the average speed data was collected over a six-month period for the selected road link. Average speeds are provided in different time periods for each road link. A single day (i.e. a 24-hour period) is split into 8 time periods Monday to Friday (MF) and 6 time periods Saturday to Sunday (SS), for example, Monday–Friday (MF) 07:00–09:00, Saturday–Sunday (SS) 14:00–19:00. There’s a separate attribute for each time period. For Road Links that can be traversed in both directions, In Direction and ‘againstdirection’ attribute values are populated for average speed. For one-way Road Links, only one of these attributes will be populated, dependent on the directionality of the Road Link. For example, if Road Link directionality = In Direction, then in direction speed will be populated, whereas if Road Link directionality = In Opposite Direction, then against direction speed will be populated.
2. An indicative speed limit. This is an indication of the maximum speed limit for vehicles; the indicative speed limits reference road network data. Indicative speed limit values that apply over the majority of a section of road are provided in both miles per hour (mph) and kilometres per hour (kph).

<figure><img src="https://170091638-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0pZjHxkAvY7Mn6TqFBMD%2Fuploads%2FW7AF01VZuavWnEfCQtze%2FRAMI_col_averageindicativespeedsfeaturetype_June2023_v1.png?alt=media&#x26;token=f06da142-5a6a-4a58-a5bf-bc21bf65138f" alt="Example image showing what the Average And Indicative Speed Feature Type in the OS RAMI Collection looks like in the data. A background map has been included to provide context." width="563"><figcaption><p>Example image showing what the Average And Indicative Speed Feature Type in the OS RAMI Collection looks like in the data. A background map has been included to provide context.</p></figcaption></figure>

## Temporal filtering

The earliest date on which you can request a one-off snapshot of a date in the past for data in this feature type is 28 March 2023.

Any data temporally filtered earlier than the specified earliest date noted above for the data schema version may contain data inconsistencies.

## Feature type attributes

The following sub-sections provide details about the attributes included with this feature type, their data types in the different output formats, and other important metadata about them.

{% hint style="info" %}

## Loading OS NGD CSV files into databases

Comma-separated values (CSV) file format is universally supported for easy ingestion into all major database products. Before loading OS NGD data contained in CSV files into a database, it is necessary to create relevant tables. Data definition language (DDL) statements for PostgreSQL, SQL Server and Oracle can be accessed in our [OS NGD Resources GitHub repository](https://github.com/OrdnanceSurvey/osngd-resources/tree/main/database-resources).

For instructions on loading CSV files, see the [Getting Started with CSV](https://docs.os.uk/osngd/accessing-os-ngd/downloading-with-os-select+build/getting-started-with-csv/loading-csv-files) guide.
{% endhint %}

### osid

Primary identifier for the feature. The OSID is a Globally Unique Identifier (GUID) and requires no centralised authority to ensure uniqueness. Note that the same OSID can occur in more than one feature type when a single feature is represented multiple times in the OS NGD. The OSID is populated from the Road Link to which the speeds relate, and therefore the same OSID is present in both feature types.

* **Data Types:** String (GeoJSON), String (GPKG), String (CSV)
* **Nullable:** false
* **Max Length:** 36
* **OS NGD API – Features Filterable:** Yes
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### versiondate

Date when the version was last updated.

* **Data Types:** String (GeoJSON), Date (GPKG), Date (CSV)
* **Nullable:** false
* **OS NGD API – Features Filterable:** No
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### versionavailablefromdate

The date this version of the feature became the latest version.

* **Data Types:** String (GeoJSON), DateTime (GPKG), DateTime (CSV)
* **Nullable:** false
* **OS NGD API – Features Filterable:** No
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### versionavailabletodate

The date this version of the feature was superseded by an update or ceased to exist.

* **Data Types:** String (GeoJSON), DateTime (GPKG), DateTime (CSV)
* **Nullable:** true
* **OS NGD API – Features Filterable:** No
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### changetype

The type of change that generated a new version of the feature.

* **Data Types:** String (GeoJSON), String (GPKG), String (CSV)
* **Nullable:** false
* **Code List Name:** [changetypevalue](https://docs.os.uk/osngd/code-lists/code-lists-overview/changetypevalue)
* **Max Length:** 50
* **OS NGD API – Features Filterable:** No
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### geometry

3D geometry for the feature.

* **Data Types:** Geometry (GeoJSON), Geometry (GPKG), WKT (CSV)
* **Nullable:** false
* **OS NGD API – Features Filterable:** No
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0
* **Geometry Type:** LineString

### geometry\_length\_m

The measured length of the geometry in metres.

* **Data Types:** Number (GeoJSON), Float (GPKG), Real (CSV)
* **Nullable:** false
* **Precision:** 15
* **Scale:** 3
* **OS NGD API – Features Filterable:** Yes
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### theme

The OS NGD theme to which this feature belongs.

* **Data Types:** String (GeoJSON), String (GPKG), String (CSV)
* **Nullable:** false
* **Code List Name:** [themevalue](https://docs.os.uk/osngd/code-lists/code-lists-overview/themevalue)
* **Max Length:** 40
* **OS NGD API – Features Filterable:** No
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### description

A single descriptive value intended for a quick understanding of what the feature represents.

* **Data Types:** String (GeoJSON), String (GPKG), String (CSV)
* **Nullable:** false
* **Code List Name:** [averageandindicativespeeddescriptionvalue](https://docs.os.uk/osngd/code-lists/code-lists-overview/averageandindicativespeeddescriptionvalue)
* **Max Length:** 30
* **OS NGD API – Features Filterable:** No
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### indicativespeedlimit\_mph

The indicative speed limit in miles per hour (mph) for a Road Link.

* **Data Types:** Integer (GeoJSON), Integer (GPKG), Integer (CSV)
* **Nullable:** false
* **OS NGD API – Features Filterable:** Yes
* **OS Select+Build Filterable:** Yes
* **Data Schema Version:** 1.0

### indicativespeedlimit\_kph

The indicative speed limit in kilometres per hour (kph) for a Road Link.

* **Data Types:** Integer (GeoJSON), Integer (GPKG), Integer (CSV)
* **Nullable:** false
* **OS NGD API – Features Filterable:** Yes
* **OS Select+Build Filterable:** Yes
* **Data Schema Version:** 1.0

### indicativespeedlimit\_evidencedate

The date on which the update trigger occurred. This date may be synchronous with the change date or may correspond to a prior date if the update trigger is a data issue that has been identified and reported for change. Synonyms: flying date, survey date.

* **Data Types:** String (GeoJSON), Date (GPKG), Date (CSV)
* **Nullable:** true
* **OS NGD API – Features Filterable:** No
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### indicativespeedlimit\_updatedate

Date when the attribute was last updated.

* **Data Types:** String (GeoJSON), Date (GPKG), Date (CSV)
* **Nullable:** false
* **OS NGD API – Features Filterable:** No
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### indicativespeedlimit\_source

The source organisation who provided the data.

* **Data Types:** String (GeoJSON), String (GPKG), String (CSV)
* **Nullable:** true
* **Max Length:** 85
* **OS NGD API – Features Filterable:** No
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### indicativespeedlimit\_capturemethod

The origin or derivation of the speed limit.

* **Data Types:** String (GeoJSON), String (GPKG), String (CSV)
* **Nullable:** false
* **Code List Name:** [capturemethodvalue](https://docs.os.uk/osngd/code-lists/code-lists-overview/capturemethodvalue)
* **Max Length:** 25
* **OS NGD API – Features Filterable:** No
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_mf4to7indirection\_kph

The historic average speed in kilometres per hour (kph) of vehicles traversing in the direction of a Road Link, Monday–Friday 04:00–07:00.

* **Data Types:** Number (GeoJSON), Float (GPKG), Real (CSV)
* **Nullable:** true
* **Precision:** 4
* **Scale:** 1
* **OS NGD API – Features Filterable:** Yes
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_mf4to7againstdirection\_kph

The historic average speed in kilometres per hour (kph) of vehicles traversing against the direction of a Road Link, Monday–Friday 04:00–07:00.

* **Data Types:** Number (GeoJSON), Float (GPKG), Real (CSV)
* **Nullable:** true
* **Precision:** 4
* **Scale:** 1
* **OS NGD API – Features Filterable:** Yes
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_mf4to7capturemethod

The origin or derivation of the average speed for the time period of Monday–Friday 04:00–07:00.

* **Data Types:** String (GeoJSON), String (GPKG), String (CSV)
* **Nullable:** false
* **Code List Name:** [capturemethodvalue](https://docs.os.uk/osngd/code-lists/code-lists-overview/capturemethodvalue)
* **Max Length:** 25
* **OS NGD API – Features Filterable:** No
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_mf7to9indirection\_kph

The historic average speed in kilometres per hour (kph) of vehicles traversing in the direction of a Road Link, Monday–Friday 07:00–09:00.

* **Data Types:** Number (GeoJSON), Float (GPKG), Real (CSV)
* **Nullable:** true
* **Precision:** 4
* **Scale:** 1
* **OS NGD API – Features Filterable:** Yes
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_mf7to9againstdirection\_kph

The historic average speed in kilometres per hour (kph) of vehicles traversing against the direction of a Road Link, Monday–Friday 07:00–09:00.

* **Data Types:** Number (GeoJSON), Float (GPKG), Real (CSV)
* **Nullable:** true
* **Precision:** 4
* **Scale:** 1
* **OS NGD API – Features Filterable:** Yes
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_mf7to9capturemethod

The origin or derivation of the average speed for the time period of Monday–Friday 07:00–09:00.

* **Data Types:** String (GeoJSON), String (GPKG), String (CSV)
* **Nullable:** false
* **Code List Name:** [capturemethodvalue](https://docs.os.uk/osngd/code-lists/code-lists-overview/capturemethodvalue)
* **Max Length:** 25
* **OS NGD API – Features Filterable:** No
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_mf9to12indirection\_kph

The historic average speed in kilometres per hour (kph) of vehicles traversing in the direction of a Road Link, Monday–Friday 09:00–12:00.

* **Data Types:** Number (GeoJSON), Float (GPKG), Real (CSV)
* **Nullable:** true
* **Precision:** 4
* **Scale:** 1
* **OS NGD API – Features Filterable:** Yes
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_mf9to12againstdirection\_kph

The historic average speed in kilometres per hour (kph) of vehicles traversing against the direction of a Road Link, Monday–Friday 09:00–12:00.

* **Data Types:** Number (GeoJSON), Float (GPKG), Real (CSV)
* **Nullable:** true
* **Precision:** 4
* **Scale:** 1
* **OS NGD API – Features Filterable:** Yes
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_mf9to12capturemethod

The origin or derivation of the average speed for the time period of Monday–Friday 09:00–12:00.

* **Data Types:** String (GeoJSON), String (GPKG), String (CSV)
* **Nullable:** false
* **Code List Name:** [capturemethodvalue](https://docs.os.uk/osngd/code-lists/code-lists-overview/capturemethodvalue)
* **Max Length:** 25
* **OS NGD API – Features Filterable:** No
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_mf12to14indirection\_kph

The historic average speed in kilometres per hour (kph) of vehicles traversing in the direction of a Road Link, Monday–Friday 12:00–14:00.

* **Data Types:** Number (GeoJSON), Float (GPKG), Real (CSV)
* **Nullable:** true
* **Precision:** 4
* **Scale:** 1
* **OS NGD API – Features Filterable:** Yes
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_mf12to14againstdirection\_kph

The historic average speed in kilometres per hour (kph) of vehicles traversing against the direction of a Road Link, Monday–Friday, 12:00–14:00.

* **Data Types:** Number (GeoJSON), Float (GPKG), Real (CSV)
* **Nullable:** true
* **Precision:** 4
* **Scale:** 1
* **OS NGD API – Features Filterable:** Yes
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_mf12to14capturemethod

The origin or derivation of the average speed for the time period of Monday–Friday 12:00–14:00.

* **Data Types:** String (GeoJSON), String (GPKG), String (CSV)
* **Nullable:** false
* **Code List Name:** [capturemethodvalue](https://docs.os.uk/osngd/code-lists/code-lists-overview/capturemethodvalue)
* **Max Length:** 25
* **OS NGD API – Features Filterable:** No
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_mf14to16indirection\_kph

The historic average speed in kilometres per hour (kph) of vehicles traversing in the direction of a Road Link, Monday–Friday 14:00–16:00.

* **Data Types:** Number (GeoJSON), Float (GPKG), Real (CSV)
* **Nullable:** true
* **Precision:** 4
* **Scale:** 1
* **OS NGD API – Features Filterable:** Yes
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_mf14to16againstdirection\_kph

The historic average speed in kilometres per hour (kph) of vehicles traversing against the direction of a Road Link, Monday–Friday 14:00–16:00.

* **Data Types:** Number (GeoJSON), Float (GPKG), Real (CSV)
* **Nullable:** true
* **Precision:** 4
* **Scale:** 1
* **OS NGD API – Features Filterable:** Yes
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_mf14to16capturemethod

The origin or derivation of the average speed for the time period of Monday–Friday 14:00–16:00.

* **Data Types:** String (GeoJSON), String (GPKG), String (CSV)
* **Nullable:** false
* **Code List Name:** [capturemethodvalue](https://docs.os.uk/osngd/code-lists/code-lists-overview/capturemethodvalue)
* **Max Length:** 25
* **OS NGD API – Features Filterable:** No
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_mf16to19indirection\_kph

The historic average speed in kilometres per hour (kph) of vehicles traversing in the direction of a Road Link, Monday–Friday 16:00–19:00.

* **Data Types:** Number (GeoJSON), Float (GPKG), Real (CSV)
* **Nullable:** true
* **Precision:** 4
* **Scale:** 1
* **OS NGD API – Features Filterable:** Yes
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_mf16to19againstdirection\_kph

The historic average speed in kilometres per hour (kph) of vehicles traversing against the direction of a Road Link, Monday–Friday 16:00–19:00.

* **Data Types:** Number (GeoJSON), Float (GPKG), Real (CSV)
* **Nullable:** true
* **Precision:** 4
* **Scale:** 1
* **OS NGD API – Features Filterable:** Yes
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_mf16to19capturemethod

The origin or derivation of the average speed for the time period of Monday–Friday 16:00–19:00.

* **Data Types:** String (GeoJSON), String (GPKG), String (CSV)
* **Nullable:** false
* **Code List Name:** [capturemethodvalue](https://docs.os.uk/osngd/code-lists/code-lists-overview/capturemethodvalue)
* **Max Length:** 25
* **OS NGD API – Features Filterable:** No
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_mf19to22indirection\_kph

The historic average speed in kilometres per hour (kph) of vehicles traversing in the direction of a Road Link, Monday–Friday 19:00–22:00.

* **Data Types:** Number (GeoJSON), Float (GPKG), Real (CSV)
* **Nullable:** true
* **Precision:** 4
* **Scale:** 1
* **OS NGD API – Features Filterable:** Yes
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_mf19to22againstdirection\_kph

The historic average speed in kilometres per hour (kph) of vehicles traversing against the direction of a Road Link, Monday–Friday 19:00–22:00.

* **Data Types:** Number (GeoJSON), Float (GPKG), Real (CSV)
* **Nullable:** true
* **Precision:** 4
* **Scale:** 1
* **OS NGD API – Features Filterable:** Yes
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_mf19to22capturemethod

The origin or derivation of the average speed for the time period of Monday–Friday 19:00–22:00.

* **Data Types:** String (GeoJSON), String (GPKG), String (CSV)
* **Nullable:** false
* **Code List Name:** [capturemethodvalue](https://docs.os.uk/osngd/code-lists/code-lists-overview/capturemethodvalue)
* **Max Length:** 25
* **OS NGD API – Features Filterable:** No
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_mf22to4indirection\_kph

The historic average speed in kilometres per hour (kph) of vehicles traversing in the direction of a Road Link, Monday–Friday 22:00–04:00.

* **Data Types:** Number (GeoJSON), Float (GPKG), Real (CSV)
* **Nullable:** true
* **Precision:** 4
* **Scale:** 1
* **OS NGD API – Features Filterable:** Yes
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_mf22to4againstdirection\_kph

The historic average speed in kilometres per hour (kph) of vehicles traversing against the direction of a Road Link, Monday–Friday 22:00–04:00.

* **Data Types:** Number (GeoJSON), Float (GPKG), Real (CSV)
* **Nullable:** true
* **Precision:** 4
* **Scale:** 1
* **OS NGD API – Features Filterable:** Yes
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_mf22to4capturemethod

The origin or derivation of the average speed for the time period of Monday–Friday 22:00–04:00.

* **Data Types:** String (GeoJSON), String (GPKG), String (CSV)
* **Nullable:** false
* **Code List Name:** [capturemethodvalue](https://docs.os.uk/osngd/code-lists/code-lists-overview/capturemethodvalue)
* **Max Length:** 25
* **OS NGD API – Features Filterable:** No
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_ss4to7indirection\_kph

The historic average speed in kilometres per hour (kph) of vehicles traversing in the direction of a Road Link, Saturday–Sunday 04:00–07:00.

* **Data Types:** Number (GeoJSON), Float (GPKG), Real (CSV)
* **Nullable:** true
* **Precision:** 4
* **Scale:** 1
* **OS NGD API – Features Filterable:** Yes
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_ss4to7againstdirection\_kph

The historic average speed in kilometres per hour (kph) of vehicles traversing against the direction of a Road Link, Saturday–Sunday 04:00–07:00.

* **Data Types:** Number (GeoJSON), Float (GPKG), Real (CSV)
* **Nullable:** true
* **Precision:** 4
* **Scale:** 1
* **OS NGD API – Features Filterable:** Yes
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_ss4to7capturemethod

The origin or derivation of the average speed for the time period of Saturday–Sunday 04:00–07:00.

* **Data Types:** String (GeoJSON), String (GPKG), String (CSV)
* **Nullable:** false
* **Code List Name:** [capturemethodvalue](https://docs.os.uk/osngd/code-lists/code-lists-overview/capturemethodvalue)
* **Max Length:** 25
* **OS NGD API – Features Filterable:** No
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_ss7to10indirection\_kph

The historic average speed in kilometres per hour (kph) of vehicles traversing in the direction of a Road Link, Saturday–Sunday 07:00–10:00.

* **Data Types:** Number (GeoJSON), Float (GPKG), Real (CSV)
* **Nullable:** true
* **Precision:** 4
* **Scale:** 1
* **OS NGD API – Features Filterable:** Yes
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_ss7to10againstdirection\_kph

The historic average speed in kilometres per hour (kph) of vehicles traversing against the direction of a Road Link, Saturday–Sunday 07:00–10:00.

* **Data Types:** Number (GeoJSON), Float (GPKG), Real (CSV)
* **Nullable:** true
* **Precision:** 4
* **Scale:** 1
* **OS NGD API – Features Filterable:** Yes
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_ss7to10capturemethod

The origin or derivation of the average speed for the time period of Saturday–Sunday 07:00–10:00.

* **Data Types:** String (GeoJSON), String (GPKG), String (CSV)
* **Nullable:** false
* **Code List Name:** [capturemethodvalue](https://docs.os.uk/osngd/code-lists/code-lists-overview/capturemethodvalue)
* **Max Length:** 25
* **OS NGD API – Features Filterable:** No
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_ss10to14indirection\_kph

The historic average speed in kilometres per hour (kph) of vehicles traversing in the direction of a Road Link, Saturday–Sunday 10:00–14:00.

* **Data Types:** Number (GeoJSON), Float (GPKG), Real (CSV)
* **Nullable:** true
* **Precision:** 4
* **Scale:** 1
* **OS NGD API – Features Filterable:** Yes
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_ss10to14againstdirection\_kph

The historic average speed in kilometres per hour (kph) of vehicles traversing against the direction of a Road Link, Saturday–Sunday 10:00–14:00.

* **Data Types:** Number (GeoJSON), Float (GPKG), Real (CSV)
* **Nullable:** true
* **Precision:** 4
* **Scale:** 1
* **OS NGD API – Features Filterable:** Yes
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_ss10to14capturemethod

The origin or derivation of the average speed for the time period of Saturday–Sunday 10:00–14:00.

* **Data Types:** String (GeoJSON), String (GPKG), String (CSV)
* **Nullable:** false
* **Code List Name:** [capturemethodvalue](https://docs.os.uk/osngd/code-lists/code-lists-overview/capturemethodvalue)
* **Max Length:** 25
* **OS NGD API – Features Filterable:** No
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_ss14to19indirection\_kph

The historic average speed in kilometres per hour (kph) of vehicles traversing in the direction of a Road Link, Saturday–Sunday 14:00–19:00.

* **Data Types:** Number (GeoJSON), Float (GPKG), Real (CSV)
* **Nullable:** true
* **Precision:** 4
* **Scale:** 1
* **OS NGD API – Features Filterable:** Yes
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_ss14to19againstdirection\_kph

The historic average speed in kilometres per hour (kph) of vehicles traversing against the direction of a Road Link, Saturday–Sunday 14:00–19:00.

* **Data Types:** Number (GeoJSON), Float (GPKG), Real (CSV)
* **Nullable:** true
* **Precision:** 4
* **Scale:** 1
* **OS NGD API – Features Filterable:** Yes
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_ss14to19capturemethod

The origin or derivation of the average speed for the time period of Saturday–Sunday 14:00–19:00.

* **Data Types:** String (GeoJSON), String (GPKG), String (CSV)
* **Nullable:** false
* **Code List Name:** [capturemethodvalue](https://docs.os.uk/osngd/code-lists/code-lists-overview/capturemethodvalue)
* **Max Length:** 25
* **OS NGD API – Features Filterable:** No
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_ss19to22indirection\_kph

The historic average speed in kilometres per hour (kph) of vehicles traversing in the direction of a Road Link, Saturday–Sunday 19:00–22:00.

* **Data Types:** Number (GeoJSON), Float (GPKG), Real (CSV)
* **Nullable:** true
* **Precision:** 4
* **Scale:** 1
* **OS NGD API – Features Filterable:** Yes
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_ss19to22againstdirection\_kph

The historic average speed in kilometres per hour (kph) of vehicles traversing against the direction of a Road Link, Saturday–Sunday 19:00–22:00.

* **Data Types:** Number (GeoJSON), Float (GPKG), Real (CSV)
* **Nullable:** true
* **Precision:** 4
* **Scale:** 1
* **OS NGD API – Features Filterable:** Yes
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_ss19to22capturemethod

The origin or derivation of the average speed for the time period of Saturday–Sunday 19:00–22:00.

* **Data Types:** String (GeoJSON), String (GPKG), String (CSV)
* **Nullable:** false
* **Code List Name:** [capturemethodvalue](https://docs.os.uk/osngd/code-lists/code-lists-overview/capturemethodvalue)
* **Max Length:** 25
* **OS NGD API – Features Filterable:** No
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_ss22to4indirection\_kph

The historic average speed in kilometres per hour (kph) of vehicles traversing in the direction of a Road Link, Saturday–Sunday 22:00–04:00.

* **Data Types:** Number (GeoJSON), Float (GPKG), Real (CSV)
* **Nullable:** true
* **Precision:** 4
* **Scale:** 1
* **OS NGD API – Features Filterable:** Yes
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_ss22to4againstdirection\_kph

The historic average speed in kilometres per hour (kph) of vehicles traversing against the direction of a Road Link, Saturday–Sunday 22:00–04:00.

* **Data Types:** Number (GeoJSON), Float (GPKG), Real (CSV)
* **Nullable:** true
* **Precision:** 4
* **Scale:** 1
* **OS NGD API – Features Filterable:** Yes
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_ss22to4capturemethod

The origin or derivation of the average speed for the time period of Saturday–Sunday 22:00–04:00.

* **Data Types:** String (GeoJSON), String (GPKG), String (CSV)
* **Nullable:** false
* **Code List Name:** [capturemethodvalue](https://docs.os.uk/osngd/code-lists/code-lists-overview/capturemethodvalue)
* **Max Length:** 25
* **OS NGD API – Features Filterable:** No
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_evidencedate

The date on which the update trigger occurred. This date may be synchronous with the change date or may correspond to a prior date if the update trigger is a data issue that has been identified and reported for change. Synonyms: flying date, survey date.

* **Data Types:** String (GeoJSON), Date (GPKG), Date (CSV)
* **Nullable:** true
* **OS NGD API – Features Filterable:** No
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_updatedate

Date when the attribute was last updated.

* **Data Types:** String (GeoJSON), Date (GPKG), Date (CSV)
* **Nullable:** false
* **OS NGD API – Features Filterable:** No
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### averagespeed\_source

The source organisation who provided the data.

* **Data Types:** String (GeoJSON), String (GPKG), String (CSV)
* **Nullable:** true
* **Max Length:** 85
* **OS NGD API – Features Filterable:** No
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### routehierarchy

A classification assigned to the Road Link to which the speed applies, which determines the type of road (for example, A road or B road) and aids routing.

* **Data Types:** String (GeoJSON), String (GPKG), String (CSV)
* **Nullable:** false
* **Code List Name:** [roadfunctionvalue](https://docs.os.uk/osngd/code-lists/code-lists-overview/roadfunctionvalue)
* **Max Length:** 32
* **OS NGD API – Features Filterable:** No
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### roadclassificationnumber

The official road number assigned by the appropriate authority to the Road Link which the speed applies to. For example, ‘A329(M)’ 'M27'.

* **Data Types:** String (GeoJSON), String (GPKG), String (CSV)
* **Nullable:** true
* **Max Length:** 10
* **OS NGD API – Features Filterable:** No
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### name1\_text

Name assigned to identify the feature.

* **Data Types:** String (GeoJSON), String (GPKG), String (CSV)
* **Nullable:** true
* **Max Length:** 254
* **OS NGD API – Features Filterable:** No
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### name1\_language

The language type associated with name1. The valid values are defined in the Language Value code list.

* **Data Types:** String (GeoJSON), String (GPKG), String (CSV)
* **Nullable:** true
* **Code List Name:** [languagevalue](https://docs.os.uk/osngd/code-lists/code-lists-overview/languagevalue)
* **Max Length:** 3
* **OS NGD API – Features Filterable:** No
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### name2\_text

The alternative language name assigned to identify the feature.

* **Data Types:** String (GeoJSON), String (GPKG), String (CSV)
* **Nullable:** true
* **Max Length:** 254
* **OS NGD API – Features Filterable:** No
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### name2\_language

The language type associated with name2. The valid values are defined in the Language Value code list.

* **Data Types:** String (GeoJSON), String (GPKG), String (CSV)
* **Nullable:** true
* **Code List Name:** [languagevalue](https://docs.os.uk/osngd/code-lists/code-lists-overview/languagevalue)
* **Max Length:** 3
* **OS NGD API – Features Filterable:** No
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### alternatename1\_text

Another name for the road that the feature is part of. This is populated with the name captured by Ordnance Survey when it differs from that in Street.

* **Data Types:** String (GeoJSON), String (GPKG), String (CSV)
* **Nullable:** true
* **Max Length:** 254
* **OS NGD API – Features Filterable:** No
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### alternatename1\_language

The language the name is expressed in, provided as a 3-digit ISO 639-2 code ('eng, 'cym', 'gla').

* **Data Types:** String (GeoJSON), String (GPKG), String (CSV)
* **Nullable:** true
* **Code List Name:** [languagevalue](https://docs.os.uk/osngd/code-lists/code-lists-overview/languagevalue)
* **Max Length:** 3
* **OS NGD API – Features Filterable:** No
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### alternatename2\_text

Another name for the road that the feature is part of. This is populated with the name captured by Ordnance Survey when it differs from that in Street.

* **Data Types:** String (GeoJSON), String (GPKG), String (CSV)
* **Nullable:** true
* **Max Length:** 254
* **OS NGD API – Features Filterable:** No
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### alternatename2\_language

The language the name is expressed in, provided as a 3-digit ISO 639-2 code ('eng, 'cym', 'gla').

* **Data Types:** String (GeoJSON), String (GPKG), String (CSV)
* **Nullable:** true
* **Code List Name:** [languagevalue](https://docs.os.uk/osngd/code-lists/code-lists-overview/languagevalue)
* **Max Length:** 3
* **OS NGD API – Features Filterable:** No
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0

### formspartofstreet

The identifier or identifiers of the Street to which this feature forms part of.

* **Data Types:** Array (GeoJSON), String (GPKG), String (CSV)
* **Nullable:** true
* **Multiplicity:** \[0..\*]
* **OS NGD API – Features Filterable:** No
* **OS Select+Build Filterable:** No
* **Data Schema Version:** 1.0


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.os.uk/osngd/data-structure/transport/rami/average-and-indicative-speed.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
