8 977 enregistrements

8 977 enregistrements

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

commune

statut

nom_voie

Aménagements cyclables

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
numero
Identifiant du tronçon (CODE_INSEE + STATUT + numéro incrémenté)

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
numero
Type
texte
Exemple
92002_0012
code_insee
Code INSEE de la commune

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_insee
Type
texte
Exemple
92002
commune
Nom de la commune

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
commune
Type
texte
Exemple
Antony
ANNEE_OUVERTURE
Année d'ouverture de l'itinéraire

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
an_ouvert
Type
texte
Exemple
2012
avancement
Etat d'avancement de la réalisation du segment (Ouvert, Travaux en cours)

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
avancement
Type
texte
Exemple
Ouvert
statut
Statut réglementaire qui caractérise le type d'aménagement qu'emprunte le segment (Piste cyclable, Bande cyclable, Chemin piéton, Couloir de bus, Contre-allée, Voie verte, Zone trente ou voie limitée à 30km/h, Zone de rencontre, Zone piétonne)

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
statut
Type
texte
Exemple
BCY3 - Bande cyclable unidirectionnelle de chaque côté de l'axe
nom_voie
Nom de la voie

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_voie
Type
texte
Exemple
AV DE LA DIVISION LECLERC
gestion_voie
 Niveau de gestion de la voie (RD, RD déclassée en VC, Voie communale, PAP)

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
gestion_voie
Type
texte
Exemple
CD92
NOM_OFFICIEL
Nom officiel de l'itinéraire

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_off
Type
texte
Exemple
                       
LONGUEUR
Longueur du segment (en mètres)

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
st_length_shape
Type
décimal
Unité
m
Exemple
35.001633404452036
geo_shape
Géométrie de l'entité au format GeoJSON

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_shape
Type
geo_shape
Exemple
{"coordinates":[[2.3024015747191635,48.740892915853486],[2.3023817177148724,48.74085232450557],[2.3023591177979714,48.740813516077125],[2.302311090361643,48.74074397794827],[2.3022054919791946,48.74060664500018]],"type":"LineString"}
geo_point_2d
Coordonnées du centroïde de l'entité (latitude, longitude en degrés décimaux)

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_point_2d
Type
geo_point_2d
Exemple
[48.74074642208128,2.3023087535014515]

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":"amenagements-cyclables",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/amenagements-cyclables"
      }
    ]
    ,
  • "definitions":
    {
    • "amenagements-cyclables":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/amenagements-cyclables_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"
            }
          }
        }
        ,
      • "amenagements-cyclables_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "numero":
                {
                • "type":"string",
                • "title":"numero",
                • "description":"Identifiant du tronçon (CODE_INSEE + STATUT + numéro incrémenté)"
                }
                ,
              • "code_insee":
                {
                • "type":"string",
                • "title":"code_insee",
                • "description":"Code INSEE de la commune"
                }
                ,
              • "commune":
                {
                • "type":"string",
                • "title":"commune",
                • "description":"Nom de la commune"
                }
                ,
              • "an_ouvert":
                {
                • "type":"string",
                • "title":"ANNEE_OUVERTURE",
                • "description":"Année d'ouverture de l'itinéraire"
                }
                ,
              • "avancement":
                {
                • "type":"string",
                • "title":"avancement",
                • "description":"Etat d'avancement de la réalisation du segment (Ouvert, Travaux en cours)"
                }
                ,
              • "statut":
                {
                • "type":"string",
                • "title":"statut",
                • "description":"Statut réglementaire qui caractérise le type d'aménagement qu'emprunte le segment (Piste cyclable, Bande cyclable, Chemin piéton, Couloir de bus, Contre-allée, Voie verte, Zone trente ou voie limitée à 30km/h, Zone de rencontre, Zone piétonne)"
                }
                ,
              • "nom_voie":
                {
                • "type":"string",
                • "title":"nom_voie",
                • "description":"Nom de la voie"
                }
                ,
              • "gestion_voie":
                {
                • "type":"string",
                • "title":"gestion_voie",
                • "description":" Niveau de gestion de la voie (RD, RD déclassée en VC, Voie communale, PAP)"
                }
                ,
              • "nom_off":
                {
                • "type":"string",
                • "title":"NOM_OFFICIEL",
                • "description":"Nom officiel de l'itinéraire"
                }
                ,
              • "st_length_shape":
                {
                • "type":"number",
                • "title":"LONGUEUR",
                • "description":"Longueur du segment (en mètres)",
                • "unit":"m"
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"geo_shape",
                • "description":"Géométrie de l'entité au format GeoJSON"
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geo_point_2d",
                • "description":"Coordonnées du centroïde de l'entité (latitude, longitude en degrés décimaux)"
                }
              }
            }
          }
        }
      }
    }

    Réutilisations

    Cliquez pour déplier Cliquez pour replier

    Soumettre une réutilisation

    Cliquez pour déplier Cliquez pour replier

    Votre nom sera affiché publiquement avec votre réutilisation

    Votre prénom sera affiché publiquement avec votre réutilisation

    Votre email ne sera pas affiché publiquement et sera seulement utilisé par un administrateur pour vous contacter.

    Courte description de votre travail (max. 50 caractères)

    Une description de ce que vous avez fait en utilisant ce jeu de données (max. 1000 caractères)

    Une URL où votre travail est accessible publiquement

     ou 

    (facultatif) Une URL ou une image pour présenter votre travail

    false

    Jeux de données similaires