323 enregistrements

323 enregistrements

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

ZFE-m - Voies exceptionnelles

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Geo Shape
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_shape
Type
geo_shape
Exemple
{"coordinates":[[7.7794728934946855,48.677992459049925],[7.778850813495875,48.67797507100435],[7.77840046107623,48.67796070171005],[7.777773246865972,48.677931799644405],[7.777274540754393,48.67790945378497],[7.776621939067116,48.67787075079876],[7.776475560858802,48.67786220402558],[7.7759335143487975,48.67782717313636],[7.775779536689085,48.6778099191913],[7.77574794414376,48.677806680562135],[7.775570220012455,48.67779758748925],[7.774240665323619,48.67767698147033],[7.773015754743746,48.67755487021963],[7.772188322234717,48.67744925939893],[7.771871499032214,48.67740698719044]],"type":"LineString"}
id
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id
Type
texte
Exemple
TRONROUT0000000049012956
date_debut
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_debut
Type
date
Exemple
2023-01-01
date_fin
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_fin
Type
texte
Exemple
                       
vp_critair
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
vp_critair
Type
texte
Exemple
                       
vp_horaires
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
vp_horaires
Type
texte
Exemple
24/7
vul_critair
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
vul_critair
Type
texte
Exemple
                       
vul_horaires
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
vul_horaires
Type
texte
Exemple
24/7
pl_critair
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
pl_critair
Type
texte
Exemple
                       
pl_horaires
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
pl_horaires
Type
texte
Exemple
24/7
autobus_autocars_critair
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
autobus_autocars_critair
Type
texte
Exemple
                       
autobus_autocars_horaires
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
autobus_autocars_horaires
Type
texte
Exemple
24/7
deux_rm_critair
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
deux_rm_critair
Type
texte
Exemple
                       
deux_rm_horaires
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
deux_rm_horaires
Type
texte
Exemple
24/7
url_arrete
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
url_arrete
Type
texte
Exemple
http://storage.creacast.com/strasbourg-vod/documents/20211015_EM_delib.pdf
url_site_information
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
url_site_information
Type
texte
Exemple
https://zfe.strasbourg.eu/
geo_point_2d
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_point_2d
Type
geo_point_2d
Exemple
[48.67776864081382,7.775666834496623]

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":"zfe_voie_exception",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/zfe_voie_exception"
      }
    ]
    ,
  • "definitions":
    {
    • "zfe_voie_exception":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/zfe_voie_exception_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"
            }
          }
        }
        ,
      • "zfe_voie_exception_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"Geo Shape",
                • "description":""
                }
                ,
              • "id":
                {
                • "type":"string",
                • "title":"id",
                • "description":""
                }
                ,
              • "date_debut":
                {
                • "type":"string",
                • "format":"date",
                • "title":"date_debut",
                • "description":""
                }
                ,
              • "date_fin":
                {
                • "type":"string",
                • "title":"date_fin",
                • "description":""
                }
                ,
              • "vp_critair":
                {
                • "type":"string",
                • "title":"vp_critair",
                • "description":""
                }
                ,
              • "vp_horaires":
                {
                • "type":"string",
                • "title":"vp_horaires",
                • "description":""
                }
                ,
              • "vul_critair":
                {
                • "type":"string",
                • "title":"vul_critair",
                • "description":""
                }
                ,
              • "vul_horaires":
                {
                • "type":"string",
                • "title":"vul_horaires",
                • "description":""
                }
                ,
              • "pl_critair":
                {
                • "type":"string",
                • "title":"pl_critair",
                • "description":""
                }
                ,
              • "pl_horaires":
                {
                • "type":"string",
                • "title":"pl_horaires",
                • "description":""
                }
                ,
              • "autobus_autocars_critair":
                {
                • "type":"string",
                • "title":"autobus_autocars_critair",
                • "description":""
                }
                ,
              • "autobus_autocars_horaires":
                {
                • "type":"string",
                • "title":"autobus_autocars_horaires",
                • "description":""
                }
                ,
              • "deux_rm_critair":
                {
                • "type":"string",
                • "title":"deux_rm_critair",
                • "description":""
                }
                ,
              • "deux_rm_horaires":
                {
                • "type":"string",
                • "title":"deux_rm_horaires",
                • "description":""
                }
                ,
              • "url_arrete":
                {
                • "type":"string",
                • "title":"url_arrete",
                • "description":""
                }
                ,
              • "url_site_information":
                {
                • "type":"string",
                • "title":"url_site_information",
                • "description":""
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geo_point_2d",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    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

    • La Zone à Faibles Emissions mobilité de l’Eurométropole de Strasbourg est entrée en vigueur le 1er janvier 2022 pour les véhicules les plus polluants non classés et classés Crit’Air 5. Leur interdiction définitive de circuler et de stationner sera effective au 1er janvier 2023. L’année 2022 est consacrée à faire de la communication, à accompagner les ménages et à organiser le changement. Des co…
    • Ces données représentent le tracé des lignes de bus circulant sur le territoire de l'Eurométropole. Elle prend en compte les lignes de la Compagnie des Transports Strasbourgeois (CTS), mais également les lignes inter-urbaines et scolaires.
    • Cette donnée est issue du référentiel cartographique au 1/10000ème et est conçue pour des échelles moyennes (du 1/5 000e au 1/25 000e). Sa précision est de 5 à 10m.