enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Passages piétons sur Rennes Métropole

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Geo Point
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_point_2d
Type
geo_point_2d
Exemple
                       
Geo Shape
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_shape
Type
geo_shape
Exemple
                       
gml_id
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
gml_id
Type
texte
Exemple
                       
id
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id
Type
int
Exemple
                       
auteur_rel
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
auteur_rel
Type
texte
Exemple
                       
bev
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
bev
Type
texte
Exemple
                       
surbaisse
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
surbaisse
Type
texte
Exemple
                       
bao
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
bao
Type
texte
Exemple
                       
commentaire
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
commentaire
Type
texte
Exemple
                       
conformite_pmr
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
conformite_pmr
Type
texte
Exemple
                       
conform_vis
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
conform_vis
Type
texte
Exemple
                       
vis_mob
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
vis_mob
Type
texte
Exemple
                       
vis_veg
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
vis_veg
Type
texte
Exemple
                       
vis_sta
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
vis_sta
Type
texte
Exemple
                       
signal_lum
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
signal_lum
Type
texte
Exemple
                       
photo
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
photo
Type
texte
Exemple
                       
date_tvx_vis
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_tvx_vis
Type
datetime
Exemple
                       
date_tvx_acess
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_tvx_acess
Type
datetime
Exemple
                       
date_relev
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_relev
Type
datetime
Exemple
                       
code_insee
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_insee
Type
int
Exemple
                       
nom_commune
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_commune
Type
texte
Exemple
                       
denomination
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
denomination
Type
texte
Exemple
                       
nuquart
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nuquart
Type
int
Exemple
                       
nom_quartier
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_quartier
Type
texte
Exemple
                       
dve_comite_sect
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
dve_comite_sect
Type
texte
Exemple
                       
dve_plateforme
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
dve_plateforme
Type
texte
Exemple
                       
dve_sect_entrep
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
dve_sect_entrep
Type
texte
Exemple
                       
dve_sect_regie
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
dve_sect_regie
Type
texte
Exemple
                       
annee_vis
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
annee_vis
Type
texte
Exemple
                       
annee_acces
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
annee_acces
Type
texte
Exemple
                       

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":"passage_pietons",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/passage_pietons"
      }
    ]
    ,
  • "definitions":
    {
    • "passage_pietons":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/passage_pietons_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"
            }
          }
        }
        ,
      • "passage_pietons_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "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":""
                }
                ,
              • "gml_id":
                {
                • "type":"string",
                • "title":"gml_id",
                • "description":""
                }
                ,
              • "id":
                {
                • "type":"integer",
                • "title":"id",
                • "description":""
                }
                ,
              • "auteur_rel":
                {
                • "type":"string",
                • "title":"auteur_rel",
                • "description":""
                }
                ,
              • "bev":
                {
                • "type":"string",
                • "title":"bev",
                • "description":""
                }
                ,
              • "surbaisse":
                {
                • "type":"string",
                • "title":"surbaisse",
                • "description":""
                }
                ,
              • "bao":
                {
                • "type":"string",
                • "title":"bao",
                • "description":""
                }
                ,
              • "commentaire":
                {
                • "type":"string",
                • "title":"commentaire",
                • "description":""
                }
                ,
              • "conformite_pmr":
                {
                • "type":"string",
                • "title":"conformite_pmr",
                • "description":""
                }
                ,
              • "conform_vis":
                {
                • "type":"string",
                • "title":"conform_vis",
                • "description":""
                }
                ,
              • "vis_mob":
                {
                • "type":"string",
                • "title":"vis_mob",
                • "description":""
                }
                ,
              • "vis_veg":
                {
                • "type":"string",
                • "title":"vis_veg",
                • "description":""
                }
                ,
              • "vis_sta":
                {
                • "type":"string",
                • "title":"vis_sta",
                • "description":""
                }
                ,
              • "signal_lum":
                {
                • "type":"string",
                • "title":"signal_lum",
                • "description":""
                }
                ,
              • "photo":
                {
                • "type":"string",
                • "title":"photo",
                • "description":""
                }
                ,
              • "date_tvx_vis":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"date_tvx_vis",
                • "description":""
                }
                ,
              • "date_tvx_acess":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"date_tvx_acess",
                • "description":""
                }
                ,
              • "date_relev":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"date_relev",
                • "description":""
                }
                ,
              • "code_insee":
                {
                • "type":"integer",
                • "title":"code_insee",
                • "description":""
                }
                ,
              • "nom_commune":
                {
                • "type":"string",
                • "title":"nom_commune",
                • "description":""
                }
                ,
              • "denomination":
                {
                • "type":"string",
                • "title":"denomination",
                • "description":""
                }
                ,
              • "nuquart":
                {
                • "type":"integer",
                • "title":"nuquart",
                • "description":""
                }
                ,
              • "nom_quartier":
                {
                • "type":"string",
                • "title":"nom_quartier",
                • "description":""
                }
                ,
              • "dve_comite_sect":
                {
                • "type":"string",
                • "title":"dve_comite_sect",
                • "description":""
                }
                ,
              • "dve_plateforme":
                {
                • "type":"string",
                • "title":"dve_plateforme",
                • "description":""
                }
                ,
              • "dve_sect_entrep":
                {
                • "type":"string",
                • "title":"dve_sect_entrep",
                • "description":""
                }
                ,
              • "dve_sect_regie":
                {
                • "type":"string",
                • "title":"dve_sect_regie",
                • "description":""
                }
                ,
              • "annee_vis":
                {
                • "type":"string",
                • "title":"annee_vis",
                • "description":""
                }
                ,
              • "annee_acces":
                {
                • "type":"string",
                • "title":"annee_acces",
                • "description":""
                }
              }
            }
          }
        }
      }
    }