Order - Mobile Coverage Zones to be CoveredArrêté - Zones Couverture Mobile à couvrir
Arrêté - Zones Couverture Mobile à couvrirOrder - Mobile Coverage Zones to be Covered
This API provides access to the French ministerial order (arrêté) of 21 August 2020, which defines the second list of areas that mobile network operators must cover under the targeted coverage scheme ('dispositif de couverture ciblée') for 2020. It sets out the lists of zones assigned to each mobile operator for mandatory coverage obligations. The dataset is published via the Grand Paris Sud open data portal and is useful for tracking regulatory obligations imposed on French mobile operators regarding coverage of underserved areas at national level.Arrêté du 21 août 2020 définissant la deuxième liste des zones à couvrir par les opérateurs de radiocommunications mobiles au titre du dispositif de couverture ciblée pour l'année 2020 fixation des listes de zones à couvrir pour les opérateurs mobiles au titre du dispositif de couverture ciblée p...
Trust score
How is this computed?Weighted across five axes. Tap a ring for what it measures.
Data schema (11 fields)
Click a field to see example values.
| Fill | Field | Type | Description |
|---|---|---|---|
| — | geo_point_2dGeo Point | geo_point_2d | — |
| — | geo_shapeShape | geo_shape | — |
| — | numero_deNUMÉRO DE ZONE | text | — |
| — | regionRÉGION | text | — |
| — | departemeDÉPARTEMENT | text | — |
| — | identifianIDENTIFIANT DE ZONE | text | — |
| — | communeCommune | text | — |
| — | operateurOPÉRATEUR | text | — |
| — | points_d_iPOINTS D'INTERET | text | — |
| — | identifi_1IDENTIFIANT DE SITE | text | — |
| 100% | nombre_deNOMBRE DE SITES | int | — |
Schema captured from opendatasoft 7 days ago.
Query the data
Pick columns and a sort, then fetch a live preview straight from the source. Choose an API-filterable column (marked ▾) under “Where” to pick from its list of values.
Sample data (5 records)
Record 1region: Île-de-France · commune: Soisy-sur-Seine
{
"region": "Île-de-France",
"commune": "Soisy-sur-Seine",
"departeme": "Essonne",
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
2.45660104912374,
48.649971044231165
]
},
"properties": {}
},
"nombre_de": 1,
"numero_de": "2020_02_91-3",
"operateur": "SFR",
"identifi_1": "2020_LOT1_ZN_91_007_S1",
"identifian": "2020_LOT1_ZN_91_007",
"points_d_i": "Point_1",
"geo_point_2d": {
"lat": 48.6499710442,
"lon": 2.45660104912
}
}Record 2region: Île-de-France · commune: Soisy-sur-Seine
{
"region": "Île-de-France",
"commune": "Soisy-sur-Seine",
"departeme": "Essonne",
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
2.45660104912374,
48.649971044231165
]
},
"properties": {}
},
"nombre_de": 1,
"numero_de": "2020_02_91-3",
"operateur": "BOUYGUES TELECOM",
"identifi_1": "2020_LOT1_ZN_91_007_S1",
"identifian": "2020_LOT1_ZN_91_007",
"points_d_i": "Point_1",
"geo_point_2d": {
"lat": 48.6499710442,
"lon": 2.45660104912
}
}Record 3region: Île-de-France · commune: Soisy-sur-Seine
{
"region": "Île-de-France",
"commune": "Soisy-sur-Seine",
"departeme": "Essonne",
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
2.45660104912374,
48.649971044231165
]
},
"properties": {}
},
"nombre_de": 1,
"numero_de": "2020_02_91-3",
"operateur": "FREE MOBILE",
"identifi_1": "2020_LOT1_ZN_91_007_S1",
"identifian": "2020_LOT1_ZN_91_007",
"points_d_i": "Point_1",
"geo_point_2d": {
"lat": 48.6499710442,
"lon": 2.45660104912
}
}Record 4region: Île-de-France · commune: Saintry sur seine
{
"region": "Île-de-France",
"commune": "Saintry sur seine",
"departeme": "Essonne",
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
2.488958757453883,
48.59636782179882
]
},
"properties": {}
},
"nombre_de": 1,
"numero_de": "2020_02_91-4",
"operateur": "FREE MOBILE",
"identifi_1": "2020_LOT1_ZN_91_010_S1",
"identifian": "2020_LOT1_ZN_91_010",
"points_d_i": "Point_1",
"geo_point_2d": {
"lat": 48.5963678218,
"lon": 2.48895875745
}
}Record 5region: Île-de-France · commune: Saintry sur seine
{
"region": "Île-de-France",
"commune": "Saintry sur seine",
"departeme": "Essonne",
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
2.488958757453883,
48.59636782179882
]
},
"properties": {}
},
"nombre_de": 1,
"numero_de": "2020_02_91-4",
"operateur": "BOUYGUES TELECOM",
"identifi_1": "2020_LOT1_ZN_91_010_S1",
"identifian": "2020_LOT1_ZN_91_010",
"points_d_i": "Point_1",
"geo_point_2d": {
"lat": 48.5963678218,
"lon": 2.48895875745
}
}Live sample captured at profiling time — values may have changed upstream.
Verification Status
Using the API
Configuration
- Base URL
- https://data.grandparissud.fr/api/explore/v2.1/catalog/datasets/arrete-zones-couverture-mobile
License
- ✓ Redistributable
- ✓ Attribution required
Query examples
curl -s 'https://data.grandparissud.fr/api/explore/v2.1/catalog/datasets/arrete-zones-couverture-mobile/records?limit=20' -H 'Accept: application/json'First 20 records of the dataset as JSON.
Uses the Opendatasoft Explore v2.1 syntax — supports select, where, group_by and order_by.
Rate limits
Dataset
Volume & freshness
License
No license declared upstream.
Source: opendatasoft
Machine-readable & source
Embed this badge in a README or wiki — it always shows the latest verification state and quality tier.