PLU - Périmètres des zones de stationnement

Filtres actifs Tout effacer

Aucun filtre actif.
enregistrement
Filtres
x

enregistrement

Filtres

Description

Cette carte permet de consulter le PLU de l'Eurométropole.

Les documents opposables sont consultables sous forme de planches PDF.


Plan Local d'Urbanisme (PLU) de l’Eurométropole approuvé en Conseil d’Eurométropole du 31 mai 2024.

A jour de la modification n°4.


Le PLU est le projet de territoire de l’Eurométropole de Strasbourg à l’horizon 2030. Il est aussi un outil réglementaire qui fixe les règles de la vocation du sol.
Plus d'information sur strasbourg.eu


Strasbourg est doté d’un Plan de sauvegarde et de mise en valeur, approuvé par arrêté préfectoral du 7 juillet 2023 qui couvre la totalité du Site patrimonial remarquable.

Il remplace l’ancien PSMV de 1985 et l’a étendu essentiellement au Nord de la Grande-Ile, au cœur de la Neustadt, partie sur laquelle s’appliquait précédemment le Plan local d’Urbanisme (PLU) de l’Eurométropole de Strasbourg.

PSMV et PLU ne sont donc plus opposables aux demandes d’autorisation d’urbanisme (permis de construire, de démolir, d’aménager, déclaration préalable, certificat d’urbanisme …) sur le périmètre du PSMV.

Accéder aux documents du PSMV

Limites techniques d'usage

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

Mots clefs

Strasbourgcartothequeplustationnement

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
type_prescription
Nom (identifiant)
type_prescription
Type
décimal
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
                   
sous_type
Nom (identifiant)
sous_type
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
trig_comm
Nom (identifiant)
trig_comm
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
num_unique
Nom (identifiant)
num_unique
Type
décimal
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
ssp_numero
Nom (identifiant)
ssp_numero
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
oap_nom
Nom (identifiant)
oap_nom
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
oap_page
Nom (identifiant)
oap_page
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
surf_m2
Nom (identifiant)
surf_m2
Type
décimal
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
ssp_commune
Nom (identifiant)
ssp_commune
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
ssp_site
Nom (identifiant)
ssp_site
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
ssp_ru
Nom (identifiant)
ssp_ru
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
rt_nom_site
Nom (identifiant)
rt_nom_site
Type
texte
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
                   
er_numero
Nom (identifiant)
er_numero
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
er_designation
Nom (identifiant)
er_designation
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
er_beneficiaire
Nom (identifiant)
er_beneficiaire
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
pag_libelle
Nom (identifiant)
pag_libelle
Type
texte
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":"plu-perimetres-des-zones-de-stationnement",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/plu-perimetres-des-zones-de-stationnement"
      }
    ]
    ,
  • "definitions":
    {
    • "plu-perimetres-des-zones-de-stationnement":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/plu-perimetres-des-zones-de-stationnement_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"
            }
          }
        }
        ,
      • "plu-perimetres-des-zones-de-stationnement_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "type_prescription":
                {
                • "type":"number",
                • "title":"type_prescription",
                • "description":""
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geo_point_2d",
                • "description":""
                }
                ,
              • "sous_type":
                {
                • "type":"string",
                • "title":"sous_type",
                • "description":""
                }
                ,
              • "trig_comm":
                {
                • "type":"string",
                • "title":"trig_comm",
                • "description":""
                }
                ,
              • "num_unique":
                {
                • "type":"number",
                • "title":"num_unique",
                • "description":""
                }
                ,
              • "ssp_numero":
                {
                • "type":"string",
                • "title":"ssp_numero",
                • "description":""
                }
                ,
              • "oap_nom":
                {
                • "type":"string",
                • "title":"oap_nom",
                • "description":""
                }
                ,
              • "oap_page":
                {
                • "type":"string",
                • "title":"oap_page",
                • "description":""
                }
                ,
              • "surf_m2":
                {
                • "type":"number",
                • "title":"surf_m2",
                • "description":""
                }
                ,
              • "ssp_commune":
                {
                • "type":"string",
                • "title":"ssp_commune",
                • "description":""
                }
                ,
              • "ssp_site":
                {
                • "type":"string",
                • "title":"ssp_site",
                • "description":""
                }
                ,
              • "ssp_ru":
                {
                • "type":"string",
                • "title":"ssp_ru",
                • "description":""
                }
                ,
              • "rt_nom_site":
                {
                • "type":"string",
                • "title":"rt_nom_site",
                • "description":""
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"geo_shape",
                • "description":""
                }
                ,
              • "er_numero":
                {
                • "type":"string",
                • "title":"er_numero",
                • "description":""
                }
                ,
              • "er_designation":
                {
                • "type":"string",
                • "title":"er_designation",
                • "description":""
                }
                ,
              • "er_beneficiaire":
                {
                • "type":"string",
                • "title":"er_beneficiaire",
                • "description":""
                }
                ,
              • "pag_libelle":
                {
                • "type":"string",
                • "title":"pag_libelle",
                • "description":""
                }
              }
            }
          }
        }
      }
    }
    num_unique
    surf_m2
    type_prescription
    er_beneficiaire
    er_designation
    er_numero
    geo_point_2d
    geo_shape
    oap_nom
    oap_page
    pag_libelle
    rt_nom_site
    sous_type
    ssp_commune
    ssp_numero
    ssp_ru
    ssp_site
    trig_comm
    num_unique
    surf_m2
    type_prescription
    er_beneficiaire
    er_designation
    er_numero
    geo_point_2d
    geo_shape
    oap_nom
    oap_page
    pag_libelle
    rt_nom_site
    sous_type
    ssp_commune
    ssp_numero
    ssp_ru
    ssp_site
    trig_comm
    Aucun résultat
      ×