With the Detectors service you can get several types of measurements from the field of your instance.
Follow the steps on this page to get started with Detectors API.
API endpoint
You can use this endpoint to get a snapshot of your Flows instance.
https://api.ptvgroup.tech/dataprovider/v1/detectors/count-siteA snapshot is a time-bounded representation of the detector registry state for your product instance. Whenever a user creates, modifies, or deletes an object (or an attribute of an object), the following occurs:
- A “backup” of the current snapshot is created.
- The change is then applied, resulting in a new snapshot.
When you request a snapshot for a FromTime-ToTime window, you get a timeline of the detector registry as it existed during that period.
Two consecutive snapshots will differ depending on the items the user has added, removed, or modified.
The current state is represented in the latest snapshot of the list.
You can filter through a FromTime-ToTime interval, but the larger time range is limited to 1 hour.
Request
https://api.ptvgroup.tech/dataprovider/v1/detectors/count-site?skip=0&limit=3&from=2026-05-28T10%3A00%3A00Z&to=2026-05-28T11%3A00%3A00ZIn the request are specified four parameters:
- skip=0 - number of countSites to skip within each snapshot.
- limit=3 - number of countSites to return within each snapshot.
- from=2026-05-28T10:00:00Z - start of the snapshot time range.
- to=2026-05-28T11:00:00Z - end of the snapshot time range.
cURL
curl -X 'GET' \
'https://api.ptvgroup.tech/dataprovider/v1/detectors/count-site?skip=0&limit=3&from=2026-05-28T10%3A00%3A00Z&to=2026-05-28T11%3A00%3A00Z' \
-H 'accept: application/json' \
-H 'apiKey: "YOUR_API_KEY"'
PowerShell
$headers = @{"apiKey" = "YOUR_API_KEY"}
$Uri = "https://api.ptvgroup.tech/dataprovider/v1/detectors/count-site?skip=0&limit=3&from=2026-05-28T10%3A00%3A00Z&to=2026-05-28T11%3A00%3A00Z"
$response = Invoke-RestMethod -Uri $uri -Method Get -Headers $headers
$response | ConvertTo-Json
Response
In the response are listed three count sites, associated to three identifiers:
- 8d716a58-e080-4071-b567-ebe712ca64a8
- bb2c2015-a4a7-4423-bf77-d4c42ee2eb2a
- eb99fefe-b740-48e8-9b29-870ff5a5b079
{
"snapshots": [
{
"validFrom": "2026-05-25T13:50:14.743308Z",
"data": {
"skip": 0,
"limit": 3,
"size": 266,
"mapVersion": "20260430153359",
"dataModelVersion": "1.0.16",
"countSites": [
{
"id": "8d716a58-e080-4071-b567-ebe712ca64a8",
"countSiteType": "SENSOR_SITE",
"name": "Madrid_Site_0",
"siteLocation": {
"code": "SITE_0",
"shape": "POLYGON ((-3.738925615616068 40.40923940329134, -3.741511914789728 40.40944342370818, -3.74143417018246 40.409660168195956, -3.721555260836971 40.4215043650507, -3.72106862454917 40.421344143754055, -3.70141185333424 40.41413016623585, -3.700440848833895 40.41300667398316, -3.700439503078616 40.412359218601736, -3.709830413895949 40.409474292594766, -3.738925615616068 40.40923940329134))",
"siteLocationId": "f3b6e364-fc81-4d0d-bd04-e608579b0a9c"
},
"countDevices": [
{
"code": "DEV_CLUSTER_2947685538190390689",
"id": "83c3883d-982b-4b86-b714-27c53811ba85",
"countSiteCode": "SITE_0",
"mapVersion": "20260430153359",
"name": "DEV_CLUSTER_2947685538190390689",
"hardwareId": "DEV_CLUSTER_2947685538190390689",
"deviceLocation": {
"hardwarePosition": "POINT (-3.722819601880988 40.41400003010214)",
"shape": "POLYGON ((-3.738925615616068 40.40923940329134, -3.741511914789728 40.40944342370818, -3.74143417018246 40.409660168195956, -3.721555260836971 40.4215043650507, -3.72106862454917 40.421344143754055, -3.70141185333424 40.41413016623585, -3.700440848833895 40.41300667398316, -3.700439503078616 40.412359218601736, -3.709830413895949 40.409474292594766, -3.738925615616068 40.40923940329134))",
"deviceLocationId": "6d253f6b-12e1-4c91-98d2-0b7552335604"
},
"isActive": true,
"detectors": [
{
"code": "DET_1074477227",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "18RU04PM01",
"detectorLocation": {
"shape": "LINESTRING (-3.721062046373634 40.419076149244404, -3.721047753872849 40.419162852637534, -3.720976291368928 40.419596369603184)",
"detectorLocationId": "a4d8f17f-5031-4665-ae98-d69c2228490b",
"mapModelEntity": {
"mapModelEntityId": "b1e5c1fe-76a8-4cae-858b-3a049a129c66",
"entityId": "1074477227",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": [
{
"detectedVehicleTypeCode": "CAR",
"thresholdLowUpper": 300,
"thresholdMediumUpper": 900,
"thresholdDirection": "ASCENDING"
}
]
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "1074477227",
"raw_name": "18RU04PM01",
"aadt": 1055.4169303797469,
"aawt": 1171.382743362832
}
},
{
"code": "DET_1137958529",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "BAILEN S-N (DON PEDRO - MAYOR)",
"detectorLocation": {
"shape": "LINESTRING (-3.713554361412897 40.41442148840481, -3.713543401459128 40.414508474624064, -3.713488601690283 40.41494340572032)",
"detectorLocationId": "64247ca5-aee5-4f29-b9ad-88455d4f6e8a",
"mapModelEntity": {
"mapModelEntityId": "d58ef297-ad75-451e-b32e-f41dfc6d7fea",
"entityId": "1137958529",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": [
{
"detectedVehicleTypeCode": "CAR",
"thresholdLowUpper": 844,
"thresholdMediumUpper": 10900,
"thresholdDirection": "ASCENDING"
}
]
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "1137958529",
"osm_name": "Calle de Bailén",
"raw_name": "BAILEN S-N (DON PEDRO - MAYOR)",
"aadt": 9217.796539287907,
"aawt": 9521.483707264957
}
},
{
"code": "DET_1184617809",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "RONDA SEGOVIA S-N(ALGECIRAS-SEGOVIA)",
"detectorLocation": {
"shape": "LINESTRING (-3.71739286031646 40.41276763808896, -3.717353532235369 40.412849694093886, -3.717156891829917 40.413259974118525)",
"detectorLocationId": "59b36d33-966a-440b-a803-5013c11c0219",
"mapModelEntity": {
"mapModelEntityId": "a06d69dd-2707-4a06-a838-4e1c6ff494bf",
"entityId": "1184617809",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "1184617809",
"osm_name": "Ronda de Segovia",
"raw_name": "RONDA SEGOVIA S-N(ALGECIRAS-SEGOVIA)",
"aadt": 5022.778451985505,
"aawt": 5374.228997966839
}
},
{
"code": "DET_1184617809_DEDUP_445438",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "RONDA DE SEGOVIA N-S(ALGECIRAS-SEGOVIA)",
"detectorLocation": {
"shape": "LINESTRING (-3.717864725664882 40.41195692714987, -3.717899713855073 40.41187373133876, -3.718074654806028 40.411457752283184)",
"detectorLocationId": "94ade74e-8b22-4422-9580-04ab9fd43aaf",
"mapModelEntity": {
"mapModelEntityId": "a67e1981-e122-4763-99a0-239faac360a6",
"entityId": "1184617809",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "1184617809",
"osm_name": "Ronda de Segovia",
"raw_name": "RONDA DE SEGOVIA N-S(ALGECIRAS-SEGOVIA)",
"aadt": 8022.862377225291,
"aawt": 8514.576976495728
}
},
{
"code": "DET_119181114",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "Pº FLORIDA S-N(CTA SAN VICENTE-MOZART)",
"detectorLocation": {
"shape": "LINESTRING (-3.720647156786669 40.42093042180426, -3.720717401413753 40.42099937546256, -3.72106862454917 40.421344143754055)",
"detectorLocationId": "93c2c40d-398d-4139-aac1-6c445e7402d5",
"mapModelEntity": {
"mapModelEntityId": "1b690dfd-a39b-42a4-b90a-2877e73f1484",
"entityId": "119181114",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "119181114",
"osm_name": "Paseo de la Florida",
"raw_name": "Pº FLORIDA S-N(CTA SAN VICENTE-MOZART)",
"aadt": 11643.86272252916,
"aawt": 11942.701175213675
}
},
{
"code": "DET_132527465",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "M-30 SALIDA TUNEL O-E(ENTRADA GTA. SAN VICENTE) (150MTS)",
"detectorLocation": {
"shape": "LINESTRING (-3.720725105928727 40.41842267008519, -3.720656382576476 40.418492511134076, -3.72031276581522 40.418841716378495)",
"detectorLocationId": "a845f81a-b17c-430a-ae8c-54472e8f8900",
"mapModelEntity": {
"mapModelEntityId": "53969804-3584-4ced-85da-cf9e2ba61f81",
"entityId": "132527465",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "132527465",
"raw_name": "M-30 SALIDA TUNEL O-E(ENTRADA GTA. SAN VICENTE) (150MTS)",
"aadt": 10898.211245965424,
"aawt": 11258.02094099914
}
},
{
"code": "DET_132527465_DEDUP_445383",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "18RT11PM01",
"detectorLocation": {
"shape": "LINESTRING (-3.720830790746047 40.41826291516442, -3.720762067663474 40.41833275627667, -3.720418452250611 40.41868196183792)",
"detectorLocationId": "ad486bae-c5a7-419a-8446-7ccb67d687d1",
"mapModelEntity": {
"mapModelEntityId": "9f5e00e3-a0e4-474e-b2be-ae6b7b32fd61",
"entityId": "132527465",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "132527465",
"raw_name": "18RT11PM01",
"aadt": 13919.4427742616,
"aawt": 13991.912241887905
}
},
{
"code": "DET_132527465_DEDUP_445449",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "M-30 SALIDA TUNEL O-E(ENTRADA GTA. SAN VICENTE) (90MTS)",
"detectorLocation": {
"shape": "LINESTRING (-3.720532744034928 40.418806607239674, -3.720529656697327 40.41889396452601, -3.720514220009319 40.41933075095771)",
"detectorLocationId": "f0083d8f-5788-43b9-af07-fbbc19b4a146",
"mapModelEntity": {
"mapModelEntityId": "39ca163c-b456-4863-bc51-1ceef492bd62",
"entityId": "132527465",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "132527465",
"raw_name": "M-30 SALIDA TUNEL O-E(ENTRADA GTA. SAN VICENTE) (90MTS)",
"aadt": 12225.464527546936,
"aawt": 12632.428632478632
}
},
{
"code": "DET_1338564038",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "SEGOVIA E-O(CAVA BAJA -TOLEDO)",
"detectorLocation": {
"shape": "LINESTRING (-3.708195781105806 40.4136471763088, -3.708087927131048 40.41361818638361, -3.707548657257261 40.41347323675765)",
"detectorLocationId": "417ebbba-a2bd-4bbc-8cfa-3f54f212e337",
"mapModelEntity": {
"mapModelEntityId": "71db5d4d-5712-4d3c-bacd-e98a77176698",
"entityId": "1338564038",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "1338564038",
"osm_name": "Calle de Tintoreros",
"raw_name": "SEGOVIA E-O(CAVA BAJA -TOLEDO)",
"aadt": 6630.78867403315,
"aawt": 6616.128525641025
}
},
{
"code": "DET_1338908416",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "SEGOVIA O-E(SAN JUSTO-CUCHILLEROS)",
"detectorLocation": {
"shape": "LINESTRING (-3.709206849061251 40.413696823227255, -3.709093960211005 40.413710652143166, -3.708529515959773 40.41377979672272)",
"detectorLocationId": "66c59094-4b91-49cb-8e62-358cbe017168",
"mapModelEntity": {
"mapModelEntityId": "843fe3ec-35a4-4875-8193-83574f07feb1",
"entityId": "1338908416",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "1338908416",
"osm_name": "Plaza de Puerta Cerrada",
"raw_name": "SEGOVIA O-E(SAN JUSTO-CUCHILLEROS)",
"aadt": 5031.362645794967,
"aawt": 5086.533440170941
}
},
{
"code": "DET_1371903314",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "SEGOVIA, 61 O-E(MAZARREDO-RONDA SEGOVIA)",
"detectorLocation": {
"shape": "LINESTRING (-3.718422399194183 40.41389109838653, -3.718308106659947 40.41388887966633, -3.717736643988768 40.41387778606534)",
"detectorLocationId": "4b6f846d-bffa-462a-8549-9d4a4d4feafa",
"mapModelEntity": {
"mapModelEntityId": "acf1195b-9a3e-4360-9ae6-a2fb1300ae9a",
"entityId": "1371903314",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "1371903314",
"osm_name": "Calle de Segovia",
"raw_name": "SEGOVIA, 61 O-E(MAZARREDO-RONDA SEGOVIA)",
"aadt": 8747.140856057524,
"aawt": 8942.856721034872
}
},
{
"code": "DET_1371903315",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "(TACTICO)SEGOVIA 69 E-O (GIRO A JUAN DUQUE)",
"detectorLocation": {
"shape": "LINESTRING (-3.719167380453019 40.41398939119175, -3.719272336512173 40.41395473924307, -3.719797116807948 40.41378147949966)",
"detectorLocationId": "156fdf27-76d1-4ae5-9333-84c2d6d01b92",
"mapModelEntity": {
"mapModelEntityId": "a10c88ea-473b-4531-8e86-9fdb536151ca",
"entityId": "1371903315",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "1371903315",
"osm_name": "Calle de Segovia",
"raw_name": "(TACTICO)SEGOVIA 69 E-O (GIRO A JUAN DUQUE)",
"aadt": 1266.6454496623694,
"aawt": 1328.0807158119658
}
},
{
"code": "DET_179257891",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "PSO. EXTREMADURA E-O(ALFONSO CEA-FCO. BRIZUELA)",
"detectorLocation": {
"shape": "LINESTRING (-3.738121677550837 40.41012721638158, -3.738225029514142 40.41008986251422, -3.738741789330664 40.409903093177405)",
"detectorLocationId": "92ce1cb9-ff75-48dd-9576-f20230071898",
"mapModelEntity": {
"mapModelEntityId": "a924b3fe-6861-462e-a057-20eb687abf5f",
"entityId": "179257891",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "179257891",
"osm_name": "Paseo de Extremadura",
"raw_name": "PSO. EXTREMADURA E-O(ALFONSO CEA-FCO. BRIZUELA)",
"aadt": 7951.464954337899,
"aawt": 8389.637132822478
}
},
{
"code": "DET_179257896",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "Pº EXTREMADURA O-E(NAVAS DEL REY-LA MILAGROSA)",
"detectorLocation": {
"shape": "LINESTRING (-3.737889127246947 40.410138362054155, -3.737785955506984 40.410176006384056, -3.737270096807167 40.41036422803356)",
"detectorLocationId": "32178a2f-015d-4750-8ddd-8e6ae095e206",
"mapModelEntity": {
"mapModelEntityId": "1e5def2c-92d9-4581-a6d5-11ecde317415",
"entityId": "179257896",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "179257896",
"osm_name": "Paseo de Extremadura",
"raw_name": "Pº EXTREMADURA O-E(NAVAS DEL REY-LA MILAGROSA)",
"aadt": 8816.144863013698,
"aawt": 9489.373722860792
}
},
{
"code": "DET_179257896_DEDUP_445404",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "PSO. EXTREMADURA E-O(GRAL. MANSO-ALFONSO CEA)",
"detectorLocation": {
"shape": "LINESTRING (-3.736260679560382 40.41075001842705, -3.736157721059913 40.410788003592934, -3.735642928557569 40.410977929422344)",
"detectorLocationId": "7a96ff89-5137-44dd-805f-a51fa83e9b5f",
"mapModelEntity": {
"mapModelEntityId": "62660b7f-f57c-4f2b-b4f5-25d416734d60",
"entityId": "179257896",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "179257896",
"osm_name": "Paseo de Extremadura",
"raw_name": "PSO. EXTREMADURA E-O(GRAL. MANSO-ALFONSO CEA)",
"aadt": 9193.35102739726,
"aawt": 9917.809865900383
}
},
{
"code": "DET_198644582",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "(TACTICO) Po VIRGEN DEL PUERTO N-E(GIRO A CDAD. PLASENCIA)",
"detectorLocation": {
"shape": "LINESTRING (-3.720768345815346 40.41523941887711, -3.720781723671381 40.41515262994141, -3.720848612951558 40.414718685262926)",
"detectorLocationId": "2a0b98e9-0df8-43a6-af80-60fd76f33e43",
"mapModelEntity": {
"mapModelEntityId": "8c075e6f-940e-455c-89ac-f78f4e31cc44",
"entityId": "198644582",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "198644582",
"osm_name": "Paseo de la Virgen del Puerto",
"raw_name": "(TACTICO) Po VIRGEN DEL PUERTO N-E(GIRO A CDAD. PLASENCIA)",
"aadt": 3227.264886433395,
"aawt": 3391.4457264957264
}
},
{
"code": "DET_198644582_DEDUP_445429",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "Po VIRGEN DEL PUERTO N-S(GTA. SAN VICENTE-PTE. SEGOVIA)",
"detectorLocation": {
"shape": "LINESTRING (-3.72079270961891 40.4153996785964, -3.720806869507479 40.41531296257074, -3.720877668950323 40.41487938244242)",
"detectorLocationId": "27ce41ca-e142-4a56-a04a-d481c3ec3163",
"mapModelEntity": {
"mapModelEntityId": "bde3fa07-db76-45e4-baf3-5da3e35ddbda",
"entityId": "198644582",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "198644582",
"osm_name": "Paseo de la Virgen del Puerto",
"raw_name": "Po VIRGEN DEL PUERTO N-S(GTA. SAN VICENTE-PTE. SEGOVIA)",
"aadt": 5369.1658609576425,
"aawt": 5430.815705128205
}
},
{
"code": "DET_214257065",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "17NC65PM01",
"detectorLocation": {
"shape": "LINESTRING (-3.722436177917063 40.41365400177565, -3.722428563357692 40.413739953866006, -3.722390490560837 40.4141697143178)",
"detectorLocationId": "2b742bc5-af8b-4403-83df-29166749db35",
"mapModelEntity": {
"mapModelEntityId": "1458cba9-0b2e-468f-84b3-953e8ef252a5",
"entityId": "214257065",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "214257065",
"osm_name": "Calle 30",
"raw_name": "17NC65PM01",
"aadt": 67347.09414556962,
"aawt": 71384.86946902655
}
},
{
"code": "DET_214257069",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "18NC52PM01",
"detectorLocation": {
"shape": "LINESTRING (-3.721871038003181 40.42036390492906, -3.721928501918244 40.42044297913774, -3.722215821493561 40.42083835018113)",
"detectorLocationId": "318341d0-3c3d-4e9f-8a1b-a3cce06ae240",
"mapModelEntity": {
"mapModelEntityId": "a8955ea9-789f-49e9-a9ee-1fb6e39a2d24",
"entityId": "214257069",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "214257069",
"osm_name": "Calle 30",
"raw_name": "18NC52PM01",
"aadt": 3126.6513157894738,
"aawt": 3430.3765432098767
}
},
{
"code": "DET_214257069_DEDUP_445388",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "18NC20PM01",
"detectorLocation": {
"shape": "LINESTRING (-3.721677368427336 40.41821883622961, -3.721659230836115 40.418307415094816, -3.721568542880013 40.41875030942083)",
"detectorLocationId": "e1fe2f88-fdb6-401b-b4a5-67530a0ed369",
"mapModelEntity": {
"mapModelEntityId": "da93570c-210d-42a2-84f4-a0a4deeffc30",
"entityId": "214257069",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "214257069",
"osm_name": "Calle 30",
"raw_name": "18NC20PM01",
"aadt": 44923.86656118143,
"aawt": 47972.02138643068
}
},
{
"code": "DET_242694705",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "18XC46PM01",
"detectorLocation": {
"shape": "LINESTRING (-3.722577631060362 40.42005072537731, -3.722532130744393 40.419970554106406, -3.722304629164552 40.419569697751896)",
"detectorLocationId": "cb880fc1-61c0-4929-b30d-58ea5e0ec376",
"mapModelEntity": {
"mapModelEntityId": "0e9a1a8b-a51a-455a-9c7e-0162174cfba3",
"entityId": "242694705",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "242694705",
"osm_name": "Calle 30",
"raw_name": "18XC46PM01",
"aadt": 45081.29324894515,
"aawt": 47977.4808259587
}
},
{
"code": "DET_24466578",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "PTA. DEL ANGEL N-S Ã4 (SALIDA CASA DE CAMPO",
"detectorLocation": {
"shape": "LINESTRING (-3.730496032950975 40.41504867102783, -3.730424936472973 40.415000882541456, -3.730069454082964 40.41476194010957)",
"detectorLocationId": "9efc6056-edb5-4e1b-8618-3de896de8dca",
"mapModelEntity": {
"mapModelEntityId": "c9628c30-34b6-4b86-8753-deed8add643d",
"entityId": "24466578",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "24466578",
"osm_name": "Paseo Puerta del Ángel",
"raw_name": "PTA. DEL ANGEL N-S Ã4 (SALIDA CASA DE CAMPO",
"aadt": 2391.7217555887955,
"aawt": 2256.771899207209
}
},
{
"code": "DET_245104847",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "18RA28PM01",
"detectorLocation": {
"shape": "LINESTRING (-3.721827293388752 40.41722874799069, -3.721794109852984 40.41731474278308, -3.721628192174146 40.417744716745005)",
"detectorLocationId": "fd343252-b15d-4ba7-b373-1d0e20f6e41f",
"mapModelEntity": {
"mapModelEntityId": "20fe06e3-1862-4b4e-80c9-413c605711bc",
"entityId": "245104847",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "245104847",
"raw_name": "18RA28PM01",
"aadt": 14307.64451476793,
"aawt": 15131.64786135693
}
},
{
"code": "DET_245104849",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "18NC52PM02",
"detectorLocation": {
"shape": "LINESTRING (-3.721787476327969 40.42041274504149, -3.721842824489214 40.420487668865626, -3.722119565295438 40.42086228798631)",
"detectorLocationId": "e61befe8-63bf-46d8-827c-bcc98a934c88",
"mapModelEntity": {
"mapModelEntityId": "77ed5eab-416d-487d-a980-373853b8aeea",
"entityId": "245104849",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "245104849",
"raw_name": "18NC52PM02",
"aadt": 32176.767141350214,
"aawt": 35000.63126843658
}
},
{
"code": "DET_261929378",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "CARAMUEL N-S(DOÃA MENCIA-ANTILLON SENTIDO)",
"detectorLocation": {
"shape": "LINESTRING (-3.726693690777511 40.41099999994803, -3.726735132027387 40.41091855563644, -3.726942338276768 40.41051133407849)",
"detectorLocationId": "f33f9ccd-567f-4ea7-878d-3a76bc95c9e1",
"mapModelEntity": {
"mapModelEntityId": "41722908-2fcc-4f2e-a5ef-6d7943db8f92",
"entityId": "261929378",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "261929378",
"osm_name": "Calle de Caramuel",
"raw_name": "CARAMUEL N-S(DOÃA MENCIA-ANTILLON SENTIDO)",
"aadt": 2814.0127853881277,
"aawt": 2955.630268199234
}
},
{
"code": "DET_261929378_DEDUP_445435",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "CARAMUEL N-S(Pº EXTREMADURA-JUAN TORNERO)",
"detectorLocation": {
"shape": "LINESTRING (-3.727008777874816 40.41272006985437, -3.726990692569716 40.41263378081241, -3.726900266044215 40.412202335602615)",
"detectorLocationId": "5b269b73-530b-4ec0-91f1-e1e7143c7387",
"mapModelEntity": {
"mapModelEntityId": "798b45df-f104-4313-b68c-a3562b7c274d",
"entityId": "261929378",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "261929378",
"osm_name": "Calle de Caramuel",
"raw_name": "CARAMUEL N-S(Pº EXTREMADURA-JUAN TORNERO)",
"aadt": 7909.977509898007,
"aawt": 8626.179968769822
}
},
{
"code": "DET_26674010",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "CUESTA DE LA VEGA N-S(CDAD.DE PLASENCIA-SEGOVIA)",
"detectorLocation": {
"shape": "LINESTRING (-3.716792241837773 40.414719818347095, -3.71679573342044 40.41463247100799, -3.716813191333775 40.41419573431247)",
"detectorLocationId": "609542e3-9c29-4350-8504-e75f3e921b28",
"mapModelEntity": {
"mapModelEntityId": "64a78a15-be81-44f6-abd9-4a65e94b7f70",
"entityId": "26674010",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "26674010",
"osm_name": "Paseo de la Ciudad de Plasencia",
"raw_name": "CUESTA DE LA VEGA N-S(CDAD.DE PLASENCIA-SEGOVIA)",
"aadt": 4959.440833291392,
"aawt": 5192.904610836518
}
},
{
"code": "DET_27267182",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "18RL09PM01",
"detectorLocation": {
"shape": "LINESTRING (-3.722722671658967 40.419969632735764, -3.722677171228002 40.41988946152144, -3.722449669073178 40.419488605449835)",
"detectorLocationId": "f3bd851a-2fbe-4248-869f-aa6eedf3261e",
"mapModelEntity": {
"mapModelEntityId": "ecf6c27d-88b5-4d5a-a40d-ff861bec57e7",
"entityId": "27267182",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "27267182",
"raw_name": "18RL09PM01",
"aadt": 22651.927742616033,
"aawt": 23775.127949852507
}
},
{
"code": "DET_27452818",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "BAILEN N-S(REQUENA-CUESTA LA VEGA)",
"detectorLocation": {
"shape": "LINESTRING (-3.713501969931167 40.41567018776881, -3.713511831756985 40.41558312438563, -3.713561140886074 40.41514780746971)",
"detectorLocationId": "2963b33a-4b13-4c11-9213-1f00060d3dd6",
"mapModelEntity": {
"mapModelEntityId": "e0175102-31f0-411b-9bda-c32d74c1507f",
"entityId": "27452818",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "27452818",
"osm_name": "Calle de Bailén",
"raw_name": "BAILEN N-S(REQUENA-CUESTA LA VEGA)",
"aadt": 6020.920771945979,
"aawt": 6178.530074786325
}
},
{
"code": "DET_27813563",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "STA. URSULA S-N (DOÃA URRACA-ANTONIO ZAMORA)",
"detectorLocation": {
"shape": "LINESTRING (-3.730539465738589 40.412166472533656, -3.730516118676056 40.412252020073446, -3.730399383363391 40.412679757772395)",
"detectorLocationId": "a70a6de3-91bf-4a4d-9c65-7855d9f946b2",
"mapModelEntity": {
"mapModelEntityId": "5ecea948-a71d-46b2-8030-42aab0809c9a",
"entityId": "27813563",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "27813563",
"osm_name": "Calle de Santa Úrsula",
"raw_name": "STA. URSULA S-N (DOÃA URRACA-ANTONIO ZAMORA)",
"aadt": 2154.933247508431,
"aawt": 2191.402359084315
}
},
{
"code": "DET_27813563_DEDUP_445448",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "STA. URSULA S-N",
"detectorLocation": {
"shape": "LINESTRING (-3.730440110685219 40.41265789131651, -3.730440054564752 40.412749851105936, -3.730439773962417 40.41320965005305)",
"detectorLocationId": "91914ae2-1f08-42e2-b3be-8896ca88ae16",
"mapModelEntity": {
"mapModelEntityId": "e5a72f90-d495-41fc-80e7-7d4ed58566fd",
"entityId": "27813563",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "27813563",
"osm_name": "Calle de Santa Úrsula",
"raw_name": "STA. URSULA S-N",
"aadt": 1977.5738357843134,
"aawt": 2048.8162280701754
}
},
{
"code": "DET_27813609",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "MILAGROSA S-N(JOSE ESPELIUS-PSO. EXTREMADURA)",
"detectorLocation": {
"shape": "LINESTRING (-3.736269683918202 40.41045178998277, -3.736326500343428 40.41052762324488, -3.736610582469555 40.410906789555426)",
"detectorLocationId": "6d535191-a65e-4cac-a825-b489a48a826c",
"mapModelEntity": {
"mapModelEntityId": "d5e82178-1acd-42d2-8dc4-bc426d4a2f59",
"entityId": "27813609",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "27813609",
"osm_name": "Calle de la Milagrosa",
"raw_name": "MILAGROSA S-N(JOSE ESPELIUS-PSO. EXTREMADURA)",
"aadt": 404.90776255707755,
"aawt": 436.3544061302682
}
},
{
"code": "DET_27813653",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "FRANCISO BRIZUELA S-N(BENICASIM-Pº EXTREMADURA)",
"detectorLocation": {
"shape": "LINESTRING (-3.738925615616068 40.40923940329134, -3.738889819028743 40.40932239702295, -3.738710836092116 40.409737365680996)",
"detectorLocationId": "a3c6f80a-9ab9-4a80-b2c4-6d759f795db1",
"mapModelEntity": {
"mapModelEntityId": "a0c0506c-1571-4ec6-94dd-981cd98d16c4",
"entityId": "27813653",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "27813653",
"osm_name": "Calle de Francisco Brizuela",
"raw_name": "FRANCISO BRIZUELA S-N(BENICASIM-Pº EXTREMADURA)",
"aadt": 3135.552366565962,
"aawt": 3304.769420903955
}
},
{
"code": "DET_27813894",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "(TACTICO) ALFONSO ACEA N-S",
"detectorLocation": {
"shape": "LINESTRING (-3.738119239967964 40.41041328343266, -3.738073841112846 40.41033629799243, -3.737846846837252 40.409951370791276)",
"detectorLocationId": "780cb734-6be3-4be5-887d-2077d5cce8ee",
"mapModelEntity": {
"mapModelEntityId": "3ca84646-acf1-43aa-b1bc-0826723ddc69",
"entityId": "27813894",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "27813894",
"osm_name": "Calle de Alfonso Cea",
"raw_name": "(TACTICO) ALFONSO ACEA N-S",
"aadt": 1317.8695023148148,
"aawt": 1406.1848705501618
}
},
{
"code": "DET_27813898",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "GRAL. MANSO N-S(ALMIRANTE REQUESENS-PSO. EXTREMADURA)",
"detectorLocation": {
"shape": "LINESTRING (-3.736785848104189 40.41085065331605, -3.736740450456265 40.41077366735149, -3.736513462216645 40.41038873752872)",
"detectorLocationId": "14d2c426-9962-45b4-b0d7-5ee95362302d",
"mapModelEntity": {
"mapModelEntityId": "fa9035cb-6fe8-465c-bcbd-c56ecdce08c9",
"entityId": "27813898",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "27813898",
"osm_name": "Calle del General Manso",
"raw_name": "GRAL. MANSO N-S(ALMIRANTE REQUESENS-PSO. EXTREMADURA)",
"aadt": 317.0524218975681,
"aawt": 332.672115921532
}
},
{
"code": "DET_27813900",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "PTA. ANGEL N-S(AV. PORTUGAL-Pº EXTREMADURA)",
"detectorLocation": {
"shape": "LINESTRING (-3.729438602222793 40.4143374569699, -3.729350408719477 40.414281845634335, -3.728909441202895 40.41400378895649)",
"detectorLocationId": "74f3c803-bb42-4119-8c61-87f95f3d1f06",
"mapModelEntity": {
"mapModelEntityId": "c7447d48-ddda-49d7-8991-6f508a146f27",
"entityId": "27813900",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "27813900",
"osm_name": "Plaza de la Puerta del Ángel",
"raw_name": "PTA. ANGEL N-S(AV. PORTUGAL-Pº EXTREMADURA)",
"aadt": 3345.362121212121,
"aawt": 3302.3343971631207
}
},
{
"code": "DET_27813900_DEDUP_445443",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "PTA. DEL ANGEL S-N(PSO. EXTREMADURA-AV. PORTUGAL)",
"detectorLocation": {
"shape": "LINESTRING (-3.7286179699095 40.41382626751083, -3.728703294573511 40.41388443483241, -3.729129917893564 40.41417527144033)",
"detectorLocationId": "9f80f0b3-910b-475f-b1dd-a8c7b5ff6395",
"mapModelEntity": {
"mapModelEntityId": "3daf03eb-4b32-4ba6-9abc-8bada988fd39",
"entityId": "27813900",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "27813900",
"osm_name": "Plaza de la Puerta del Ángel",
"raw_name": "PTA. DEL ANGEL S-N(PSO. EXTREMADURA-AV. PORTUGAL)",
"aadt": 4024.325206043956,
"aawt": 4088.3235576923075
}
},
{
"code": "DET_28682115",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "18RM17PM01",
"detectorLocation": {
"shape": "LINESTRING (-3.722977873857999 40.41827916186313, -3.723075691859332 40.41823391525222, -3.723564781865993 40.418007682197675)",
"detectorLocationId": "8afa5309-82a2-4f13-82d5-9c3e9b66e310",
"mapModelEntity": {
"mapModelEntityId": "d6be2d76-4696-4c6a-865a-c8922d92bb29",
"entityId": "28682115",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "28682115",
"raw_name": "18RM17PM01",
"aadt": 26943.376054852317,
"aawt": 28695.265855457226
}
},
{
"code": "DET_28682154",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "18XC11PM01",
"detectorLocation": {
"shape": "LINESTRING (-3.722927900726374 40.41665206032327, -3.722894186765245 40.41667275186286, -3.722725616959602 40.41677620956081)",
"detectorLocationId": "a8a950f0-7a86-4394-bc17-6674ae7b96e5",
"mapModelEntity": {
"mapModelEntityId": "9ec6ce05-ab41-45c4-a5c9-4e4dfe7ae5fd",
"entityId": "28682154",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "28682154",
"raw_name": "18XC11PM01",
"aadt": 42913.520569620254,
"aawt": 45724.842920353985
}
},
{
"code": "DET_28682587",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "03FL08PM01",
"detectorLocation": {
"shape": "LINESTRING (-3.720879173870062 40.41953957552996, -3.720851153346534 40.41955180694353, -3.720711050728891 40.419612964011385)",
"detectorLocationId": "6b6f08e4-f66c-423d-88de-4bc741a0c270",
"mapModelEntity": {
"mapModelEntityId": "f3e7c9e0-1821-43b5-85fe-f323c61f17ab",
"entityId": "28682587",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "28682587",
"raw_name": "03FL08PM01",
"aadt": 16701.308544303796,
"aawt": 17583.306415929204
}
},
{
"code": "DET_28682587_DEDUP_445373",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "03FT08PM01",
"detectorLocation": {
"shape": "LINESTRING (-3.720768832304163 40.41903744556539, -3.72075725941848 40.419124385969205, -3.720699394990067 40.4195590879883)",
"detectorLocationId": "94917584-7b27-4761-aa6b-cf7134e0821f",
"mapModelEntity": {
"mapModelEntityId": "019d7caf-a516-4662-82bc-3c4e90d903c6",
"entityId": "28682587",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "28682587",
"raw_name": "03FT08PM01",
"aadt": 11671.939345991561,
"aawt": 12310.27470501475
}
},
{
"code": "DET_28701928",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "04FT74PM01",
"detectorLocation": {
"shape": "LINESTRING (-3.736426718506062 40.41185627785912, -3.736323543418955 40.41189392067596, -3.735807667983419 40.412082134760134)",
"detectorLocationId": "f07ef314-441c-4ca7-8f7f-ec9844603b53",
"mapModelEntity": {
"mapModelEntityId": "6b6a0a17-5fcb-4c29-9f38-bfab1b37cb69",
"entityId": "28701928",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "28701928",
"osm_name": "Avenida de Portugal",
"raw_name": "04FT74PM01",
"aadt": 43070.61919831224,
"aawt": 45908.77175516224
}
},
{
"code": "DET_28701928_DEDUP_445412",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "AV. PORTUGAL O-E (FRUELA-PTA. DEL ANGEL)",
"detectorLocation": {
"shape": "LINESTRING (-3.730616043024455 40.41399337771483, -3.730513647874117 40.41403225173098, -3.730001672122423 40.41422662181172)",
"detectorLocationId": "9416bc6e-2e1a-46a5-8f04-f36bd097209f",
"mapModelEntity": {
"mapModelEntityId": "295f18eb-1e64-4f7a-be31-10e208962d22",
"entityId": "28701928",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "28701928",
"osm_name": "Avenida de Portugal",
"raw_name": "AV. PORTUGAL O-E (FRUELA-PTA. DEL ANGEL)",
"aadt": 4028.621978851964,
"aawt": 4239.4033687943265
}
},
{
"code": "DET_28702031",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "03FL56PM01",
"detectorLocation": {
"shape": "LINESTRING (-3.72493849296255 40.41634722019546, -3.725043313817854 40.416312323117396, -3.725567418094377 40.416137837727064)",
"detectorLocationId": "314e1f58-f078-4345-a02e-0f7bf84b4580",
"mapModelEntity": {
"mapModelEntityId": "92d60bba-3781-4cd9-ad2e-6b3912686fe1",
"entityId": "28702031",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "28702031",
"osm_name": "Avenida de Portugal",
"raw_name": "03FL56PM01",
"aadt": 39638.22627737226,
"aawt": 42188.64540816326
}
},
{
"code": "DET_28702031_DEDUP_445462",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "AV. PORTUGAL E-O (SAAVEDRA FAJARDO-PTA. DEL ANGEL)",
"detectorLocation": {
"shape": "LINESTRING (-3.728892234757148 40.414910562657354, -3.728994534995346 40.414871543020595, -3.729506036186333 40.4146764448368)",
"detectorLocationId": "3399d1ea-b6c4-42b5-ab57-f90b2271ca2d",
"mapModelEntity": {
"mapModelEntityId": "dcb859ac-27b3-46b9-b6bf-1b38644b3fda",
"entityId": "28702031",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "28702031",
"osm_name": "Avenida de Portugal",
"raw_name": "AV. PORTUGAL E-O (SAAVEDRA FAJARDO-PTA. DEL ANGEL)",
"aadt": 2618.2370512820517,
"aawt": 2706.4597639484978
}
},
{
"code": "DET_28702253",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "MARQUES MONISTROL N-S (CALLE 30)",
"detectorLocation": {
"shape": "LINESTRING (-3.724118417353385 40.41496596674192, -3.724139224516733 40.41488003762009, -3.724243260333472 40.414450392010934)",
"detectorLocationId": "d8fc4f9a-7a86-4bbf-bec8-f3c72c6a8899",
"mapModelEntity": {
"mapModelEntityId": "74218585-2d6a-4f9b-97e3-914d2c9c7ccb",
"entityId": "28702253",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "28702253",
"osm_name": "Paseo del Marqués de Monistrol",
"raw_name": "MARQUES MONISTROL N-S (CALLE 30)",
"aadt": 10609.686294765841,
"aawt": 10691.214124839124
}
},
{
"code": "DET_28702367",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "Pº ERMITA SANTO S-N",
"detectorLocation": {
"shape": "LINESTRING (-3.724110470791307 40.41296760281929, -3.724136326996303 40.41305272744524, -3.724265608021281 40.41347835057498)",
"detectorLocationId": "043343ab-7a09-42e7-b22f-9a9484408571",
"mapModelEntity": {
"mapModelEntityId": "ba1b7ad7-c13b-4e80-aa3b-e05005ee88cc",
"entityId": "28702367",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "28702367",
"osm_name": "Paseo de la Ermita del Santo",
"raw_name": "Pº ERMITA SANTO S-N",
"aadt": 2504.5964187327822,
"aawt": 2602.591698841699
}
},
{
"code": "DET_28702578",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "Po MELANCOLICOS S-N(Po IMPERIAL-RONDA DE SEGOVIA)",
"detectorLocation": {
"shape": "LINESTRING (-3.718658174367595 40.409939879454484, -3.71861771508211 40.41002161303112, -3.71841541865469 40.4104302809143)",
"detectorLocationId": "50e79230-27a1-4a06-992e-7ac05326af3b",
"mapModelEntity": {
"mapModelEntityId": "2680b03c-7db9-4ddf-bb18-342945e7500a",
"entityId": "28702578",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "28702578",
"osm_name": "Calle Santa María Real de Nieva",
"raw_name": "Po MELANCOLICOS S-N(Po IMPERIAL-RONDA DE SEGOVIA)",
"aadt": 681.5670206217297,
"aawt": 722.6555126555126
}
},
{
"code": "DET_293717620",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "03FL20PM01",
"detectorLocation": {
"shape": "LINESTRING (-3.721286683234985 40.418142552757615, -3.721337849377506 40.418064402334934, -3.721593680090112 40.41767365022153)",
"detectorLocationId": "ce67fecf-a772-4e68-ad67-1557a580391a",
"mapModelEntity": {
"mapModelEntityId": "b036bdda-9729-49b2-be6b-a2545cf5435b",
"entityId": "293717620",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "293717620",
"raw_name": "03FL20PM01",
"aadt": 22879.07301829268,
"aawt": 24398.786479013044
}
},
{
"code": "DET_293722999",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "Po VIRGEN DEL PUERTO S-N(CDAD PLASENCIA-GTA SAN VICENTE)",
"detectorLocation": {
"shape": "LINESTRING (-3.720232896624975 40.41828988866929, -3.720218603211986 40.418376591976276, -3.720147136147042 40.418810108511195)",
"detectorLocationId": "80587f9e-96ac-4c74-a8b2-d4cf1f8e793c",
"mapModelEntity": {
"mapModelEntityId": "2911cb96-6a21-437d-9839-179ef760c963",
"entityId": "293722999",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "293722999",
"osm_name": "Paseo de la Virgen del Puerto",
"raw_name": "Po VIRGEN DEL PUERTO S-N(CDAD PLASENCIA-GTA SAN VICENTE)",
"aadt": 10985.855125844077,
"aawt": 11440.897008547008
}
},
{
"code": "DET_293920274",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "18RV21PM01",
"detectorLocation": {
"shape": "LINESTRING (-3.740904792921633 40.409938998885906, -3.740993022465104 40.40989252710425, -3.74143417018246 40.409660168195956)",
"detectorLocationId": "0b720323-f6fd-4fef-9dcb-f891428715ab",
"mapModelEntity": {
"mapModelEntityId": "edc09bd8-b9ba-4746-aa8a-bdbab99cd8c7",
"entityId": "293920274",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "293920274",
"osm_name": "Carretera Parque de Atracciones",
"raw_name": "18RV21PM01",
"aadt": 2820.8923378076065,
"aawt": 2700.5535993740223
}
},
{
"code": "DET_29486859",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "SAN SEBASTIAN N-S(HUERTAS - ATOCHA)",
"detectorLocation": {
"shape": "LINESTRING (-3.70141185333424 40.41413016623585, -3.701452082163979 40.4140483655168, -3.701653226312674 40.41363936192154)",
"detectorLocationId": "d06cf396-dfa6-4757-9b28-74a50a3afc22",
"mapModelEntity": {
"mapModelEntityId": "3921fad1-53db-40e6-a2e3-52fedf940ace",
"entityId": "29486859",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "29486859",
"osm_name": "Calle de San Sebastián",
"raw_name": "SAN SEBASTIAN N-S(HUERTAS - ATOCHA)",
"aadt": 4033.2377197112364,
"aawt": 4077.9412182852147
}
},
{
"code": "DET_31262334",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "CONDE DE ROMANONES N-S(CONCEPCION JERONIMA-COLEGIATA)",
"detectorLocation": {
"shape": "LINESTRING (-3.704839351453539 40.41324866579719, -3.704871263917024 40.413164750493536, -3.705030826234452 40.41274517397526)",
"detectorLocationId": "360ef87a-d643-48b1-8484-87d7181a4cc0",
"mapModelEntity": {
"mapModelEntityId": "b73f051d-becc-44b2-8164-6dbbbececdf3",
"entityId": "31262334",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "31262334",
"osm_name": "Calle del Conde de Romanones",
"raw_name": "CONDE DE ROMANONES N-S(CONCEPCION JERONIMA-COLEGIATA)",
"aadt": 3268.9050030693675,
"aawt": 3287.009722222222
}
},
{
"code": "DET_31293092",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "JUAN TORNERO E-O(LAIN CALVO-CARAMUEL)",
"detectorLocation": {
"shape": "LINESTRING (-3.725889119543583 40.41181083481477, -3.726000896920718 40.41179248646722, -3.726559783806394 40.41170074472946)",
"detectorLocationId": "bdb3b97b-bc4a-4917-8539-544ac106ca7b",
"mapModelEntity": {
"mapModelEntityId": "4a79d72a-1a46-40e6-a412-eb996542ecc2",
"entityId": "31293092",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "31293092",
"osm_name": "Calle de Juan Tornero",
"raw_name": "JUAN TORNERO E-O(LAIN CALVO-CARAMUEL)",
"aadt": 2617.5024238227147,
"aawt": 2742.0050259403374
}
},
{
"code": "DET_31309326",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "SEGOVIA O-E(SAN JUSTO-COSTANILLA DE SAN PEDRO)",
"detectorLocation": {
"shape": "LINESTRING (-3.71040733972106 40.4135156203092, -3.710516782617233 40.41354089504031, -3.711063997098099 40.41366726869589)",
"detectorLocationId": "4dc47fe8-4380-4cfd-8ffa-68f502e54026",
"mapModelEntity": {
"mapModelEntityId": "7756b2bb-00f7-4324-801a-3560f72264f8",
"entityId": "31309326",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "31309326",
"osm_name": "Calle de Segovia",
"raw_name": "SEGOVIA O-E(SAN JUSTO-COSTANILLA DE SAN PEDRO)",
"aadt": 3720.8638351749537,
"aawt": 3753.764583333333
}
},
{
"code": "DET_32151224",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "Po IMPERIAL E-O(JEMENUNO-RONDA DE SEGOVIA)",
"detectorLocation": {
"shape": "LINESTRING (-3.717867868629169 40.409809491146305, -3.717896027737794 40.40989418804533, -3.718036823280921 40.410317672540444)",
"detectorLocationId": "9fdde1e5-669f-4b9e-9180-8ca3c729b7b0",
"mapModelEntity": {
"mapModelEntityId": "6567f5c3-1852-475d-8b58-2c9224bbd0d3",
"entityId": "32151224",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "32151224",
"osm_name": "Paseo Imperial",
"raw_name": "Po IMPERIAL E-O(JEMENUNO-RONDA DE SEGOVIA)",
"aadt": 2252.3693444136657,
"aawt": 2416.9510939510938
}
},
{
"code": "DET_33538049",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "PSO. EXTREMADURA O-E(LAIN CALVO-SAAVEDRA FAJARDO)",
"detectorLocation": {
"shape": "LINESTRING (-3.726226352292167 40.41387663702122, -3.726113037035522 40.413888245379155, -3.725546460752297 40.41394628716884)",
"detectorLocationId": "e98ba090-8e22-4d8b-8129-0ec3c750924e",
"mapModelEntity": {
"mapModelEntityId": "5427260c-106e-409c-88be-f0d95f81b358",
"entityId": "33538049",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "33538049",
"osm_name": "Paseo de Extremadura",
"raw_name": "PSO. EXTREMADURA O-E(LAIN CALVO-SAAVEDRA FAJARDO)",
"aadt": 14254.975570776254,
"aawt": 14953.79342273308
}
},
{
"code": "DET_33538051",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "PSO. EXTREMADURA E-O(CARAMUEL-PTA. ANGEL)",
"detectorLocation": {
"shape": "LINESTRING (-3.727471966653559 40.4137852282099, -3.727585207737934 40.41377319804647, -3.728151413159813 40.41371304722931)",
"detectorLocationId": "aadf7fea-c5e6-433c-a50f-2c6e99bb9dba",
"mapModelEntity": {
"mapModelEntityId": "65dad767-217b-4c6d-9f5f-dc87c49d7a11",
"entityId": "33538051",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "33538051",
"osm_name": "Paseo de Extremadura",
"raw_name": "PSO. EXTREMADURA E-O(CARAMUEL-PTA. ANGEL)",
"aadt": 11557.176255707764,
"aawt": 12018.389208173692
}
},
{
"code": "DET_33538051_DEDUP_445465",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "Pº EXTREMADURA O-E(PTA. ANGEL-CARAMUEL)(CARRIL ABIERTO)",
"detectorLocation": {
"shape": "LINESTRING (-3.72828555863019 40.41363850487237, -3.728172687900702 40.413652419697826, -3.727608334253266 40.41372199382512)",
"detectorLocationId": "3b527519-d119-4ed9-8f50-a704181b22ac",
"mapModelEntity": {
"mapModelEntityId": "cf8341bb-ca4e-45ee-9a73-cabbc3d9bf33",
"entityId": "33538051",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "33538051",
"osm_name": "Paseo de Extremadura",
"raw_name": "Pº EXTREMADURA O-E(PTA. ANGEL-CARAMUEL)(CARRIL ABIERTO)",
"aadt": 10853.764155251143,
"aawt": 11213.771711366539
}
},
{
"code": "DET_33538053",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "PSO. EXTREMADURA E-O(ALONSO FERNANDEZ-CARAMUEL)",
"detectorLocation": {
"shape": "LINESTRING (-3.726277881358953 40.413945020598675, -3.726390809812692 40.41393138092581, -3.726955452081389 40.413863182561485)",
"detectorLocationId": "8faf7c91-a1c1-47ec-9bda-b1c2dbdc1090",
"mapModelEntity": {
"mapModelEntityId": "a5bb385f-eb52-43a4-974e-91a46fae09be",
"entityId": "33538053",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "33538053",
"osm_name": "Paseo de Extremadura",
"raw_name": "PSO. EXTREMADURA E-O(ALONSO FERNANDEZ-CARAMUEL)",
"aadt": 17119.387231797282,
"aawt": 16994.313162819715
}
},
{
"code": "DET_33538053_DEDUP_445440",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "PSO. EXTREMADURA O-E(CARAMUEL-LAIN CALVO)",
"detectorLocation": {
"shape": "LINESTRING (-3.727078001125071 40.41377341586555, -3.726964686200122 40.41378502505564, -3.726398111575377 40.413843071006085)",
"detectorLocationId": "e3cb338c-f95e-40e4-a514-280051c17007",
"mapModelEntity": {
"mapModelEntityId": "d622d16e-7cd6-429b-a6db-01b3e16289f1",
"entityId": "33538053",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "33538053",
"osm_name": "Paseo de Extremadura",
"raw_name": "PSO. EXTREMADURA O-E(CARAMUEL-LAIN CALVO)",
"aadt": 13024.5698630137,
"aawt": 13676.228927203065
}
},
{
"code": "DET_36107974",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "REPULLES VARGASS-N",
"detectorLocation": {
"shape": "LINESTRING (-3.734914087660443 40.41100736380277, -3.73497090305337 40.411083197729134, -3.735254980018009 40.41146236736097)",
"detectorLocationId": "8ef9fbe7-6a1d-4249-8209-8fd17dec22a5",
"mapModelEntity": {
"mapModelEntityId": "c98b5494-8d49-46d1-bb68-4aa8dbb873ee",
"entityId": "36107974",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "36107974",
"osm_name": "Calle Repullés y Vargas",
"raw_name": "REPULLES VARGASS-N",
"aadt": 823.8145833333333,
"aawt": 899.62109375
}
},
{
"code": "DET_36301467",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "PSO. EXTREMADURA O-E(FCO. BRIZUELA-NAVAS DEL REY)",
"detectorLocation": {
"shape": "LINESTRING (-3.738604057514538 40.40987802735031, -3.738500886578016 40.40991567231285, -3.737985031895409 40.410103897125545)",
"detectorLocationId": "c75c6468-ed0d-40e3-ad2a-a6179ae1f92f",
"mapModelEntity": {
"mapModelEntityId": "045d27ac-bde2-478b-a663-37084127810a",
"entityId": "36301467",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "36301467",
"osm_name": "Paseo de Extremadura",
"raw_name": "PSO. EXTREMADURA O-E(FCO. BRIZUELA-NAVAS DEL REY)",
"aadt": 8272.326940639268,
"aawt": 8933.827266922095
}
},
{
"code": "DET_36301468",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "(AFOROS)Pº EXTREMADURA O-E(STA. URSULA-JAIME VERA)",
"detectorLocation": {
"shape": "LINESTRING (-3.730495124394154 40.41288057712292, -3.730393494797233 40.41292060413548, -3.729885346812632 40.41312073919828)",
"detectorLocationId": "dfa693d2-d4ee-4ce7-af4d-e4844f3d5a29",
"mapModelEntity": {
"mapModelEntityId": "3557b285-46f1-444c-b321-baa462cac2b5",
"entityId": "36301468",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "36301468",
"osm_name": "Paseo de Extremadura",
"raw_name": "(AFOROS)Pº EXTREMADURA O-E(STA. URSULA-JAIME VERA)",
"aadt": 8989.876826484018,
"aawt": 9616.345625798212
}
},
{
"code": "DET_36301471",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "Pº EXTREMADURA O-E(REPULLES VARGAS-SISEBUTO)",
"detectorLocation": {
"shape": "LINESTRING (-3.734829597412615 40.41127254906412, -3.73472789727342 40.411312465924745, -3.734219396577446 40.411512050227856)",
"detectorLocationId": "904dbacd-3ec4-4a14-8a9f-3268d98b16c2",
"mapModelEntity": {
"mapModelEntityId": "9acf7514-7cb5-4740-acc7-b9cab5784d8f",
"entityId": "36301471",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "36301471",
"osm_name": "Paseo de Extremadura",
"raw_name": "Pº EXTREMADURA O-E(REPULLES VARGAS-SISEBUTO)",
"aadt": 7868.090218423551,
"aawt": 8483.477423638778
}
},
{
"code": "DET_36301471_DEDUP_445410",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "Pº EXTREMADURA E-O(GUADARRAMA-STA. URSULA)",
"detectorLocation": {
"shape": "LINESTRING (-3.731732363417927 40.41242955203296, -3.731629184789957 40.41246719067507, -3.731113291650107 40.412655383885635)",
"detectorLocationId": "8f0b08b5-9dbd-4734-80ea-5a1088c8da81",
"mapModelEntity": {
"mapModelEntityId": "52616221-3076-4a04-bd7c-cdbb2c9024a3",
"entityId": "36301471",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "36301471",
"osm_name": "Paseo de Extremadura",
"raw_name": "Pº EXTREMADURA E-O(GUADARRAMA-STA. URSULA)",
"aadt": 7483.224200913242,
"aawt": 8061.926245210728
}
},
{
"code": "DET_36301471_DEDUP_445464",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "PSO. EXTREMADURA O-E(SISEBUTO-GUADARRAMA)",
"detectorLocation": {
"shape": "LINESTRING (-3.733189153957306 40.41189271677379, -3.733085481000186 40.41192955201178, -3.732567116214584 40.4121137282017)",
"detectorLocationId": "dfd4b3e4-f55a-4d83-b0d1-96a2456e3d24",
"mapModelEntity": {
"mapModelEntityId": "73ac17a4-0f6b-41d5-8b9a-9529fb893ed7",
"entityId": "36301471",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "36301471",
"osm_name": "Paseo de Extremadura",
"raw_name": "PSO. EXTREMADURA O-E(SISEBUTO-GUADARRAMA)",
"aadt": 7770.953082191781,
"aawt": 8377.533365261812
}
},
{
"code": "DET_36301481",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "Pº EXTREMADURA E-O(FRUELA-GUADARRAMA)",
"detectorLocation": {
"shape": "LINESTRING (-3.730739094487791 40.41287054919427, -3.730842598810988 40.412833436274575, -3.731360120426974 40.412647871676114)",
"detectorLocationId": "9ad87bd5-8e62-477f-96d6-d020b0e9963d",
"mapModelEntity": {
"mapModelEntityId": "95de934c-cd66-413e-96e1-8c2f8b319313",
"entityId": "36301481",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "36301481",
"osm_name": "Paseo de Extremadura",
"raw_name": "Pº EXTREMADURA E-O(FRUELA-GUADARRAMA)",
"aadt": 7879.0323059360735,
"aawt": 8277.981641123883
}
},
{
"code": "DET_36301481_DEDUP_445405",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "FRUELA N-S",
"detectorLocation": {
"shape": "LINESTRING (-3.73075037444329 40.413117344096065, -3.730704982063019 40.4130403557637, -3.730478020161666 40.41265541410186)",
"detectorLocationId": "32240eca-e7c1-4c50-8b0d-c23b7ab843ea",
"mapModelEntity": {
"mapModelEntityId": "5321b159-e2f3-4cbd-8fa7-ea88a1cb01d7",
"entityId": "36301481",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "36301481",
"osm_name": "Paseo de Extremadura",
"raw_name": "FRUELA N-S",
"aadt": 616.6024534805542,
"aawt": 654.4235295174477
}
},
{
"code": "DET_36301481_DEDUP_445416",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "(AFOROS)Pº EXTREMADURA E-O(PTA ANGEL-FRUELA)",
"detectorLocation": {
"shape": "LINESTRING (-3.729362365852897 40.41338564623712, -3.729467179806784 40.41335074516604, -3.729991249576221 40.41317623981067)",
"detectorLocationId": "c1ff3b0e-2186-4f13-a9ca-4ee4ab12bc4b",
"mapModelEntity": {
"mapModelEntityId": "c8b47e1a-4d44-4e9a-abf7-9a8143f2fa09",
"entityId": "36301481",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "36301481",
"osm_name": "Paseo de Extremadura",
"raw_name": "(AFOROS)Pº EXTREMADURA E-O(PTA ANGEL-FRUELA)",
"aadt": 7005.197488584476,
"aawt": 7356.202426564496
}
},
{
"code": "DET_380275223",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "PTE SEGOVIA O-E (FRENTE)(Po EXTREMADURA -Po VIRGEN DEL PUERTO)",
"detectorLocation": {
"shape": "LINESTRING (-3.722965267787602 40.41393698188572, -3.722851049569416 40.413933122193164, -3.722279958478485 40.41391382373039)",
"detectorLocationId": "91077782-4369-4bde-b536-bd490b20e33f",
"mapModelEntity": {
"mapModelEntityId": "33d598da-6e20-437c-b9a0-61d96d127ce9",
"entityId": "380275223",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "380275223",
"osm_name": "Puente de Segovia",
"raw_name": "PTE SEGOVIA O-E (FRENTE)(Po EXTREMADURA -Po VIRGEN DEL PUERTO)",
"aadt": 10471.589625537139,
"aawt": 10894.86485042735
}
},
{
"code": "DET_380275223_DEDUP_445433",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "PTE SEGOVIA E-O (VIRGEN PUERTO-MARQUES MONISTROL)",
"detectorLocation": {
"shape": "LINESTRING (-3.722547760773059 40.414040477799894, -3.722662020309662 40.41404353942486, -3.723233317992678 40.41405884754969)",
"detectorLocationId": "978ddb61-6629-4908-b50a-0a4e28d24715",
"mapModelEntity": {
"mapModelEntityId": "eab6d987-da73-426a-8bff-322833260c2d",
"entityId": "380275223",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "380275223",
"osm_name": "Puente de Segovia",
"raw_name": "PTE SEGOVIA E-O (VIRGEN PUERTO-MARQUES MONISTROL)",
"aadt": 16115.90824099723,
"aawt": 16513.933041504537
}
},
{
"code": "DET_380275223_DEDUP_445445",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "PTE SEGOVIA O-E (GIRO IZQDA)(Po EXTREMADURA -Po VIRGEN DEL PUERTO)",
"detectorLocation": {
"shape": "LINESTRING (-3.722973013242026 40.41399081859329, -3.722858794932406 40.41398695890921, -3.722287703384305 40.41396766048882)",
"detectorLocationId": "0da2b3ee-4ac5-4a63-8d8d-a09a749e8cb9",
"mapModelEntity": {
"mapModelEntityId": "488930ec-43fe-4cc6-94de-197db4113d78",
"entityId": "380275223",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "380275223",
"osm_name": "Puente de Segovia",
"raw_name": "PTE SEGOVIA O-E (GIRO IZQDA)(Po EXTREMADURA -Po VIRGEN DEL PUERTO)",
"aadt": 7956.741022099448,
"aawt": 8184.320993589742
}
},
{
"code": "DET_388101134",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "BAILEN N-S (GIRO A MAYOR)(SALIDA TUNEL-MAYOR)",
"detectorLocation": {
"shape": "LINESTRING (-3.713463243256927 40.41561492777197, -3.713456163276548 40.41552770633106, -3.713420763374654 40.41509159912653)",
"detectorLocationId": "924d7b57-8ce4-4124-b8da-5295420abc7e",
"mapModelEntity": {
"mapModelEntityId": "fb0b2a9a-508d-4905-b065-0972de345477",
"entityId": "388101134",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "388101134",
"osm_name": "Calle de Bailén",
"raw_name": "BAILEN N-S (GIRO A MAYOR)(SALIDA TUNEL-MAYOR)",
"aadt": 3457.300938750385,
"aawt": 3709.0993135993135
}
},
{
"code": "DET_398751337",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "TOLEDO N-S(SEGOVIA-SAN MILLAN)",
"detectorLocation": {
"shape": "LINESTRING (-3.707799121932242 40.41232837748318, -3.707839713590196 40.41224668304443, -3.708042671879964 40.41183821085069)",
"detectorLocationId": "6b5cb85a-aa86-4e29-834d-f232ba5cd7ce",
"mapModelEntity": {
"mapModelEntityId": "e2015d39-799c-46ce-8d81-c7bdbba2ae70",
"entityId": "398751337",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "398751337",
"osm_name": "Calle de Toledo",
"raw_name": "TOLEDO N-S(SEGOVIA-SAN MILLAN)",
"aadt": 5147.795656844691,
"aawt": 5053.410683760683
}
},
{
"code": "DET_398751337_DEDUP_445451",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "TOLEDO S-N(DUQUE DE ALBA-COLEGIATA)",
"detectorLocation": {
"shape": "LINESTRING (-3.707868410010053 40.41207607933609, -3.707825212250962 40.412156990212246, -3.707609223455509 40.41256154459303)",
"detectorLocationId": "c9f03e0a-3261-4dca-bea9-a984d442b5f2",
"mapModelEntity": {
"mapModelEntityId": "f18e74e4-10bb-4950-962c-2381a13a0f83",
"entityId": "398751337",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "398751337",
"osm_name": "Calle de Toledo",
"raw_name": "TOLEDO S-N(DUQUE DE ALBA-COLEGIATA)",
"aadt": 4689.240331491713,
"aawt": 4600.382051282051
}
},
{
"code": "DET_4085369",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "04FL92PM01",
"detectorLocation": {
"shape": "LINESTRING (-3.741010576663192 40.40975104913889, -3.741094133017615 40.40969977823377, -3.741511914789728 40.40944342370818)",
"detectorLocationId": "0f8ecde6-08c8-4d00-a404-5011fddb68e4",
"mapModelEntity": {
"mapModelEntityId": "7dedda23-b1ec-4eb5-b31c-87003b9a976d",
"entityId": "4085369",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "4085369",
"osm_name": "Autovía del Suroeste",
"raw_name": "04FL92PM01",
"aadt": 37460.531040268455,
"aawt": 40036.50821596244
}
},
{
"code": "DET_4085375",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "04FL12PM01",
"detectorLocation": {
"shape": "LINESTRING (-3.732490753811151 40.413503424056906, -3.732587552690586 40.41346829804203, -3.733071547087764 40.41329266796763)",
"detectorLocationId": "c1d891c0-f491-4321-a34c-54cb51f4d748",
"mapModelEntity": {
"mapModelEntityId": "a581c7d0-7cfb-499e-9cc7-02b3460ff357",
"entityId": "4085375",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "4085375",
"osm_name": "Autovía del Suroeste",
"raw_name": "04FL12PM01",
"aadt": 38201.698312236294,
"aawt": 40842.70206489675
}
},
{
"code": "DET_4085376",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "04FT14PM01",
"detectorLocation": {
"shape": "LINESTRING (-3.732391144441935 40.41344698711296, -3.732293890732419 40.41348137069187, -3.731807622184837 40.4136532885864)",
"detectorLocationId": "64064a85-d619-43c0-a649-2bd4c97a66e5",
"mapModelEntity": {
"mapModelEntityId": "f33d13c6-c882-45c0-9252-a48e6805b35b",
"entityId": "4085376",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "4085376",
"osm_name": "Autovía del Suroeste",
"raw_name": "04FT14PM01",
"aadt": 42604.01740506329,
"aawt": 45466.068584070796
}
},
{
"code": "DET_416554691",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "AV SAAVEDRA FAJARDO N-S(AV PORTUGAL-Pº EXTREMADURA)",
"detectorLocation": {
"shape": "LINESTRING (-3.724917431180372 40.414811521215746, -3.724920282545332 40.41472415929864, -3.72493453937013 40.41428734971313)",
"detectorLocationId": "39c2151f-287d-4f02-9c38-859aa8121848",
"mapModelEntity": {
"mapModelEntityId": "35ce399f-1f45-4acd-9622-f8c2240cbb6c",
"entityId": "416554691",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "416554691",
"osm_name": "Calle de Saavedra Fajardo",
"raw_name": "AV SAAVEDRA FAJARDO N-S(AV PORTUGAL-Pº EXTREMADURA)",
"aadt": 1540.0503902662992,
"aawt": 1609.2813706563707
}
},
{
"code": "DET_41699518",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "COLEGIATA O-E(TOLEDO-ROMANONES)",
"detectorLocation": {
"shape": "LINESTRING (-3.706451315878247 40.4130102883077, -3.706347003157644 40.412974519351856, -3.705825439554629 40.41279567457262)",
"detectorLocationId": "d1402f9b-806e-40eb-b09e-4c38d5d4595d",
"mapModelEntity": {
"mapModelEntityId": "34570217-48ff-4f3b-8230-c842c0edef31",
"entityId": "41699518",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "41699518",
"osm_name": "Calle de la Colegiata",
"raw_name": "COLEGIATA O-E(TOLEDO-ROMANONES)",
"aadt": 2080.482236034377,
"aawt": 2076.628151709402
}
},
{
"code": "DET_423231391",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "ATOCHA E-O(LEON-SAN SEBASTIAN)",
"detectorLocation": {
"shape": "LINESTRING (-3.700440848833895 40.41300667398316, -3.700538070542425 40.413052655701364, -3.701024179085072 40.41328256429237)",
"detectorLocationId": "5d7bc0d3-bcdf-46f7-ae14-7cbe54d806ff",
"mapModelEntity": {
"mapModelEntityId": "c29ac5fb-4498-49b5-b8ba-ce7eecbac288",
"entityId": "423231391",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "423231391",
"osm_name": "Calle de Atocha",
"raw_name": "ATOCHA E-O(LEON-SAN SEBASTIAN)",
"aadt": 11718.443907305094,
"aawt": 11620.12767094017
}
},
{
"code": "DET_423231391_DEDUP_445417",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "(AFOROS) ATOCHA E-O(SAN SEBASTIAN-DR. CORTEZO)",
"detectorLocation": {
"shape": "LINESTRING (-3.701790329476573 40.413552292994154, -3.701895441697062 40.413586669156395, -3.702421002799507 40.413758549967596)",
"detectorLocationId": "52d1b5db-09d4-45b0-bfcc-5807b4494b1b",
"mapModelEntity": {
"mapModelEntityId": "3a3db41a-a841-47a6-beb2-0848fc485174",
"entityId": "423231391",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "423231391",
"osm_name": "Calle de Atocha",
"raw_name": "(AFOROS) ATOCHA E-O(SAN SEBASTIAN-DR. CORTEZO)",
"aadt": 15818.108841940533,
"aawt": 15797.82440087146
}
},
{
"code": "DET_423638485",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "MAGDALENA O-E(CANIZARES -AVE MARIA)",
"detectorLocation": {
"shape": "LINESTRING (-3.701125461922202 40.41235777643857, -3.701011135448271 40.4123580167991, -3.700439503078616 40.412359218601736)",
"detectorLocationId": "b20bbcbc-4fcb-46de-9c3a-976ba9bab3c2",
"mapModelEntity": {
"mapModelEntityId": "1a0c0714-d818-4460-acb3-6fbfefa76735",
"entityId": "423638485",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "423638485",
"osm_name": "Calle de la Magdalena",
"raw_name": "MAGDALENA O-E(CANIZARES -AVE MARIA)",
"aadt": 6773.676609266092,
"aawt": 6695.245014245015
}
},
{
"code": "DET_4264184",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "MAYOR E-O (SACRAMENTO-BAILEN)",
"detectorLocation": {
"shape": "LINESTRING (-3.712712557703797 40.4151807597995, -3.712823858356775 40.41516077524329, -3.713380361621663 40.41506085246223)",
"detectorLocationId": "2e0a997f-dc26-47cb-b57e-fb528d34903d",
"mapModelEntity": {
"mapModelEntityId": "8fb3868b-de49-4f4e-b6af-9a57426ced66",
"entityId": "4264184",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "4264184",
"osm_name": "Calle Mayor",
"raw_name": "MAYOR E-O (SACRAMENTO-BAILEN)",
"aadt": 6236.860420503375,
"aawt": 6257.107425213675
}
},
{
"code": "DET_4319468",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "BAILEN N-S(CUESTA DE LA VEGA-DON PEDRO)",
"detectorLocation": {
"shape": "LINESTRING (-3.713609981887578 40.41462830182945, -3.713619384271549 40.41454120885469, -3.713666396191404 40.4141057439809)",
"detectorLocationId": "f4a66025-84a3-41b3-a2d2-e8acc47b38b0",
"mapModelEntity": {
"mapModelEntityId": "0697515a-33c3-4d4a-8761-bd80f98e81f4",
"entityId": "4319468",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "4319468",
"osm_name": "Calle de Bailén",
"raw_name": "BAILEN N-S(CUESTA DE LA VEGA-DON PEDRO)",
"aadt": 8964.161794045425,
"aawt": 9330.960202991453
}
},
{
"code": "DET_43264976",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "03FL08PM02",
"detectorLocation": {
"shape": "LINESTRING (-3.720868017460699 40.41921315560661, -3.720883443340653 40.41913469804171, -3.720960572740425 40.41874241021719)",
"detectorLocationId": "2ba2116a-3ca4-46bb-8e7b-1b600673c08d",
"mapModelEntity": {
"mapModelEntityId": "c2a34bb4-0ab3-4411-a6da-888d344385df",
"entityId": "43264976",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "43264976",
"raw_name": "03FL08PM02",
"aadt": 5911.898734177215,
"aawt": 6428.644911504425
}
},
{
"code": "DET_4346292",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "TOLEDO S-N(ARGANZUELA-LOPEZ SILVA)",
"detectorLocation": {
"shape": "LINESTRING (-3.709830413895949 40.409474292594766, -3.709768477418912 40.40954774483673, -3.709458795033727 40.409915006046546)",
"detectorLocationId": "67bad62f-88ec-48fb-ad05-745e20041d8e",
"mapModelEntity": {
"mapModelEntityId": "d67fe19b-1dd3-49ce-9c01-eac70b57d134",
"entityId": "4346292",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "4346292",
"osm_name": "Calle de Toledo",
"raw_name": "TOLEDO S-N(ARGANZUELA-LOPEZ SILVA)",
"aadt": 4181.744360036832,
"aawt": 4161.5915064102555
}
},
{
"code": "DET_44614885",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "Pº EXTREMADURA O-E(NAVAS DEL REY-LA MILAGROSA)",
"detectorLocation": {
"shape": "LINESTRING (-3.73991883644391 40.4093852586169, -3.739815667088113 40.40942290453651, -3.739299820309129 40.40961113413457)",
"detectorLocationId": "55ed2058-2756-42df-a31a-13b9d0a7ef5b",
"mapModelEntity": {
"mapModelEntityId": "0f5d8bc2-7337-476a-a633-b7747a325478",
"entityId": "44614885",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "44614885",
"osm_name": "Paseo de Extremadura",
"raw_name": "Pº EXTREMADURA O-E(NAVAS DEL REY-LA MILAGROSA)",
"aadt": 6681.799315068493,
"aawt": 7192.582375478927
}
},
{
"code": "DET_44618925",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "05FT10PM01",
"detectorLocation": {
"shape": "LINESTRING (-3.740869343808445 40.40968211886764, -3.740785779568991 40.40972919100431, -3.740367958371724 40.409964551687644)",
"detectorLocationId": "1fbf39c0-7457-4591-a56a-4b0ae121b3b2",
"mapModelEntity": {
"mapModelEntityId": "3af1b7f8-27ff-4ba3-a1b5-51d3e65cb803",
"entityId": "44618925",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "44618925",
"osm_name": "Autovía del Suroeste",
"raw_name": "05FT10PM01",
"aadt": 44372.28010948905,
"aawt": 47186.607142857145
}
},
{
"code": "DET_44704760",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "VIRGEN DEL PUERTO(FRENTE)S-N(MANZANARES-SEGOVIA)",
"detectorLocation": {
"shape": "LINESTRING (-3.721099126124477 40.412850068247266, -3.721087973172708 40.41293704034942, -3.721032208413864 40.413371900860184)",
"detectorLocationId": "c5124948-f02d-41c8-8298-1b357fdc000e",
"mapModelEntity": {
"mapModelEntityId": "22955d74-9346-46ba-a3de-d43c1c263844",
"entityId": "44704760",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "44704760",
"osm_name": "Paseo de la Virgen del Puerto",
"raw_name": "VIRGEN DEL PUERTO(FRENTE)S-N(MANZANARES-SEGOVIA)",
"aadt": 7039.123341049383,
"aawt": 7406.032730404822
}
},
{
"code": "DET_44704760_DEDUP_445458",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "VIRGEN DEL PUERTO S-N(GIRO A PTE SEGOVIA)(MANZANARES-SEGOVIA",
"detectorLocation": {
"shape": "LINESTRING (-3.7211852278737 40.41285683767035, -3.721174075031925 40.41294380977975, -3.721118310823047 40.41337867032675)",
"detectorLocationId": "210d6532-99a4-4acc-a861-9ae028c58fc2",
"mapModelEntity": {
"mapModelEntityId": "b605c126-b8e2-443a-aa8a-24d7abcb74ec",
"entityId": "44704760",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "44704760",
"osm_name": "Paseo de la Virgen del Puerto",
"raw_name": "VIRGEN DEL PUERTO S-N(GIRO A PTE SEGOVIA)(MANZANARES-SEGOVIA",
"aadt": 8588.032343462246,
"aawt": 8929.287980769232
}
},
{
"code": "DET_44885764",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "SEGOVIA E-O(CUCHILLEROS-SAN JUSTO)",
"detectorLocation": {
"shape": "LINESTRING (-3.71273826650963 40.41387392585095, -3.712623941261318 40.41387465786176, -3.71205231501976 40.41387831791582)",
"detectorLocationId": "ed449758-014b-4e09-a4f8-610967c7782b",
"mapModelEntity": {
"mapModelEntityId": "3db91c26-344e-47fb-9220-740d3c1eb3d0",
"entityId": "44885764",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "44885764",
"osm_name": "Calle de Segovia",
"raw_name": "SEGOVIA E-O(CUCHILLEROS-SAN JUSTO)",
"aadt": 6721.361379680786,
"aawt": 6854.210523504273
}
},
{
"code": "DET_44885764_DEDUP_445442",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "SEGOVIA E-O(CUESTA DE LOS CIEGOS-CUESTA LA VEGA)",
"detectorLocation": {
"shape": "LINESTRING (-3.71564928063956 40.413924181162784, -3.715763605909453 40.41392495205449, -3.716335232258914 40.413928806513)",
"detectorLocationId": "9858bf12-f104-4cda-b9c1-81a063f4e850",
"mapModelEntity": {
"mapModelEntityId": "98762084-e5d4-4365-86f7-40c2efbaeed9",
"entityId": "44885764",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "44885764",
"osm_name": "Calle de Segovia",
"raw_name": "SEGOVIA E-O(CUESTA DE LOS CIEGOS-CUESTA LA VEGA)",
"aadt": 3240.465561955965,
"aawt": 3278.411185841586
}
},
{
"code": "DET_45084922",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "Po FLORIDA, 11 N-S(MOZART-ENTRADA ESTACION DEL NORTE)",
"detectorLocation": {
"shape": "LINESTRING (-3.721555260836971 40.4215043650507, -3.721477378608474 40.421440382077385, -3.721087967465989 40.421120467210805)",
"detectorLocationId": "3b94d2ff-3636-4f9a-8aea-b1573e3c7436",
"mapModelEntity": {
"mapModelEntityId": "335596a7-c479-455d-85c5-1be7a9d2f706",
"entityId": "45084922",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "45084922",
"osm_name": "Paseo de la Florida",
"raw_name": "Po FLORIDA, 11 N-S(MOZART-ENTRADA ESTACION DEL NORTE)",
"aadt": 7805.977631982812,
"aawt": 7881.094177350427
}
},
{
"code": "DET_45316487",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "SEGOVIA, 65 E-O(RONDA SEGOVIA-Po VIRGEN DEL PUERTO)",
"detectorLocation": {
"shape": "LINESTRING (-3.718812544560234 40.413993140346925, -3.718926868954437 40.41399390157562, -3.719498490925449 40.41399770771911)",
"detectorLocationId": "a588339c-ffde-4d99-bfd8-e2a6dc404ed6",
"mapModelEntity": {
"mapModelEntityId": "73214694-14fe-4f7f-92cb-2c1faad23daa",
"entityId": "45316487",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "45316487",
"osm_name": "Calle de Segovia",
"raw_name": "SEGOVIA, 65 E-O(RONDA SEGOVIA-Po VIRGEN DEL PUERTO)",
"aadt": 7546.100176488643,
"aawt": 7838.03530982906
}
},
{
"code": "DET_454578052",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "PSO. EXTREMADURA E-O(GUADARRAMA-SISEBUTO)",
"detectorLocation": {
"shape": "LINESTRING (-3.732289370800819 40.4123000041574, -3.73239167363143 40.41226099422641, -3.732903187784487 40.41206594457144)",
"detectorLocationId": "ce0bc29d-47da-4054-a05b-6311013e6b98",
"mapModelEntity": {
"mapModelEntityId": "720eb73b-96ae-4bfe-96a8-3d1b361ea5d2",
"entityId": "454578052",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "454578052",
"osm_name": "Paseo de Extremadura",
"raw_name": "PSO. EXTREMADURA E-O(GUADARRAMA-SISEBUTO)",
"aadt": 6322.918721461187,
"aawt": 6656.628352490421
}
},
{
"code": "DET_454578052_DEDUP_445359",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "Pº EXTREMADURA E-O(TURISMUNDO-GRAL. MANSO)",
"detectorLocation": {
"shape": "LINESTRING (-3.736776182324566 40.41063221165375, -3.736879535818425 40.410594858979024, -3.737396303287719 40.410408095605405)",
"detectorLocationId": "afbabf0e-b4cb-42cb-b6c1-7ae08c6f22ed",
"mapModelEntity": {
"mapModelEntityId": "066d235d-5299-406a-be2f-34caee8812c1",
"entityId": "454578052",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "454578052",
"osm_name": "Paseo de Extremadura",
"raw_name": "Pº EXTREMADURA E-O(TURISMUNDO-GRAL. MANSO)",
"aadt": 5192.961643835616,
"aawt": 5463.2614942528735
}
},
{
"code": "DET_454578052_DEDUP_445421",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "PSO. EXTREMADURA E-O(TURISMUNDO-GRAL. MANSO)",
"detectorLocation": {
"shape": "LINESTRING (-3.735334850842956 40.411168277382956, -3.735438880865228 40.41113203847131, -3.735959030976588 40.41095084391307)",
"detectorLocationId": "35b57c30-eb3e-4852-839c-bfa83fdc6ff1",
"mapModelEntity": {
"mapModelEntityId": "f7af3db6-9a86-445f-bf72-9382a0cf8df8",
"entityId": "454578052",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "454578052",
"osm_name": "Paseo de Extremadura",
"raw_name": "PSO. EXTREMADURA E-O(TURISMUNDO-GRAL. MANSO)",
"aadt": 6371.148972602739,
"aawt": 6728.267081736909
}
},
{
"code": "DET_454578052_DEDUP_445455",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "Pº EXTREMADURA E-O(SISEBUTO-TURISIMUNDO)",
"detectorLocation": {
"shape": "LINESTRING (-3.733697157696998 40.41177531073568, -3.733801679534047 40.41173990538061, -3.734324288719295 40.41156287860525)",
"detectorLocationId": "20bc395b-0e57-4b50-b965-a5521e054a01",
"mapModelEntity": {
"mapModelEntityId": "3921bad7-911b-45ce-ac82-6b8809f15f2d",
"entityId": "454578052",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "454578052",
"osm_name": "Paseo de Extremadura",
"raw_name": "Pº EXTREMADURA E-O(SISEBUTO-TURISIMUNDO)",
"aadt": 6022.891780821918,
"aawt": 6332.30459770115
}
},
{
"code": "DET_49016408",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "CUCHILLEROS N-S(MAESTRO VILLA -TINTOREROS)",
"detectorLocation": {
"shape": "LINESTRING (-3.708024439773598 40.41444582095991, -3.708048773567724 40.41436043388459, -3.708170442538353 40.41393349850797)",
"detectorLocationId": "14193a0a-b638-4816-90ae-34c4d66c3c3d",
"mapModelEntity": {
"mapModelEntityId": "9ebf6ebd-ad79-428e-9f09-5e449d6f7192",
"entityId": "49016408",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "49016408",
"osm_name": "Calle de Cuchilleros",
"raw_name": "CUCHILLEROS N-S(MAESTRO VILLA -TINTOREROS)",
"aadt": 3329.6011380323052,
"aawt": 3348.870113168724
}
},
{
"code": "DET_4950417",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "17NC80PM01",
"detectorLocation": {
"shape": "LINESTRING (-3.72235250528288 40.41509700568048, -3.72234489048203 40.41518295774527, -3.722306816477783 40.41561271806924)",
"detectorLocationId": "09a7e759-d3ac-40cb-853c-e4ae877e3c6b",
"mapModelEntity": {
"mapModelEntityId": "d63f0500-7190-4f80-b8cd-92a8ed967d73",
"entityId": "4950417",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "4950417",
"raw_name": "17NC80PM01",
"aadt": 48174.850474683546,
"aawt": 51672.37057522124
}
},
{
"code": "DET_4950418",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "18RC06PM01",
"detectorLocation": {
"shape": "LINESTRING (-3.721626299645233 40.41720281368788, -3.721561683645288 40.41727764172978, -3.721238603645566 40.4176517819393)",
"detectorLocationId": "8578d78a-b8b7-4514-85fe-413bc843efdd",
"mapModelEntity": {
"mapModelEntityId": "47f44068-5594-4033-9225-9ad6d862adfc",
"entityId": "4950418",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "4950418",
"raw_name": "18RC06PM01",
"aadt": 3865.4200949367087,
"aawt": 4135.351769911505
}
},
{
"code": "DET_4950419",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "03FT52PM01",
"detectorLocation": {
"shape": "LINESTRING (-3.725010880549047 40.41619364162075, -3.724909242695188 40.41623366383196, -3.724401053425893 40.416433774888006)",
"detectorLocationId": "45d0e475-e33b-4391-a0b3-6993848a1c86",
"mapModelEntity": {
"mapModelEntityId": "ef961040-0e45-4a18-8f6f-a79ef00313f2",
"entityId": "4950419",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "4950419",
"raw_name": "03FT52PM01",
"aadt": 41522.808808016875,
"aawt": 44429.712758112095
}
},
{
"code": "DET_5132908",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "PSO. EXTREMADURA E-O(SAAVEDRA FAJARDO-ALONSO FERNANDEZ)",
"detectorLocation": {
"shape": "LINESTRING (-3.725107471750066 40.414081459395064, -3.725220400684853 40.41406782086172, -3.725785045358791 40.413999628194986)",
"detectorLocationId": "9a96dfbb-331c-48d9-9336-24ad4ca90169",
"mapModelEntity": {
"mapModelEntityId": "4c13fc4e-7c0f-4733-9d7a-512fe2cdb912",
"entityId": "5132908",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "5132908",
"osm_name": "Paseo de Extremadura",
"raw_name": "PSO. EXTREMADURA E-O(SAAVEDRA FAJARDO-ALONSO FERNANDEZ)",
"aadt": 11321.788223140496,
"aawt": 11776.611486486487
}
},
{
"code": "DET_553501872",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "CONCEPCION JERONIMA O-E(SALVADOR -TOLEDO)",
"detectorLocation": {
"shape": "LINESTRING (-3.706433930477627 40.413912596299525, -3.706541030282628 40.41388201265688, -3.707076529307631 40.41372909444364)",
"detectorLocationId": "98b8bb76-0546-4659-aeb7-310f2643cd14",
"mapModelEntity": {
"mapModelEntityId": "9e652ae5-2cbb-42e6-80bd-395aa205852c",
"entityId": "553501872",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "553501872",
"osm_name": "Calle de la Concepción Jerónima",
"raw_name": "CONCEPCION JERONIMA O-E(SALVADOR -TOLEDO)",
"aadt": 5561.935926949049,
"aawt": 5624.625213675214
}
},
{
"code": "DET_556954611",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "DR. CORTEZO S-N(DR. CORTEZO-PL. JACINTO BENAVENTE)",
"detectorLocation": {
"shape": "LINESTRING (-3.70367618559442 40.413712379260744, -3.703656741806811 40.413798495097346, -3.703559522868765 40.41422907428036)",
"detectorLocationId": "c2553342-3573-49b3-973d-6b35a8c53a4a",
"mapModelEntity": {
"mapModelEntityId": "ba08bdad-6147-492a-a124-3f2845d2c41e",
"entityId": "556954611",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "556954611",
"osm_name": "Calle del Doctor Cortezo",
"raw_name": "DR. CORTEZO S-N(DR. CORTEZO-PL. JACINTO BENAVENTE)",
"aadt": 2114.3038290362188,
"aawt": 2078.6406517094015
}
},
{
"code": "DET_5927797",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "PLAZA DE LA CEBADA O-E(HUMILLADERO-TOLEDO)",
"detectorLocation": {
"shape": "LINESTRING (-3.709780859910525 40.41136726969552, -3.709667750284683 40.41135455784804, -3.709102202155476 40.41129099861067)",
"detectorLocationId": "67239280-cffd-4723-9a89-565d65d2d900",
"mapModelEntity": {
"mapModelEntityId": "759c86b1-fa91-424f-9767-f3fecd02ea4d",
"entityId": "5927797",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "5927797",
"osm_name": "Plaza de la Cebada",
"raw_name": "PLAZA DE LA CEBADA O-E(HUMILLADERO-TOLEDO)",
"aadt": 2622.444214241866,
"aawt": 2600.0851495726497
}
},
{
"code": "DET_71054743",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "RONDA DE SEGOVIA S-N(GIL IMON -ALGECIRAS)",
"detectorLocation": {
"shape": "LINESTRING (-3.717452563358226 40.40993900040628, -3.717504164055225 40.410016982146736, -3.717762167540224 40.410406890849)",
"detectorLocationId": "794f53cb-a74f-43e4-95c1-bee0f78dbbe7",
"mapModelEntity": {
"mapModelEntityId": "2fe93a3b-9772-4c02-9249-12602f8cfde7",
"entityId": "71054743",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "71054743",
"osm_name": "Ronda de Segovia",
"raw_name": "RONDA DE SEGOVIA S-N(GIL IMON -ALGECIRAS)",
"aadt": 4114.172690300798,
"aawt": 4404.457425213675
}
},
{
"code": "DET_73531594",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "CARAMUEL S-N(JUAN TORNERO-Pº EXTREMADURA)",
"detectorLocation": {
"shape": "LINESTRING (-3.726998414627075 40.41289942245919, -3.727015510840728 40.41298582868321, -3.727100991908991 40.41341785980332)",
"detectorLocationId": "ab2b6e1f-1640-46fe-862a-56b2318e1538",
"mapModelEntity": {
"mapModelEntityId": "1f2cf8e0-26f6-4e61-b566-6675396cde55",
"entityId": "73531594",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "73531594",
"osm_name": "Calle de Caramuel",
"raw_name": "CARAMUEL S-N(JUAN TORNERO-Pº EXTREMADURA)",
"aadt": 2311.4636815920394,
"aawt": 2477.430264993027
}
},
{
"code": "DET_7648762",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "CUESTA DE LA VEGA O-E (RONDA SEGOVIA-BAILEN)",
"detectorLocation": {
"shape": "LINESTRING (-3.714843183424929 40.41510786751992, -3.714729271775269 40.41510038645011, -3.714159713526971 40.41506298110107)",
"detectorLocationId": "1832c296-2083-4a19-908b-55b2c3f1eb8c",
"mapModelEntity": {
"mapModelEntityId": "ca7e8b6a-109f-4038-b71d-cd4aef89d8ae",
"entityId": "7648762",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "7648762",
"osm_name": "Calle Mayor",
"raw_name": "CUESTA DE LA VEGA O-E (RONDA SEGOVIA-BAILEN)",
"aadt": 2629.9486022646856,
"aawt": 2737.2053086419755
}
},
{
"code": "DET_909029029",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "TOLEDO N-S(SAN MILLAN-LOPEZ SILVA)",
"detectorLocation": {
"shape": "LINESTRING (-3.708587458399346 40.41109800498184, -3.708650567166476 40.41102513633973, -3.708966111002128 40.410660793129196)",
"detectorLocationId": "a1323317-f376-4abe-86d1-f5db647f920c",
"mapModelEntity": {
"mapModelEntityId": "685efd3b-8828-41c7-a096-f76ecb181718",
"entityId": "909029029",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "909029029",
"osm_name": "Calle de Toledo",
"raw_name": "TOLEDO N-S(SAN MILLAN-LOPEZ SILVA)",
"aadt": 5163.236878453039,
"aawt": 5133.767948717949
}
},
{
"code": "DET_96312179",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "18RA66PM01",
"detectorLocation": {
"shape": "LINESTRING (-3.721985497918107 40.4198814301735, -3.722096803409865 40.41986143668012, -3.722653330868653 40.41976146921325)",
"detectorLocationId": "f86d800f-4c22-4102-a1e6-e7e61ea866c8",
"mapModelEntity": {
"mapModelEntityId": "3b2a4759-b0a8-4039-8775-8a10f9fb8415",
"entityId": "96312179",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "96312179",
"raw_name": "18RA66PM01",
"aadt": 14065.613924050633,
"aawt": 14861.535398230088
}
},
{
"code": "DET_HASH_10_2469628477653358054",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "18RL29PM01",
"detectorLocation": {
"shape": "LINESTRING (-3.722948039612811 40.41792020202997, -3.722908927549613 40.41793429145973, -3.722713367233623 40.41800473860854)",
"detectorLocationId": "de2745a0-8abb-47fc-a35b-bb161ab85a4a",
"mapModelEntity": {
"mapModelEntityId": "d01f0116-8ebc-466c-8467-5b6a145e172b",
"entityId": "DET_HASH_10_2469628477653358054",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"raw_name": "18RL29PM01",
"aadt": 9260.548786919831,
"aawt": 9384.617994100294
}
},
{
"code": "DET_HASH_93_3964227395971478804",
"countDeviceCode": "DEV_CLUSTER_2947685538190390689",
"name": "18RN69PM01",
"detectorLocation": {
"shape": "LINESTRING (-3.722920260152027 40.4171461084054, -3.722886545944759 40.41716679994226, -3.722717974908418 40.41727025762656)",
"detectorLocationId": "145e799a-9624-47c4-b46c-28d183b98367",
"mapModelEntity": {
"mapModelEntityId": "4fc44a4d-bbda-494a-a34d-74dea8b309c7",
"entityId": "DET_HASH_93_3964227395971478804",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"raw_name": "18RN69PM01",
"aadt": 22977.8736814346,
"aawt": 24272.296828908555
}
}
]
}
]
},
{
"id": "bb2c2015-a4a7-4423-bf77-d4c42ee2eb2a",
"countSiteType": "SENSOR_SITE",
"name": "Madrid_Site_1",
"siteLocation": {
"code": "SITE_1",
"shape": "POLYGON ((-3.751400454353838 40.40352662013336, -3.754005651371923 40.40490783358655, -3.753597611407501 40.40598814560735, -3.74330620741678 40.408434920023275, -3.742831899484748 40.40853850651533, -3.741423430623603 40.40730358862146, -3.745307258014417 40.40399840870331, -3.749044110768645 40.40369213219124, -3.751400454353838 40.40352662013336))",
"siteLocationId": "c8e5ab9c-1fc1-46ff-add4-22df51d45c50"
},
"countDevices": [
{
"code": "DEV_44618924",
"id": "ca07bce1-aac3-430f-b802-73500be5b0d8",
"countSiteCode": "SITE_1",
"mapVersion": "20260430153359",
"name": "DEV_44618924",
"hardwareId": "DEV_44618924",
"deviceLocation": {
"hardwarePosition": "POINT (-3.746666062825093 40.40693133368469)",
"shape": "POLYGON ((-3.746616062825093 40.40693133368469, -3.7466163035887594 40.406926432827674, -3.7466170235610727 40.40692157916859, -3.7466182158083066 40.40691681945083, -3.7466198688484673 40.40691219951307, -3.7466219667618756 40.40690776384785, -3.746624489344478 40.40690355517304, -3.746627412302425 40.40689961402048, -3.7466307074860334 40.40689597834563, -3.746634343160885 40.40689268316202, -3.746638284313442 40.40688976020407, -3.7466424929882516 40.40688723762147, -3.7466469286534747 40.406885139708066, -3.74665154859123 40.4068834866679, -3.7466563083089923 40.40688229442067, -3.7466611619680763 40.406881574448356, -3.746666062825093 40.40688133368469, -3.7466709636821096 40.406881574448356, -3.7466758173411936 40.40688229442067, -3.7466805770589557 40.4068834866679, -3.746685196996711 40.406885139708066, -3.7466896326619343 40.40688723762147, -3.746693841336744 40.40688976020407, -3.746697782489301 40.40689268316202, -3.7467014181641525 40.40689597834563, -3.746704713347761 40.40689961402048, -3.746707636305708 40.40690355517304, -3.7467101588883103 40.40690776384785, -3.7467122568017186 40.40691219951307, -3.7467139098418794 40.40691681945083, -3.746715102089113 40.40692157916859, -3.7467158220614265 40.406926432827674, -3.746716062825093 40.40693133368469, -3.7467158220614265 40.4069362345417, -3.746715102089113 40.40694108820079, -3.7467139098418794 40.40694584791855, -3.7467122568017186 40.406950467856305, -3.7467101588883103 40.40695490352153, -3.746707636305708 40.40695911219634, -3.746704713347761 40.406963053348896, -3.7467014181641525 40.40696668902375, -3.746697782489301 40.40696998420736, -3.746693841336744 40.406972907165304, -3.7466896326619343 40.40697542974791, -3.746685196996711 40.40697752766131, -3.7466805770589557 40.40697918070148, -3.7466758173411936 40.40698037294871, -3.7466709636821096 40.40698109292102, -3.746666062825093 40.40698133368469, -3.7466611619680763 40.40698109292102, -3.7466563083089923 40.40698037294871, -3.74665154859123 40.40697918070148, -3.7466469286534747 40.40697752766131, -3.7466424929882516 40.40697542974791, -3.746638284313442 40.406972907165304, -3.746634343160885 40.40696998420736, -3.7466307074860334 40.40696668902375, -3.746627412302425 40.406963053348896, -3.746624489344478 40.40695911219634, -3.7466219667618756 40.40695490352153, -3.7466198688484673 40.406950467856305, -3.7466182158083066 40.40694584791855, -3.7466170235610727 40.40694108820079, -3.7466163035887594 40.4069362345417, -3.746616062825093 40.40693133368469))",
"deviceLocationId": "1faa76eb-76ac-4f92-81f2-eb7fe5dd5f79"
},
"isActive": true,
"detectors": [
{
"code": "DET_44618924",
"countDeviceCode": "DEV_44618924",
"name": "05FT66PM01",
"detectorLocation": {
"shape": "LINESTRING (-3.746928777255853 40.406785874247305, -3.746834159884582 40.40682430153553, -3.746361073028223 40.40701643797665)",
"detectorLocationId": "4137c72f-e97c-41ee-ba8f-3247e2161c11",
"mapModelEntity": {
"mapModelEntityId": "4d9cbaff-3634-4128-bee5-7ac53a109147",
"entityId": "44618924",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "44618924",
"osm_name": "Autovía del Suroeste",
"raw_name": "05FT66PM01",
"aadt": 53171.05638888889,
"aawt": 56692.4926012461
}
}
]
},
{
"code": "DEV_CLUSTER_5376174200360892376",
"id": "b73ab375-6648-46ac-b469-7de05078eed6",
"countSiteCode": "SITE_1",
"mapVersion": "20260430153359",
"name": "DEV_CLUSTER_5376174200360892376",
"hardwareId": "DEV_CLUSTER_5376174200360892376",
"deviceLocation": {
"hardwarePosition": "POINT (-3.7506497173396385 40.404814621351036)",
"shape": "POLYGON ((-3.751400454353838 40.40352662013336, -3.754005651371923 40.40490783358655, -3.753597611407501 40.40598814560735, -3.745219600475604 40.40564886508928, -3.745256030743088 40.404521278917336, -3.745307258014417 40.40399840870331, -3.749044110768645 40.40369213219124, -3.751400454353838 40.40352662013336))",
"deviceLocationId": "77412021-16e0-463d-993f-a44e8c1f9b26"
},
"isActive": true,
"detectors": [
{
"code": "DET_1049455570",
"countDeviceCode": "DEV_CLUSTER_5376174200360892376",
"name": "HIGUERAS Ã41 S-N(PALMIPEDO-SEPULVEDA)",
"detectorLocation": {
"shape": "LINESTRING (-3.745307258014417 40.40399840870331, -3.745298720135863 40.40408555373898, -3.745256030743088 40.404521278917336)",
"detectorLocationId": "445b52e7-491d-4ac7-b57d-c35479e40f0b",
"mapModelEntity": {
"mapModelEntityId": "9250602f-39c9-4c98-80c1-f68716a709bb",
"entityId": "1049455570",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "1049455570",
"osm_name": "Calle de Higueras",
"raw_name": "HIGUERAS Ã41 S-N(PALMIPEDO-SEPULVEDA)",
"aadt": 2626.986289303591,
"aawt": 2813.9017391451603
}
},
{
"code": "DET_1319712400",
"countDeviceCode": "DEV_CLUSTER_5376174200360892376",
"name": "VILLAGARCIA Ã57 O-E (VILLAGARCIA-VILLAMMANIN)",
"detectorLocation": {
"shape": "LINESTRING (-3.754005651371923 40.40490783358655, -3.753904764325334 40.40494892439947, -3.753400329092387 40.405154378464076)",
"detectorLocationId": "431bd8fe-50c8-4609-8f8b-a9d4d2e9d4e6",
"mapModelEntity": {
"mapModelEntityId": "59e38eaf-6f9c-4e75-8b27-0dc0c33e9f45",
"entityId": "1319712400",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "1319712400",
"osm_name": "Calle de Villagarcía",
"raw_name": "VILLAGARCIA Ã57 O-E (VILLAGARCIA-VILLAMMANIN)",
"aadt": 3123.261517713952,
"aawt": 3277.328794960374
}
},
{
"code": "DET_1344543516",
"countDeviceCode": "DEV_CLUSTER_5376174200360892376",
"name": "CEBREROS Ã130 E-O (CEBREROS-CARLINA)",
"detectorLocation": {
"shape": "LINESTRING (-3.749788925731678 40.40416880376848, -3.749895874262877 40.404137947788755, -3.75043061691887 40.40398366789014)",
"detectorLocationId": "af244af2-ab08-47e7-acdd-cb36b9fa82df",
"mapModelEntity": {
"mapModelEntityId": "60aa64e2-2ce4-4ab8-beff-a24aea200734",
"entityId": "1344543516",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "1344543516",
"osm_name": "Calle de Cebreros",
"raw_name": "CEBREROS Ã130 E-O (CEBREROS-CARLINA)",
"aadt": 1106.8671696554406,
"aawt": 1234.6016985030142
}
},
{
"code": "DET_1344543516_DEDUP_445515",
"countDeviceCode": "DEV_CLUSTER_5376174200360892376",
"name": "CEBREROS Ã130 GIRO E-N (CEBREROS-CARLINA)",
"detectorLocation": {
"shape": "LINESTRING (-3.749859206652613 40.40418131106873, -3.749966155131995 40.40415045518912, -3.750500897528904 40.40399617579104)",
"detectorLocationId": "d3b674aa-09c0-40c4-88a4-16f543a8b1e1",
"mapModelEntity": {
"mapModelEntityId": "5371fd60-27ab-4b1c-af2d-e07298add192",
"entityId": "1344543516",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "1344543516",
"osm_name": "Calle de Cebreros",
"raw_name": "CEBREROS Ã130 GIRO E-N (CEBREROS-CARLINA)",
"aadt": 4079.394760592817,
"aawt": 4278.505051496902
}
},
{
"code": "DET_1344543517",
"countDeviceCode": "DEV_CLUSTER_5376174200360892376",
"name": "CEBREROS, 54 O-E (CARLINA-HIGUERAS)",
"detectorLocation": {
"shape": "LINESTRING (-3.74693378116518 40.40475616826065, -3.74682145459596 40.40477238956165, -3.746259821749861 40.404853496066664)",
"detectorLocationId": "812a424e-5ef7-4b9a-8f07-ba387f3bd33e",
"mapModelEntity": {
"mapModelEntityId": "2b836fa1-d78d-48b0-a3d1-f0cec7b39f11",
"entityId": "1344543517",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "1344543517",
"osm_name": "Calle de Cebreros",
"raw_name": "CEBREROS, 54 O-E (CARLINA-HIGUERAS)",
"aadt": 2922.3070965155266,
"aawt": 3112.807703380072
}
},
{
"code": "DET_1344761207",
"countDeviceCode": "DEV_CLUSTER_5376174200360892376",
"name": "CEBREROS Ã177 O-E (RUEZA-CARLINA)",
"detectorLocation": {
"shape": "LINESTRING (-3.751400454353838 40.40352662013336, -3.751298948384411 40.40356680733187, -3.75079141853728 40.40376774332441)",
"detectorLocationId": "a8847861-0f46-4899-b579-2b651bf2dfb4",
"mapModelEntity": {
"mapModelEntityId": "7df219b0-342a-4e05-b925-9497a4bebc94",
"entityId": "1344761207",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "1344761207",
"osm_name": "Calle de Cebreros",
"raw_name": "CEBREROS Ã177 O-E (RUEZA-CARLINA)",
"aadt": 1291.765952276814,
"aawt": 1389.5959154643365
}
},
{
"code": "DET_134517233",
"countDeviceCode": "DEV_CLUSTER_5376174200360892376",
"name": "HIGUERAS Ã25 N-S(ALMAZAN-CEBREROS)",
"detectorLocation": {
"shape": "LINESTRING (-3.745219600475604 40.40564886508928, -3.745229151133236 40.40556178238871, -3.745276904421393 40.40512636888584)",
"detectorLocationId": "b53cb4b1-256e-4ebe-9404-bd2051f00fc2",
"mapModelEntity": {
"mapModelEntityId": "5360c6ae-4539-491d-b44a-0ada4dc492be",
"entityId": "134517233",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "134517233",
"osm_name": "Calle de Higueras",
"raw_name": "HIGUERAS Ã25 N-S(ALMAZAN-CEBREROS)",
"aadt": 2719.598775331681,
"aawt": 2893.386388267967
}
},
{
"code": "DET_1356177085",
"countDeviceCode": "DEV_CLUSTER_5376174200360892376",
"name": "SEPULVEDA, 119 E-O (HIGUERAS-A. MORÃN)",
"detectorLocation": {
"shape": "LINESTRING (-3.74635508814092 40.40434773077415, -3.746467692876977 40.404332684420716, -3.747030716557264 40.40425745265355)",
"detectorLocationId": "17610101-8bf0-42a6-aa02-571dd9c6d8a6",
"mapModelEntity": {
"mapModelEntityId": "541e8540-b669-4580-85bc-75743418f215",
"entityId": "1356177085",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "1356177085",
"osm_name": "Calle de Sepúlveda",
"raw_name": "SEPULVEDA, 119 E-O (HIGUERAS-A. MORÃN)",
"aadt": 2416.334104825776,
"aawt": 2578.684794757163
}
},
{
"code": "DET_1368794314",
"countDeviceCode": "DEV_CLUSTER_5376174200360892376",
"name": "(TACTICO)GIRO CEBREROS FRENTE IGLESIA E-S (HIGUERAS-SEPULVEDA)",
"detectorLocation": {
"shape": "LINESTRING (-3.747615322408843 40.40458318652426, -3.747727648170472 40.404566964611014, -3.748289276978617 40.40448585504477)",
"detectorLocationId": "8a3ec964-b7f9-42f6-8d1e-73cfa36b65cd",
"mapModelEntity": {
"mapModelEntityId": "ef1952c3-f3cc-4658-850c-bad6f3b4a2dc",
"entityId": "1368794314",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "1368794314",
"osm_name": "Calle de Cebreros",
"raw_name": "(TACTICO)GIRO CEBREROS FRENTE IGLESIA E-S (HIGUERAS-SEPULVEDA)",
"aadt": 507.08240896572823,
"aawt": 543.1553494680477
}
},
{
"code": "DET_23622066",
"countDeviceCode": "DEV_CLUSTER_5376174200360892376",
"name": "(TACTICO) VILLAGARCIA Ã61 O-E (VILLAGARCIA-VILLAMMANIN)",
"detectorLocation": {
"shape": "LINESTRING (-3.753441934770623 40.405147990878, -3.753343325764515 40.40519219592538, -3.752850280733977 40.405413221162284)",
"detectorLocationId": "fe242e86-3ca2-48ac-b3b8-2b6e4b62798b",
"mapModelEntity": {
"mapModelEntityId": "a9523479-8ff8-4f35-af95-b61083195722",
"entityId": "23622066",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "23622066",
"osm_name": "Calle de Villagarcía",
"raw_name": "(TACTICO) VILLAGARCIA Ã61 O-E (VILLAGARCIA-VILLAMMANIN)",
"aadt": 3153.0319957539955,
"aawt": 3307.767725766028
}
},
{
"code": "DET_23622068",
"countDeviceCode": "DEV_CLUSTER_5376174200360892376",
"name": "(TACTICO) VILLASANDINO Ã41 E-O (PARODIA-VILLAMMANIN)",
"detectorLocation": {
"shape": "LINESTRING (-3.75304854608745 40.40570346035547, -3.753154023415882 40.40566976853949, -3.753681410058041 40.405501309459595)",
"detectorLocationId": "a57b0c78-1c38-4d02-a8d8-51ac0b9b2ee2",
"mapModelEntity": {
"mapModelEntityId": "c9998589-68c4-4814-abb2-37b79017b18e",
"entityId": "23622068",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "23622068",
"osm_name": "Calle de Villasandino",
"raw_name": "(TACTICO) VILLASANDINO Ã41 E-O (PARODIA-VILLAMMANIN)",
"aadt": 2455.3016451895483,
"aawt": 2562.228446150723
}
},
{
"code": "DET_32354447",
"countDeviceCode": "DEV_CLUSTER_5376174200360892376",
"name": "CARLINA Ã7 N-S (VILLAMANIN-CEBREROS)",
"detectorLocation": {
"shape": "LINESTRING (-3.751399400476589 40.40444387280438, -3.751297178470753 40.40440475758322, -3.750786068441573 40.40420918147744)",
"detectorLocationId": "de3ea9a6-33c9-48d7-8638-5485c17ecc0f",
"mapModelEntity": {
"mapModelEntityId": "a8c11115-a1ca-4228-a976-2a423775eeaf",
"entityId": "32354447",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "32354447",
"osm_name": "Calle de Carlina",
"raw_name": "CARLINA Ã7 N-S (VILLAMANIN-CEBREROS)",
"aadt": 4663.5711109491185,
"aawt": 4958.513208697419
}
},
{
"code": "DET_664127789",
"countDeviceCode": "DEV_CLUSTER_5376174200360892376",
"name": "(TACTICO)VILLAMANIN Ã40 N-S (VILLAMANIN-VILLASANDINO)",
"detectorLocation": {
"shape": "LINESTRING (-3.753508548755405 40.40581781149669, -3.753462732023785 40.40573774874168, -3.753233648365686 40.405337434966626)",
"detectorLocationId": "a14d712e-b70c-415d-93eb-9adb034f3b43",
"mapModelEntity": {
"mapModelEntityId": "6281521f-fa63-4f7e-82e1-edc190659bb5",
"entityId": "664127789",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "664127789",
"osm_name": "Calle de Villamanín",
"raw_name": "(TACTICO)VILLAMANIN Ã40 N-S (VILLAMANIN-VILLASANDINO)",
"aadt": 2064.111569604485,
"aawt": 2023.876380766732
}
},
{
"code": "DET_664127789_DEDUP_445519",
"countDeviceCode": "DEV_CLUSTER_5376174200360892376",
"name": "VILLAMANIN,39 N-S (VILLAMANIN-VILLASANDINO)",
"detectorLocation": {
"shape": "LINESTRING (-3.753597611407501 40.40598814560735, -3.753551794451599 40.4059080828919, -3.753322709672093 40.405507769314625)",
"detectorLocationId": "54f19f5b-4446-4e6d-96c2-874d61ea1b6f",
"mapModelEntity": {
"mapModelEntityId": "cc914509-9332-4fd8-b4fd-37319f104a8c",
"entityId": "664127789",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "664127789",
"osm_name": "Calle de Villamanín",
"raw_name": "VILLAMANIN,39 N-S (VILLAMANIN-VILLASANDINO)",
"aadt": 1939.393266754143,
"aawt": 1895.128259838786
}
},
{
"code": "DET_664127791",
"countDeviceCode": "DEV_CLUSTER_5376174200360892376",
"name": "VILLAMANIN Ã46 S-N GIRO IZDA (A-5-VILLASANDINO)",
"detectorLocation": {
"shape": "LINESTRING (-3.752773281548292 40.40488343057479, -3.752850961476196 40.40494754281632, -3.753239361115718 40.40526810402398)",
"detectorLocationId": "ebfbf57f-8edd-4adc-9d54-a70dcddcff22",
"mapModelEntity": {
"mapModelEntityId": "97fd1186-5ee7-4046-b9a6-531cedebefb6",
"entityId": "664127791",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "664127791",
"osm_name": "Calle de Villamanín",
"raw_name": "VILLAMANIN Ã46 S-N GIRO IZDA (A-5-VILLASANDINO)",
"aadt": 2624.1505719708625,
"aawt": 2792.0631650848436
}
},
{
"code": "DET_664127791_DEDUP_445514",
"countDeviceCode": "DEV_CLUSTER_5376174200360892376",
"name": "VILLAMANIN Ã46 S-N (A-5-VILLASANDINO)",
"detectorLocation": {
"shape": "LINESTRING (-3.752697455799972 40.40487581682124, -3.752775135647807 40.404939929114526, -3.753163534886985 40.405260490580964)",
"detectorLocationId": "8599c6b1-180e-4ba0-84f1-0beb4e561f2f",
"mapModelEntity": {
"mapModelEntityId": "27ef988a-03ef-4ca8-aa62-f164ea8fdfb5",
"entityId": "664127791",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "664127791",
"osm_name": "Calle de Villamanín",
"raw_name": "VILLAMANIN Ã46 S-N (A-5-VILLASANDINO)",
"aadt": 1721.725767847597,
"aawt": 1818.762556729662
}
},
{
"code": "DET_664360787",
"countDeviceCode": "DEV_CLUSTER_5376174200360892376",
"name": "(TACTICO) VILLAMANIN Ã42 S-N (A-5-VILLASANDINO)",
"detectorLocation": {
"shape": "LINESTRING (-3.753170501875742 40.40540200441406, -3.753214759385536 40.40548257808236, -3.753436046934503 40.405885446423895)",
"detectorLocationId": "0ee67a36-4bb5-4875-95e4-dcb0148938e6",
"mapModelEntity": {
"mapModelEntityId": "bca88524-d7cc-43e6-b8bb-160eeef6f55f",
"entityId": "664360787",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "664360787",
"osm_name": "Calle de Villamanín",
"raw_name": "(TACTICO) VILLAMANIN Ã42 S-N (A-5-VILLASANDINO)",
"aadt": 2003.7354806408546,
"aawt": 2110.6445910973084
}
},
{
"code": "DET_74098056",
"countDeviceCode": "DEV_CLUSTER_5376174200360892376",
"name": "(TACTICO) VILLAMANIN Ã45 S-N GIRO IZDA (A-5-VILLASANDINO)",
"detectorLocation": {
"shape": "LINESTRING (-3.752935048307966 40.40503160799214, -3.753001825781356 40.40510008421905, -3.753335713148308 40.40544246535359)",
"detectorLocationId": "51f82e59-7893-4b8d-a3bd-a7860438268e",
"mapModelEntity": {
"mapModelEntityId": "1b32f595-55e4-4f2d-9a0c-f6ea6e5f58c2",
"entityId": "74098056",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "74098056",
"osm_name": "Calle de Villamanín",
"raw_name": "(TACTICO) VILLAMANIN Ã45 S-N GIRO IZDA (A-5-VILLASANDINO)",
"aadt": 2663.001373973903,
"aawt": 2828.1370176542846
}
},
{
"code": "DET_94113920",
"countDeviceCode": "DEV_CLUSTER_5376174200360892376",
"name": "SEPULVEDA Ã98 O-E(BERLANAS-PALMIPEDO)",
"detectorLocation": {
"shape": "LINESTRING (-3.749044110768645 40.40369213219124, -3.748937335822088 40.403723336915526, -3.748403461089302 40.40387936053696)",
"detectorLocationId": "ea8b3ec0-8a41-432c-a1f3-375d44c6138e",
"mapModelEntity": {
"mapModelEntityId": "34427ffd-63ea-4ae3-82b8-0fc14a1fafbe",
"entityId": "94113920",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "94113920",
"osm_name": "Calle de Sepúlveda",
"raw_name": "SEPULVEDA Ã98 O-E(BERLANAS-PALMIPEDO)",
"aadt": 1916.000388783593,
"aawt": 2073.071005215742
}
}
]
},
{
"code": "DEV_CLUSTER_8587545033557386370",
"id": "cd5f0bfe-da4d-4ce7-8d85-12a8f0fbec26",
"countSiteCode": "SITE_1",
"mapVersion": "20260430153359",
"name": "DEV_CLUSTER_8587545033557386370",
"hardwareId": "DEV_CLUSTER_8587545033557386370",
"deviceLocation": {
"hardwarePosition": "POINT (-3.743007177828781 40.40806872889349)",
"shape": "POLYGON ((-3.741423430623603 40.40730358862146, -3.743853069700346 40.407989756599946, -3.743835562829098 40.408156078450595, -3.74330620741678 40.408434920023275, -3.742831899484748 40.40853850651533, -3.741423430623603 40.40730358862146))",
"deviceLocationId": "e3515536-7970-4cd9-9395-886ad159ec7f"
},
"isActive": true,
"detectors": [
{
"code": "DET_32454507",
"countDeviceCode": "DEV_CLUSTER_8587545033557386370",
"name": "SAGRADOS CORAZONES E-O",
"detectorLocation": {
"shape": "LINESTRING (-3.741423430623603 40.40730358862146, -3.741530130112916 40.40733495568291, -3.742063627559483 40.40749179099018)",
"detectorLocationId": "d192df8c-ff59-4805-b501-e480190720c8",
"mapModelEntity": {
"mapModelEntityId": "cbcfe4aa-931a-4afd-abea-4e1f845e7db2",
"entityId": "32454507",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "32454507",
"osm_name": "Calle de la Huerta de Castañeda",
"raw_name": "SAGRADOS CORAZONES E-O",
"aadt": 688.6793478260869,
"aawt": 731.1896258503401
}
},
{
"code": "DET_44618925_DEDUP_445520",
"countDeviceCode": "DEV_CLUSTER_8587545033557386370",
"name": "PM41801",
"detectorLocation": {
"shape": "LINESTRING (-3.743355497187605 40.40825338841391, -3.743268230903795 40.40830090809748, -3.742831899484748 40.40853850651533)",
"detectorLocationId": "fa625b0b-dd53-4abc-8a79-9f037a237c3a",
"mapModelEntity": {
"mapModelEntityId": "f0d77c0d-ccd0-4ef1-b648-32947ca0bf69",
"entityId": "44618925",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "44618925",
"osm_name": "Autovía del Suroeste",
"raw_name": "PM41801",
"aadt": 42520.657103825135,
"aawt": 46324.173346055984
}
},
{
"code": "DET_44618925_DEDUP_445522",
"countDeviceCode": "DEV_CLUSTER_8587545033557386370",
"name": "05FT37PM01",
"detectorLocation": {
"shape": "LINESTRING (-3.743853069700346 40.407989756599946, -3.743759516501621 40.408029678938576, -3.743291750507993 40.40822929063172)",
"detectorLocationId": "4d5119d6-fd0f-4add-943e-e5424b12e07a",
"mapModelEntity": {
"mapModelEntityId": "33485164-b175-41e4-ba2d-7693b83bec97",
"entityId": "44618925",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "44618925",
"osm_name": "Autovía del Suroeste",
"raw_name": "05FT37PM01",
"aadt": 42306.490196078434,
"aawt": 44714.83944954129
}
},
{
"code": "DET_642718277",
"countDeviceCode": "DEV_CLUSTER_8587545033557386370",
"name": "PM41802",
"detectorLocation": {
"shape": "LINESTRING (-3.743423051860304 40.408074135292836, -3.743328430644625 40.408112559735976, -3.742855324566231 40.40830468195168)",
"detectorLocationId": "0a143996-2b07-4cf7-903b-4e3f2a47f8d7",
"mapModelEntity": {
"mapModelEntityId": "f411c69e-77b9-4ba6-9c24-edcde4e0cca8",
"entityId": "642718277",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "642718277",
"osm_name": "Paseo de Extremadura",
"raw_name": "PM41802",
"aadt": 13462.573542805101,
"aawt": 14348.661895674302
}
},
{
"code": "DET_672827141",
"countDeviceCode": "DEV_CLUSTER_8587545033557386370",
"name": "PM31801",
"detectorLocation": {
"shape": "LINESTRING (-3.74330620741678 40.408434920023275, -3.743394433318833 40.40838844642783, -3.743835562829098 40.408156078450595)",
"detectorLocationId": "6d5bc651-e647-4fd4-a891-4d2e158522b5",
"mapModelEntity": {
"mapModelEntityId": "157e27f3-f62d-4fa0-912e-34f3fe6766a7",
"entityId": "672827141",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "672827141",
"osm_name": "Autovía del Suroeste",
"raw_name": "PM31801",
"aadt": 47692.07741347906,
"aawt": 51823.96246819338
}
}
]
}
]
},
{
"id": "eb99fefe-b740-48e8-9b29-870ff5a5b079",
"countSiteType": "SENSOR_SITE",
"name": "Madrid_Site_10",
"siteLocation": {
"code": "SITE_10",
"shape": "POLYGON ((-3.764536793888454 40.393670402908285, -3.764631729263875 40.39369223544989, -3.76512357668532 40.393942919612755, -3.7681489657758442 40.399079081280135, -3.7681510636892526 40.39908351694536, -3.7681527167294133 40.399088136883115, -3.768153908976647 40.39909289660088, -3.7681546289489605 40.39909775025996, -3.768154869712627 40.399102651116976, -3.7681546289489605 40.39910755197399, -3.768153908976647 40.399112405633076, -3.7681527167294133 40.39911716535084, -3.7681510636892526 40.39912178528859, -3.7681489657758442 40.39912622095382, -3.768146443193242 40.39913042962863, -3.768143520235295 40.399134370781184, -3.7681402250516864 40.399138006456035, -3.768136589376835 40.399141301639645, -3.768132648224278 40.39914422459759, -3.7681284395494683 40.3991467471802, -3.768124003884245 40.3991488450936, -3.7681193839464897 40.399150498133764, -3.7681146242287276 40.399151690381, -3.763782343926044 40.399798434351915, -3.763452630248459 40.399618033968835, -3.763416713432805 40.399544467387436, -3.763262643790151 40.398130165192754, -3.764437809850309 40.393942628082115, -3.764536793888454 40.393670402908285))",
"siteLocationId": "4c2fd834-6a6d-435f-ac37-91a420b41811"
},
"countDevices": [
{
"code": "DEV_70963269",
"id": "a40805c5-fb58-4c9d-a5a6-fe59bb893fa6",
"countSiteCode": "SITE_10",
"mapVersion": "20260430153359",
"name": "DEV_70963269",
"hardwareId": "DEV_70963269",
"deviceLocation": {
"hardwarePosition": "POINT (-3.768104869712627 40.399102651116976)",
"shape": "POLYGON ((-3.768054869712627 40.399102651116976, -3.7680551104762934 40.39909775025996, -3.7680558304486067 40.39909289660088, -3.7680570226958405 40.399088136883115, -3.7680586757360013 40.39908351694536, -3.7680607736494096 40.399079081280135, -3.768063296232012 40.399074872605325, -3.7680662191899588 40.39907093145277, -3.7680695143735674 40.39906729577792, -3.768073150048419 40.39906400059431, -3.768077091200976 40.39906107763636, -3.7680812998757856 40.399058555053756, -3.7680857355410087 40.399056457140354, -3.768090355478764 40.39905480410019, -3.7680951151965263 40.399053611852956, -3.7680999688556103 40.39905289188064, -3.768104869712627 40.399052651116975, -3.7681097705696436 40.39905289188064, -3.7681146242287276 40.399053611852956, -3.7681193839464897 40.39905480410019, -3.768124003884245 40.399056457140354, -3.7681284395494683 40.399058555053756, -3.768132648224278 40.39906107763636, -3.768136589376835 40.39906400059431, -3.7681402250516864 40.39906729577792, -3.768143520235295 40.39907093145277, -3.768146443193242 40.399074872605325, -3.7681489657758442 40.399079081280135, -3.7681510636892526 40.39908351694536, -3.7681527167294133 40.399088136883115, -3.768153908976647 40.39909289660088, -3.7681546289489605 40.39909775025996, -3.768154869712627 40.399102651116976, -3.7681546289489605 40.39910755197399, -3.768153908976647 40.399112405633076, -3.7681527167294133 40.39911716535084, -3.7681510636892526 40.39912178528859, -3.7681489657758442 40.39912622095382, -3.768146443193242 40.39913042962863, -3.768143520235295 40.399134370781184, -3.7681402250516864 40.399138006456035, -3.768136589376835 40.399141301639645, -3.768132648224278 40.39914422459759, -3.7681284395494683 40.3991467471802, -3.768124003884245 40.3991488450936, -3.7681193839464897 40.399150498133764, -3.7681146242287276 40.399151690381, -3.7681097705696436 40.39915241035331, -3.768104869712627 40.39915265111698, -3.7680999688556103 40.39915241035331, -3.7680951151965263 40.399151690381, -3.768090355478764 40.399150498133764, -3.7680857355410087 40.3991488450936, -3.7680812998757856 40.3991467471802, -3.768077091200976 40.39914422459759, -3.768073150048419 40.399141301639645, -3.7680695143735674 40.399138006456035, -3.7680662191899588 40.399134370781184, -3.768063296232012 40.39913042962863, -3.7680607736494096 40.39912622095382, -3.7680586757360013 40.39912178528859, -3.7680570226958405 40.39911716535084, -3.7680558304486067 40.399112405633076, -3.7680551104762934 40.39910755197399, -3.768054869712627 40.399102651116976))",
"deviceLocationId": "590b4e4c-b9af-4a40-95b0-9f385786a62d"
},
"isActive": true,
"detectors": [
{
"code": "DET_70963269",
"countDeviceCode": "DEV_70963269",
"name": "CTRA. DE BOADILLA O-E (AZOR-CARABIAS)",
"detectorLocation": {
"shape": "LINESTRING (-3.768450083970409 40.399086769490516, -3.768336058300608 40.39908068936571, -3.767765929951606 40.399050288741684)",
"detectorLocationId": "4ad83680-28bd-45ce-8338-f2a3f42e13bb",
"mapModelEntity": {
"mapModelEntityId": "cd8c4933-edbc-4ffd-b1f1-cfe9a0d32dde",
"entityId": "70963269",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "70963269",
"osm_name": "Carretera de Boadilla del Monte",
"raw_name": "CTRA. DE BOADILLA O-E (AZOR-CARABIAS)",
"aadt": 10084.598140495867,
"aawt": 10775.472812097812
}
}
]
},
{
"code": "DEV_CLUSTER_2952276592383218181",
"id": "f5282b34-47d8-4edf-bb6e-cb9ee6dfc455",
"countSiteCode": "SITE_10",
"mapVersion": "20260430153359",
"name": "DEV_CLUSTER_2952276592383218181",
"hardwareId": "DEV_CLUSTER_2952276592383218181",
"deviceLocation": {
"hardwarePosition": "POINT (-3.7646156459001294 40.397529251548036)",
"shape": "POLYGON ((-3.764536793888454 40.393670402908285, -3.764631729263875 40.39369223544989, -3.76512357668532 40.393942919612755, -3.766218480642382 40.39731068192861, -3.766124963858883 40.398970174335545, -3.763782343926044 40.399798434351915, -3.763452630248459 40.399618033968835, -3.763416713432805 40.399544467387436, -3.763262643790151 40.398130165192754, -3.764437809850309 40.393942628082115, -3.764536793888454 40.393670402908285))",
"deviceLocationId": "34739cdf-bc47-42a6-8dd5-50e48a0eeb71"
},
"isActive": true,
"detectors": [
{
"code": "DET_1022394434",
"countDeviceCode": "DEV_CLUSTER_2952276592383218181",
"name": "(TACTICO)SESEÃA GIRO O-N(ILLESCAS-ACCESO NV)",
"detectorLocation": {
"shape": "LINESTRING (-3.763893825157608 40.39792510007058, -3.763788628263032 40.39795927759094, -3.763262643790151 40.398130165192754)",
"detectorLocationId": "6778ca3c-b354-44d1-acb3-38a46b454869",
"mapModelEntity": {
"mapModelEntityId": "a1712e9a-c6eb-4372-93bf-23637680ecc3",
"entityId": "1022394434",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "1022394434",
"osm_name": "Calle de Seseña",
"raw_name": "(TACTICO)SESEÃA GIRO O-N(ILLESCAS-ACCESO NV)",
"aadt": 2143.3356834453734,
"aawt": 2265.492238562091
}
},
{
"code": "DET_1022394434_DEDUP_445483",
"countDeviceCode": "DEV_CLUSTER_2952276592383218181",
"name": "SESEÃA E-O(ACCESO CTRA. BOADILLA-ILLESCAS)",
"detectorLocation": {
"shape": "LINESTRING (-3.763369361502955 40.398090369554204, -3.763477022718576 40.39806101671589, -3.764015328796685 40.39791425252434)",
"detectorLocationId": "158a546d-9399-41e6-be88-6752db09527f",
"mapModelEntity": {
"mapModelEntityId": "2eb4c2dd-76bf-461d-921c-cbf79933cede",
"entityId": "1022394434",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "1022394434",
"osm_name": "Calle de Seseña",
"raw_name": "SESEÃA E-O(ACCESO CTRA. BOADILLA-ILLESCAS)",
"aadt": 1349.8151475694444,
"aawt": 1481.526730706874
}
},
{
"code": "DET_1198628946",
"countDeviceCode": "DEV_CLUSTER_2952276592383218181",
"name": "MAQUEDA E-O(ILLESCAS-MAQUEDA)",
"detectorLocation": {
"shape": "LINESTRING (-3.764437809850309 40.393942628082115, -3.764552104322811 40.393942676670555, -3.76512357668532 40.393942919612755)",
"detectorLocationId": "b6929e9f-cb62-41ab-a966-c48457754576",
"mapModelEntity": {
"mapModelEntityId": "b2316dda-5ab8-4666-8074-6545745d69c4",
"entityId": "1198628946",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "1198628946",
"osm_name": "Calle de Illescas",
"raw_name": "MAQUEDA E-O(ILLESCAS-MAQUEDA)",
"aadt": 725.8233606557377,
"aawt": 788.6543778801844
}
},
{
"code": "DET_38450390",
"countDeviceCode": "DEV_CLUSTER_2952276592383218181",
"name": "(TACTICO)ACCESO NV N-S(NV-SESEÃA)",
"detectorLocation": {
"shape": "LINESTRING (-3.763707774522337 40.39816880397588, -3.763682248865559 40.398083622070196, -3.763554620581671 40.397657712541786)",
"detectorLocationId": "98273666-5df5-4808-a5b9-39469445a904",
"mapModelEntity": {
"mapModelEntityId": "4216e200-4aec-4456-97bf-26f372a4179c",
"entityId": "38450390",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "38450390",
"osm_name": "Carretera de Boadilla del Monte",
"raw_name": "(TACTICO)ACCESO NV N-S(NV-SESEÃA)",
"aadt": 1036.6989210284664,
"aawt": 1093.2202380952378
}
},
{
"code": "DET_4086718",
"countDeviceCode": "DEV_CLUSTER_2952276592383218181",
"name": "ILLESCAS ENTRE Pº EXTREMADURA Y SESEÃA SENTIDO O-E",
"detectorLocation": {
"shape": "LINESTRING (-3.766218480642382 40.39731068192861, -3.766141774009148 40.39724589425856, -3.76575824084298 40.39692195590832)",
"detectorLocationId": "065b330e-135d-4f50-ab35-f49e0da3d638",
"mapModelEntity": {
"mapModelEntityId": "cb1426cc-1c68-4e2a-b9be-3a5c3340c810",
"entityId": "4086718",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "4086718",
"osm_name": "Calle de Illescas",
"raw_name": "ILLESCAS ENTRE Pº EXTREMADURA Y SESEÃA SENTIDO O-E",
"aadt": 3047.624315068493,
"aawt": 3252.9018199233715
}
},
{
"code": "DET_44535843",
"countDeviceCode": "DEV_CLUSTER_2952276592383218181",
"name": "SESEÃA N-S (PSO. EXTREMADURA-ILLESCAS)",
"detectorLocation": {
"shape": "LINESTRING (-3.764972221868319 40.39730532079628, -3.765056427053876 40.397246226410765, -3.765477452981659 40.3969507544832)",
"detectorLocationId": "d46cbde4-582b-4eef-b8c1-a9a86a404f8a",
"mapModelEntity": {
"mapModelEntityId": "359d209c-176a-4a59-9af2-7d7d4213eb8c",
"entityId": "44535843",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "44535843",
"osm_name": "Calle de Seseña",
"raw_name": "SESEÃA N-S (PSO. EXTREMADURA-ILLESCAS)",
"aadt": 3117.817375886525,
"aawt": 3313.3945868945866
}
},
{
"code": "DET_44535844",
"countDeviceCode": "DEV_CLUSTER_2952276592383218181",
"name": "ILLESCAS E-O (ESCALONA-SESEÃA)",
"detectorLocation": {
"shape": "LINESTRING (-3.764848390204063 40.396154132800774, -3.764922799685501 40.39622046726248, -3.765294847092687 40.396552139571014)",
"detectorLocationId": "77dd746e-3ebe-421d-9302-3712dd901b70",
"mapModelEntity": {
"mapModelEntityId": "943a2571-5148-417c-b3fe-aa9bd1a08a8a",
"entityId": "44535844",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "44535844",
"osm_name": "Calle de Illescas",
"raw_name": "ILLESCAS E-O (ESCALONA-SESEÃA)",
"aadt": 2553.6989726027396,
"aawt": 2759.5506066411235
}
},
{
"code": "DET_5013730",
"countDeviceCode": "DEV_CLUSTER_2952276592383218181",
"name": "CTRA. BOADILLA E-O (N-V-CARABIAS)",
"detectorLocation": {
"shape": "LINESTRING (-3.765166790520602 40.39889391728345, -3.765280884355175 40.398899194745816, -3.765851353528039 40.398925582057636)",
"detectorLocationId": "fc90d947-6eb8-46b8-a62c-ba9a791dfd86",
"mapModelEntity": {
"mapModelEntityId": "5ed49f4c-765a-4fe5-8931-15eeb146b005",
"entityId": "5013730",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "5013730",
"osm_name": "Carretera de Boadilla del Monte",
"raw_name": "CTRA. BOADILLA E-O (N-V-CARABIAS)",
"aadt": 4199.860537190083,
"aawt": 4421.40074002574
}
},
{
"code": "DET_6065413",
"countDeviceCode": "DEV_CLUSTER_2952276592383218181",
"name": "MAQUEDA N-S(ESCALONA-TEMBLEQUE)",
"detectorLocation": {
"shape": "LINESTRING (-3.764889840969095 40.394178011053015, -3.764846822351558 40.394097048452494, -3.764631729263875 40.39369223544989)",
"detectorLocationId": "7b5ec43f-d0f6-48a4-b038-0859aba64c9f",
"mapModelEntity": {
"mapModelEntityId": "9fe4e78f-54a8-4454-97fe-3ec148061358",
"entityId": "6065413",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "6065413",
"osm_name": "Calle de Maqueda",
"raw_name": "MAQUEDA N-S(ESCALONA-TEMBLEQUE)",
"aadt": 986.251598173516,
"aawt": 1097.5823754789271
}
},
{
"code": "DET_6065418",
"countDeviceCode": "DEV_CLUSTER_2952276592383218181",
"name": "MAQUEDA S-N (TEMBLEQUE-ESCALONA)",
"detectorLocation": {
"shape": "LINESTRING (-3.764536793888454 40.393670402908285, -3.764593465562933 40.39374629276167, -3.764876823935325 40.39412574202859)",
"detectorLocationId": "308f5c89-6b56-4e6c-b633-cb22aa8c0b06",
"mapModelEntity": {
"mapModelEntityId": "946d8e8d-592d-4aa1-bac1-a4083485a068",
"entityId": "6065418",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "6065418",
"osm_name": "Calle de Maqueda",
"raw_name": "MAQUEDA S-N (TEMBLEQUE-ESCALONA)",
"aadt": 1554.516342940685,
"aawt": 1698.5034256559768
}
},
{
"code": "DET_6068045",
"countDeviceCode": "DEV_CLUSTER_2952276592383218181",
"name": "PM41852",
"detectorLocation": {
"shape": "LINESTRING (-3.764194157130145 40.399343421572524, -3.764093514994694 40.399371490514255, -3.763590304317438 40.39951183522291)",
"detectorLocationId": "02c842fc-bf5d-4337-a1d4-dde5149a96a0",
"mapModelEntity": {
"mapModelEntityId": "f9984349-7043-4b4a-b0d1-200c992f9f8d",
"entityId": "6068045",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "6068045",
"raw_name": "PM41852",
"aadt": 2284.8055555555557,
"aawt": 2367.630407124682
}
},
{
"code": "DET_6068047",
"countDeviceCode": "DEV_CLUSTER_2952276592383218181",
"name": "CTRA. BOADILLA E-O(SESEÃA-PSO. EXTREMADURA)",
"detectorLocation": {
"shape": "LINESTRING (-3.763524697014391 40.39906491084107, -3.763506699750793 40.39914483693213, -3.763416713432805 40.399544467387436)",
"detectorLocationId": "6542c4be-568e-48b1-bf09-26d65f8914ae",
"mapModelEntity": {
"mapModelEntityId": "04ec4ee0-2527-4d04-8924-33480265969f",
"entityId": "6068047",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "6068047",
"raw_name": "CTRA. BOADILLA E-O(SESEÃA-PSO. EXTREMADURA)",
"aadt": 11181.617351598174,
"aawt": 11806.408365261812
}
},
{
"code": "DET_6068047_DEDUP_445477",
"countDeviceCode": "DEV_CLUSTER_2952276592383218181",
"name": "PM41853",
"detectorLocation": {
"shape": "LINESTRING (-3.763510813699209 40.39912862633565, -3.763501116457418 40.39921019427452, -3.763452630248459 40.399618033968835)",
"detectorLocationId": "b17a8876-8f04-462e-95be-e8cc97855607",
"mapModelEntity": {
"mapModelEntityId": "cc37538e-e24d-4d18-99a4-5eef531e1a2f",
"entityId": "6068047",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "6068047",
"raw_name": "PM41853",
"aadt": 7265.256147540984,
"aawt": 7080.656170483461
}
},
{
"code": "DET_6068061",
"countDeviceCode": "DEV_CLUSTER_2952276592383218181",
"name": "CTRA. BOADILLA O-E (CARABIAS-N-V)",
"detectorLocation": {
"shape": "LINESTRING (-3.765393532727535 40.39886906300986, -3.765279507655387 40.398862979864695, -3.764709382294647 40.398832564138864)",
"detectorLocationId": "4f96401e-4f73-4613-962e-e40bfac6f47a",
"mapModelEntity": {
"mapModelEntityId": "26023f8b-b52b-4bd9-b204-619135fe4a48",
"entityId": "6068061",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "6068061",
"osm_name": "Carretera de Boadilla del Monte",
"raw_name": "CTRA. BOADILLA O-E (CARABIAS-N-V)",
"aadt": 12817.281336088154,
"aawt": 13635.976351351352
}
},
{
"code": "DET_6068064",
"countDeviceCode": "DEV_CLUSTER_2952276592383218181",
"name": "ACCESO DE N-V A CTRA. BOADILLA",
"detectorLocation": {
"shape": "LINESTRING (-3.765498701412771 40.39905704390338, -3.765603078487123 40.39904256564208, -3.766124963858883 40.398970174335545)",
"detectorLocationId": "fefc9cb3-2ebb-43fc-889f-1dfe8cab8846",
"mapModelEntity": {
"mapModelEntityId": "753d57c8-6f9a-4455-97cf-0f405eea0ab2",
"entityId": "6068064",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "6068064",
"raw_name": "ACCESO DE N-V A CTRA. BOADILLA",
"aadt": 8473.949150596878,
"aawt": 9169.089607464608
}
},
{
"code": "DET_6068064_DEDUP_445485",
"countDeviceCode": "DEV_CLUSTER_2952276592383218181",
"name": "PM31852",
"detectorLocation": {
"shape": "LINESTRING (-3.76494511410438 40.399242138662004, -3.76503934693906 40.399203178586966, -3.765510511112456 40.399008378211775)",
"detectorLocationId": "349f305e-d735-4982-b2d0-e44dd6b78879",
"mapModelEntity": {
"mapModelEntityId": "b438e835-e613-493e-a991-6039cafaeae6",
"entityId": "6068064",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "6068064",
"raw_name": "PM31852",
"aadt": 7609.4601548269575,
"aawt": 8125.3155216284995
}
},
{
"code": "DET_70963002",
"countDeviceCode": "DEV_CLUSTER_2952276592383218181",
"name": "PM31851",
"detectorLocation": {
"shape": "LINESTRING (-3.764887804922061 40.39911526751834, -3.764963567961783 40.399057361489135, -3.76534238316039 40.39876783134311)",
"detectorLocationId": "3846cf82-4435-4b8c-a841-8f88775a3035",
"mapModelEntity": {
"mapModelEntityId": "acae6d10-dafe-4e02-a0fa-b854279aa69f",
"entityId": "70963002",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "70963002",
"osm_name": "Autovía del Suroeste",
"raw_name": "PM31851",
"aadt": 39966.92577413479,
"aawt": 43166.10623409669
}
},
{
"code": "DET_71614732",
"countDeviceCode": "DEV_CLUSTER_2952276592383218181",
"name": "ESCALONA S-N(SESEÃA-MAQUEDA)",
"detectorLocation": {
"shape": "LINESTRING (-3.765297925233029 40.39530525113838, -3.765190726847975 40.395335567456215, -3.764654734922705 40.39548714904538)",
"detectorLocationId": "23948a38-ff32-47fa-bb85-4545102c9c22",
"mapModelEntity": {
"mapModelEntityId": "b853144e-0b83-4ae5-876b-cee5f1e65955",
"entityId": "71614732",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "71614732",
"osm_name": "Calle de Escalona",
"raw_name": "ESCALONA S-N(SESEÃA-MAQUEDA)",
"aadt": 1651.4811643835617,
"aawt": 1779.197796934866
}
},
{
"code": "DET_71614732_DEDUP_445486",
"countDeviceCode": "DEV_CLUSTER_2952276592383218181",
"name": "(TACTICO)ESCALONA O-E(MAQUEDA-ILLESCAS)",
"detectorLocation": {
"shape": "LINESTRING (-3.764593055188231 40.39550608350764, -3.764487102130414 40.395538859871955, -3.763957336841331 40.395702741693526)",
"detectorLocationId": "94a50d43-16de-41ac-a09e-572a6d0ce8ea",
"mapModelEntity": {
"mapModelEntityId": "61b9b56e-6f82-41c2-9bf0-d517c35c85ac",
"entityId": "71614732",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "71614732",
"osm_name": "Calle de Escalona",
"raw_name": "(TACTICO)ESCALONA O-E(MAQUEDA-ILLESCAS)",
"aadt": 1530.3995433789953,
"aawt": 1629.5603448275863
}
},
{
"code": "DET_78568034",
"countDeviceCode": "DEV_CLUSTER_2952276592383218181",
"name": "PM41851",
"detectorLocation": {
"shape": "LINESTRING (-3.764223154645123 40.39944077680473, -3.764149686191943 40.39950038639593, -3.763782343926044 40.399798434351915)",
"detectorLocationId": "ba5b770b-3a55-48a5-8057-502c4b1fce94",
"mapModelEntity": {
"mapModelEntityId": "e7ecfefc-d657-42f3-bfd2-45e75d4c51a8",
"entityId": "78568034",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "78568034",
"osm_name": "Autovía del Suroeste",
"raw_name": "PM41851",
"aadt": 39752.99863387978,
"aawt": 43154.65235368957
}
},
{
"code": "DET_78568034_DEDUP_445474",
"countDeviceCode": "DEV_CLUSTER_2952276592383218181",
"name": "PSO. EXTREMADURA, 393 S-N (ILLESCAS-CTRA. BOADILLA)",
"detectorLocation": {
"shape": "LINESTRING (-3.764839010841807 40.39897251371423, -3.764760715951051 40.399027235358574, -3.764369241497268 40.399300843580306)",
"detectorLocationId": "b1469276-c65c-4451-8623-1bce70899826",
"mapModelEntity": {
"mapModelEntityId": "01c558dc-d1b6-492f-86cb-5bdfd3eb68e9",
"entityId": "78568034",
"entityType": "LINK"
}
},
"allowedMeasures": [
{
"measureTypeCode": "FLOW",
"detectedVehicleTypeCodes": [
"CAR"
],
"thresholds": []
}
],
"metadata": {
"source": "Madrid_OpenData",
"osmid": "78568034",
"osm_name": "Autovía del Suroeste",
"raw_name": "PSO. EXTREMADURA, 393 S-N (ILLESCAS-CTRA. BOADILLA)",
"aadt": 42632.52089041096,
"aawt": 46106.29837164751
}
}
]
}
]
}
]
}
}
]
}
You need to get a Demo or Real instance of PTV Flows before using the API Key.
In order to get a PTV Flows instance, please use the contact form.