Zones de rencontre sur Mulhouse

Filtres actifs Tout effacer

Aucun filtre actif.

Jeu de données affiché :

enregistrement
Filtres
x

enregistrement

Filtres

Description

Localisation linéaire des zones de rencontre sur le territoire de Mulhouse. Une zone de rencontre est un ensemble de voies où les piétons ont la priorité absolue et sont autorisés à circuler sur la chaussée, même si des trottoirs sont présents. La vitesse de circulation des autres usagers est limitée à 20 km/h.

Limites techniques d'usage

Aucune limite technique d'usage des données renseignée

Mots clefs

apaiséecirculationpiétonsrencontrevitessevoiezone

Synthèse

Mise à jour inconnue
Thèmes

Contacts

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
colonne_renomme_0
Nom (identifiant)
colonne_renomme_0
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
geo_point_2d
Nom (identifiant)
geo_point_2d
Type
geo_point_2d
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
code_insee
Nom (identifiant)
code_insee
Type
décimal
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
nom_rue
Nom (identifiant)
nom_rue
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
mnemo_rue
Nom (identifiant)
mnemo_rue
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
delimitati
Nom (identifiant)
delimitati
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
num_arrete
Nom (identifiant)
num_arrete
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
date_arret
Nom (identifiant)
date_arret
Type
date
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
temp_arret
Nom (identifiant)
temp_arret
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
date_fin_a
Nom (identifiant)
date_fin_a
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
annee_arrete
Nom (identifiant)
annee_arrete
Type
décimal
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
longueur
Nom (identifiant)
longueur
Type
décimal
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
geo_shape
Nom (identifiant)
geo_shape
Type
geo_shape
Description
                       
Aucune description n'est disponible pour ce champ.
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":"zones-de-rencontre-sur-mulhouse",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/zones-de-rencontre-sur-mulhouse"
      }
    ]
    ,
  • "definitions":
    {
    • "zones-de-rencontre-sur-mulhouse":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/zones-de-rencontre-sur-mulhouse_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"
            }
          }
        }
        ,
      • "zones-de-rencontre-sur-mulhouse_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "colonne_renomme_0":
                {
                • "type":"string",
                • "title":"colonne_renomme_0",
                • "description":""
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geo_point_2d",
                • "description":""
                }
                ,
              • "code_insee":
                {
                • "type":"number",
                • "title":"code_insee",
                • "description":""
                }
                ,
              • "nom_rue":
                {
                • "type":"string",
                • "title":"nom_rue",
                • "description":""
                }
                ,
              • "mnemo_rue":
                {
                • "type":"string",
                • "title":"mnemo_rue",
                • "description":""
                }
                ,
              • "delimitati":
                {
                • "type":"string",
                • "title":"delimitati",
                • "description":""
                }
                ,
              • "num_arrete":
                {
                • "type":"string",
                • "title":"num_arrete",
                • "description":""
                }
                ,
              • "date_arret":
                {
                • "type":"string",
                • "format":"date",
                • "title":"date_arret",
                • "description":""
                }
                ,
              • "temp_arret":
                {
                • "type":"string",
                • "title":"temp_arret",
                • "description":""
                }
                ,
              • "date_fin_a":
                {
                • "type":"string",
                • "title":"date_fin_a",
                • "description":""
                }
                ,
              • "annee_arrete":
                {
                • "type":"number",
                • "title":"annee_arrete",
                • "description":""
                }
                ,
              • "longueur":
                {
                • "type":"number",
                • "title":"longueur",
                • "description":""
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"geo_shape",
                • "description":""
                }
              }
            }
          }
        }
      }
    }
    date_arret
    annee_arrete
    code_insee
    longueur
    colonne_renomme_0
    date_fin_a
    delimitati
    geo_point_2d
    geo_shape
    mnemo_rue
    nom_rue
    num_arrete
    temp_arret
    date_arret
    annee_arrete
    code_insee
    longueur
    colonne_renomme_0
    date_fin_a
    delimitati
    geo_point_2d
    geo_shape
    mnemo_rue
    nom_rue
    num_arrete
    temp_arret
    Aucun résultat
      ×