enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Routes départementales

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
ID Troncon
Identifiant du tronçon de RD

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id_troncon
Type
int
Exemple
148
Nom Voie
Nom de la route départementale

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_voie
Type
texte
Exemple
D362
PR de début
Numéro du point de repère de début du tronçon

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
plod
Type
texte
Exemple
D
Abscisse de début
Abscisse ou distance (en mètre) depuis le début du tronçon

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
absd
Type
int
Exemple
0
Cumul de début
Distance cumulée (en mètre) depuis le début de la route au début du tronçon

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
cumuld
Type
int
Exemple
0
PR de fin
Numéro du point de repère de fin du tronçon

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
plof
Type
texte
Exemple
D
Abscisse de fin
Abscisse ou distance (en mètre) à la fin du tronçon

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
absf
Type
int
Exemple
98
Cumul de fin
Distance cumulée (en mètre) depuis le début de la route à la fin du tronçon

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
cumulf
Type
int
Exemple
98
Statut
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
statut
Type
texte
Exemple
Route départementale
Geo Point
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_point_2d
Type
geo_point_2d
Exemple
[47.428906649846034,6.325086471776764]
Geo Shape
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_shape
Type
geo_shape
Exemple
{"coordinates":[[6.325346527339035,47.42848350046376],[6.325256626581236,47.428647814740586],[6.325095229859383,47.42892086819593],[6.324988904122684,47.42907854211802],[6.324919898118661,47.42916738201961],[6.324837634455131,47.429238665840224],[6.324769104980435,47.429280655057056]],"type":"LineString"}

Schéma JSON

L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.

{
  • "title":"routes-departementales",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/routes-departementales"
      }
    ]
    ,
  • "definitions":
    {
    • "routes-departementales":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/routes-departementales_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "routes-departementales_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "id_troncon":
                {
                • "type":"integer",
                • "title":"ID Troncon",
                • "description":"Identifiant du tronçon de RD"
                }
                ,
              • "nom_voie":
                {
                • "type":"string",
                • "title":"Nom Voie",
                • "description":"Nom de la route départementale"
                }
                ,
              • "plod":
                {
                • "type":"string",
                • "title":"PR de début",
                • "description":"Numéro du point de repère de début du tronçon"
                }
                ,
              • "absd":
                {
                • "type":"integer",
                • "title":"Abscisse de début",
                • "description":"Abscisse ou distance (en mètre) depuis le début du tronçon"
                }
                ,
              • "cumuld":
                {
                • "type":"integer",
                • "title":"Cumul de début",
                • "description":"Distance cumulée (en mètre) depuis le début de la route au début du tronçon"
                }
                ,
              • "plof":
                {
                • "type":"string",
                • "title":"PR de fin",
                • "description":"Numéro du point de repère de fin du tronçon"
                }
                ,
              • "absf":
                {
                • "type":"integer",
                • "title":"Abscisse de fin",
                • "description":"Abscisse ou distance (en mètre) à la fin du tronçon"
                }
                ,
              • "cumulf":
                {
                • "type":"integer",
                • "title":"Cumul de fin",
                • "description":"Distance cumulée (en mètre) depuis le début de la route à la fin du tronçon"
                }
                ,
              • "statut":
                {
                • "type":"string",
                • "title":"Statut",
                • "description":""
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geo Point",
                • "description":""
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"Geo Shape",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires

    • Découpage du réseau routier départemental par STA et par EGR.
    • Ce jeux de données reprend les itinéraires de randonnées publiés sur le site explore.doubs.fr. Il regroupe les itinéraires pédestres, dont les sentiers Courbet, et gravel. Le Département ne disposant pas d'autorisation de publication des GR® en open data, ceux-ci ne figurent pas dans le jeu de données.
    • Un point de repère (PR) est un point matérialisé physiquement sur le terrain par des marques peintes sur la chaussée associées à des bornes ou des plaquettes situées en bord de route.
    • Compilation des données de comptages effectués sur les routes départementales du Doubs.