Stations du canevas géodésique de Rennes Métropole
Cette couche de points constitue un des éléments du canevas géodésique de Rennes Métropole. Pour information, un canevas est un ensemble de points géodésiques connus en position et servant d'ossature à la réalisation d'un levé topographique. Les stations du canevas géodésique de Rennes Métropole...
Trust score
How is this computed?Weighted across five axes. Tap a ring for what it measures.
Data schema (10 fields)
Click a field to see example values.
| Field | Type | Description |
|---|---|---|
| geo_point_2dGeo Point | geo_point_2d | Geographic coordinates (latitude, longitude) of the station.Geographic coordinates (latitude, longitude) of the station. |
| geo_shapeShape | geo_shape | Geometric shape of the station as GeoJSON point feature.Geometric shape of the station as GeoJSON point feature. |
| objectid | int | Internal unique identifier of the record.Internal unique identifier of the record. |
| radical | text | Root code identifying the geodetic station.Root code identifying the geodetic station. |
| indice | double | Numeric index number of the geodetic station.Numeric index number of the geodetic station. |
| coord_x_cc48Coord x cc48 | double | X coordinate of the station in the CC48 projection system.X coordinate of the station in the CC48 projection system. |
| coord_y_cc48Coord y cc48 | double | Y coordinate of the station in the CC48 projection system.Y coordinate of the station in the CC48 projection system. |
| altitude | double | Elevation of the station above sea level, in meters.Elevation of the station above sea level, in meters. |
| modele | text | Type or model of the geodetic point (e.g. station).Type or model of the geodetic point (e.g. station). |
| fichier | text | Link to the related reference document or file for the station.Link to the related reference document or file for the station. |
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 1indice: 4583 · modele: P_STATION
{
"indice": 4583,
"modele": "P_STATION",
"fichier": "https://public.sig.rennesmetropole.fr/ressources/donnees/referentiels/geodesie/canevas/station/S04583.pdf",
"radical": "1TS",
"altitude": 55.316,
"objectid": 31114,
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-1.698574017773382,
48.13039481976139,
55.316
]
},
"properties": {}
},
"coord_x_cc48": 1350497.184,
"coord_y_cc48": 7225150.891,
"geo_point_2d": {
"lat": 48.13039481976139,
"lon": -1.6985740177733823
}
}Record 2indice: 4600 · modele: P_STATION
{
"indice": 4600,
"modele": "P_STATION",
"fichier": "https://public.sig.rennesmetropole.fr/ressources/donnees/referentiels/geodesie/canevas/station/S04600.pdf",
"radical": "1TS",
"altitude": 61.706,
"objectid": 31125,
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-1.708326708552097,
48.13236730177159,
61.706
]
},
"properties": {}
},
"coord_x_cc48": 1349786.018,
"coord_y_cc48": 7225414.048,
"geo_point_2d": {
"lat": 48.13236730177159,
"lon": -1.7083267085520972
}
}Record 3indice: 4594 · modele: P_STATION
{
"indice": 4594,
"modele": "P_STATION",
"fichier": "https://public.sig.rennesmetropole.fr/ressources/donnees/referentiels/geodesie/canevas/station/S04594.pdf",
"radical": "1TS",
"altitude": 57.742,
"objectid": 31121,
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-1.701250074189688,
48.12912984022581,
57.742
]
},
"properties": {}
},
"coord_x_cc48": 1350289.802,
"coord_y_cc48": 7225022.643,
"geo_point_2d": {
"lat": 48.12912984022581,
"lon": -1.7012500741896877
}
}Record 4indice: 4644 · modele: P_STATION
{
"indice": 4644,
"modele": "P_STATION",
"fichier": "https://public.sig.rennesmetropole.fr/ressources/donnees/referentiels/geodesie/canevas/station/S04644.pdf",
"radical": "1TS",
"altitude": 39.028,
"objectid": 31148,
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-1.71433580621661,
48.11416531311013,
39.0281
]
},
"properties": {}
},
"coord_x_cc48": 1349215.935,
"coord_y_cc48": 7223421.384,
"geo_point_2d": {
"lat": 48.11416531311013,
"lon": -1.7143358062166099
}
}Record 5indice: 4611 · modele: P_STATION
{
"indice": 4611,
"modele": "P_STATION",
"fichier": "https://public.sig.rennesmetropole.fr/ressources/donnees/referentiels/geodesie/canevas/station/S04611.pdf",
"radical": "1TS",
"altitude": 61.316,
"objectid": 31135,
"geo_shape": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-1.705242191967246,
48.130551074895564,
61.316
]
},
"properties": {}
},
"coord_x_cc48": 1350002.848,
"coord_y_cc48": 7225198.482,
"geo_point_2d": {
"lat": 48.130551074895564,
"lon": -1.7052421919672465
}
}Live sample captured at profiling time — values may have changed upstream.
Verification Status
Using the API
Configuration
- Base URL
- https://data.rennesmetropole.fr/api/explore/v2.1/catalog/datasets/stations-du-canevas-geodesique-de-rennes-metropole
License
- ✓ Redistributable
- ✓ Attribution required
Query examples
curl -s 'https://data.rennesmetropole.fr/api/explore/v2.1/catalog/datasets/stations-du-canevas-geodesique-de-rennes-metropole/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.