GET Grouped Cameras
Return all group cameras.
Request Information
https://511.alberta.ca/api/v2/get/groupedcameras
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
format |
Valid values are 'xml' or 'json', default 'json'. |
string |
Optional |
lang |
Valid values are 'en' or 'fr', default 'en'. |
string |
Optional |
Response Information
Resource Description
Name | Description | Type |
---|---|---|
Id |
A unique identifier. |
string |
Organization |
The name of the organization that provided this camera. |
string |
RoadwayName |
The roadway on which this camera is located. |
string |
DirectionOfTravel |
One of the following directions of travel: None, All Directions, Northbound, Eastbound, Southbound, Westbound, Inbound, Outbound, Both Directions. |
string |
Latitude |
The latitude describing the location. Format: double between -90 and 90. |
double |
Longitude |
The longitude describing the location. Format: double between -180 and 180. |
double |
Views |
Views of a camera. |
string |
HasRWISData |
Boolean value represents whether the camera has RWIS data or not. |
boolean |
AirTemperature |
Temperature of the air measured at approximately eight feet above the ground. |
string |
PavementTemperature |
Surface temperature. |
string |
WindSpeed |
The average wind speed over a pre-determined time interval, as sampled from the wind sensor is located approximately 10 meters (30 feet) above the ground. |
string |
WindDirection |
The direction from which the wind is blowing. |
string |
RelativeHumidity |
The ratio of the existing vapor pressure to the saturation vapor pressure with respect to water at the current temperature. |
string |
WeatherUpdated |
Weather last updated. |
string |
Response Formats
JSON
[
{
"Id": "ESS_A_011-06 NORDEGG|1",
"Organization": "511 Alberta",
"RoadwayName": "Hwy 11",
"DirectionOfTravel": "Inbound",
"Latitude": 52.490386,
"Longitude": -116.039933,
"Views": [
{
"Id": "ESS_A_011-06 NORDEGG.C1--1",
"Name": "Hwy 11 & Nordegg Ranger Stn.",
"Url": "http://localhost:54134/map/Cctv/ESS_A_011-06 NORDEGG.C1--1",
"Status": "Enabled",
"Description": "WB, North side of HWY"
},
{
"Id": "ESS_A_011-06 NORDEGG.C2--1",
"Name": "Hwy 11 & Nordegg Ranger Stn.",
"Url": "http://localhost:54134/map/Cctv/ESS_A_011-06 NORDEGG.C2--1",
"Status": "Enabled",
"Description": "WB, North side of HWY"
},
{
"Id": "ESS_A_011-06 NORDEGG.C3--1",
"Name": "Hwy 11 & Nordegg Ranger Stn.",
"Url": "http://localhost:54134/map/Cctv/ESS_A_011-06 NORDEGG.C3--1",
"Status": "Enabled",
"Description": "WB, North side of HWY"
}
],
"HasRWISData": true,
"AirTemperature": "-6.0 °C",
"PavementTemperature": "3.4 °C",
"WindSpeed": "14.4 km/h",
"WindDirection": "E",
"RelativeHumidity": "74%",
"WeatherUpdated": "Mar 24 2020, 1:06 PM"
},
{
"Id": "1banff1cam|1",
"Organization": "511 Alberta",
"RoadwayName": "Banff Ave",
"DirectionOfTravel": "Unknown",
"Latitude": 51.180881,
"Longitude": -115.568722,
"Views": [
{
"Id": "1banff1cam--1",
"Name": "Banff Ave at Moose St",
"Url": "http://localhost:54134/map/Cctv/1banff1cam--1",
"Status": "Enabled",
"Description": "Road"
}
],
"HasRWISData": false,
"AirTemperature": null,
"PavementTemperature": null,
"WindSpeed": null,
"WindDirection": null,
"RelativeHumidity": null,
"WeatherUpdated": null
}
]
XML
<GroupedCamerasList>
<GroupedCameras>
<Id>ESS_A_011-06 NORDEGG|1</Id>
<Organization>511 Alberta</Organization>
<RoadwayName>Hwy 11</RoadwayName>
<DirectionOfTravel>Inbound</DirectionOfTravel>
<Latitude>52.490386</Latitude>
<Longitude>-116.039933</Longitude>
<Views>
<View>
<Id>ESS_A_011-06 NORDEGG.C1--1</Id>
<Name>Hwy 11 & Nordegg Ranger Stn.</Name>
<Url>http://localhost:54134/map/Cctv/ESS_A_011-06 NORDEGG.C1--1</Url>
<Status>Enabled</Status>
<Description>WB, North side of HWY</Description>
</View>
<View>
<Id>ESS_A_011-06 NORDEGG.C2--1</Id>
<Name>Hwy 11 & Nordegg Ranger Stn.</Name>
<Url>http://localhost:54134/map/Cctv/ESS_A_011-06 NORDEGG.C2--1</Url>
<Status>Enabled</Status>
<Description>WB, North side of HWY</Description>
</View>
<View>
<Id>ESS_A_011-06 NORDEGG.C3--1</Id>
<Name>Hwy 11 & Nordegg Ranger Stn.</Name>
<Url>http://localhost:54134/map/Cctv/ESS_A_011-06 NORDEGG.C3--1</Url>
<Status>Enabled</Status>
<Description>WB, North side of HWY</Description>
</View>
</Views>
<HasRWISData>true</HasRWISData>
<AirTemperature>-6.0 °C</AirTemperature>
<PavementTemperature>3.4 °C</PavementTemperature>
<WindSpeed>14.4 km/h</WindSpeed>
<WindDirection>E</WindDirection>
<RelativeHumidity>74%</RelativeHumidity>
<WeatherUpdated>Mar 24 2020, 1:06 PM</WeatherUpdated>
</GroupedCameras>
<GroupedCameras>
<Id>1banff1cam|1</Id>
<Organization>511 Alberta</Organization>
<RoadwayName>Banff Ave</RoadwayName>
<DirectionOfTravel>Unknown</DirectionOfTravel>
<Latitude>51.180881</Latitude>
<Longitude>-115.568722</Longitude>
<Views>
<View>
<Id>1banff1cam--1</Id>
<Name>Banff Ave at Moose St</Name>
<Url>http://localhost:54134/map/Cctv/1banff1cam--1</Url>
<Status>Enabled</Status>
<Description>Road</Description>
</View>
</Views>
<HasRWISData>false</HasRWISData>
<AirTemperature/>
<PavementTemperature/>
<WindSpeed/>
<WindDirection/>
<RelativeHumidity/>
<WeatherUpdated/>
</GroupedCameras>
</GroupedCamerasList>