Cette carte permet de consulter le PLU de l'Eurométropole.
Les documents opposables sont consultables sous forme de planches PDF.
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.
Aucune limite technique d'usage des données renseignée
Strasbourgcartothequeplustationnement
Pièces jointes
Modèle de données
Nom (identifiant) | type_prescription |
Type | décimal |
Description | Aucune description n'est disponible pour ce champ. |
Exemple |
Nom (identifiant) | geo_point_2d |
Type | geo_point_2d |
Description | Aucune description n'est disponible pour ce champ. |
Exemple |
Nom (identifiant) | sous_type |
Type | texte |
Description | Aucune description n'est disponible pour ce champ. |
Exemple |
Nom (identifiant) | trig_comm |
Type | texte |
Description | Aucune description n'est disponible pour ce champ. |
Exemple |
Nom (identifiant) | num_unique |
Type | décimal |
Description | Aucune description n'est disponible pour ce champ. |
Exemple |
Nom (identifiant) | ssp_numero |
Type | texte |
Description | Aucune description n'est disponible pour ce champ. |
Exemple |
Nom (identifiant) | oap_nom |
Type | texte |
Description | Aucune description n'est disponible pour ce champ. |
Exemple |
Nom (identifiant) | oap_page |
Type | texte |
Description | Aucune description n'est disponible pour ce champ. |
Exemple |
Nom (identifiant) | surf_m2 |
Type | décimal |
Description | Aucune description n'est disponible pour ce champ. |
Exemple |
Nom (identifiant) | ssp_commune |
Type | texte |
Description | Aucune description n'est disponible pour ce champ. |
Exemple |
Nom (identifiant) | ssp_site |
Type | texte |
Description | Aucune description n'est disponible pour ce champ. |
Exemple |
Nom (identifiant) | ssp_ru |
Type | texte |
Description | Aucune description n'est disponible pour ce champ. |
Exemple |
Nom (identifiant) | rt_nom_site |
Type | texte |
Description | Aucune description n'est disponible pour ce champ. |
Exemple |
Nom (identifiant) | geo_shape |
Type | geo_shape |
Description | Aucune description n'est disponible pour ce champ. |
Exemple |
Nom (identifiant) | er_numero |
Type | texte |
Description | Aucune description n'est disponible pour ce champ. |
Exemple |
Nom (identifiant) | er_designation |
Type | texte |
Description | Aucune description n'est disponible pour ce champ. |
Exemple |
Nom (identifiant) | er_beneficiaire |
Type | texte |
Description | Aucune description n'est disponible pour ce champ. |
Exemple |
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"
}
}
} - "records":
} - "properties":
- "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"
}
} - "crs":
- "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"
}
} - "type":
- "additionalProperties":false,
- "oneOf":[
- ,{
- "$ref":"#/definitions/namedCrs"
} - {
- "$ref":"#/definitions/linkedCrs"
}
]
} - "namedCrs":,{
- "properties":{
- "type":,{
- "enum":[
- "name"
]
} - "enum":
- "properties":{
- "required":,[
- "name"
] - "additionalProperties":false,
- "properties":{
- "name":{
- "type":"string"
}
} - "name":
} - "required":
} - "type":
} - "properties":
- "linkedObject":,{
- "type":"object",
- "required":,[
- "href"
] - "properties":{
- "href":,{
- "type":"string",
- "format":"uri"
} - "type":{
- "type":"string",
- "description":"Suggested values: proj4, ogjwkt, esriwkt"
}
} - "href":
} - "linkedCrs":,{
- "properties":{
- "type":,{
- "enum":[
- "link"
]
} - "enum":
- "properties":{
- "$ref":"#/definitions/linkedObject"
}
} - "type":
} - "properties":
- "geometryCollection":,{
- "title":"GeometryCollection",
- "description":"A collection of geometry objects",
- "required":,[
- "geometries"
] - "properties":{
- "type":,{
- "enum":[
- "GeometryCollection"
]
} - "enum":
- "geometries":{
- "type":"array",
- "items":{
- "$ref":"http://json-schema.org/geojson/geometry.json#"
}
}
} - "type":
} - "feature":,{
- "title":"Feature",
- "description":"A Geo JSON feature object",
- "required":,[
- "geometry",
- "properties"
] - "properties":{
- "type":,{
- "enum":[
- "Feature"
]
} - "enum":
- "geometry":,{
- "oneOf":[
- ,{
- "type":"null"
} - {
- "$ref":"#/definitions/geometry"
}
]
} - "oneOf":
- "properties":,{
- "type":[
- "object",
- "null"
]
} - "type":
- "id":{}
} - "type":
} - "featureCollection":,{
- "title":"FeatureCollection",
- "description":"A Geo JSON feature collection",
- "required":,[
- "features"
] - "properties":{
- "type":,{
- "enum":[
- "FeatureCollection"
]
} - "enum":
- "features":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/feature"
}
}
} - "type":
} - "geometry":,{
- "title":"geometry",
- "description":"One geometry as defined by GeoJSON",
- "type":"object",
- "required":,[
- "type",
- "coordinates"
] - "oneOf":,[
- ,{
- "title":"Point",
- "properties":{
- "type":,{
- "enum":[
- "Point"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/position"
}
} - "type":
} - ,{
- "title":"MultiPoint",
- "properties":{
- "type":,{
- "enum":[
- "MultiPoint"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/positionArray"
}
} - "type":
} - ,{
- "title":"LineString",
- "properties":{
- "type":,{
- "enum":[
- "LineString"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/lineString"
}
} - "type":
} - ,{
- "title":"MultiLineString",
- "properties":{
- "type":,{
- "enum":[
- "MultiLineString"
]
} - "enum":
- "coordinates":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/lineString"
}
}
} - "type":
} - ,{
- "title":"Polygon",
- "properties":{
- "type":,{
- "enum":[
- "Polygon"
]
} - "enum":
- "coordinates":{
- "$ref":"#/definitions/polygon"
}
} - "type":
} - {
- "title":"MultiPolygon",
- "properties":{
- "type":,{
- "enum":[
- "MultiPolygon"
]
} - "enum":
- "coordinates":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/polygon"
}
}
} - "type":
}
] - "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":""
}
} - "type_prescription":
}
} - "fields":
} - "properties":
} - "plu-perimetres-des-zones-de-stationnement":
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 |
---|