PPRi Eurométropole de Strasbourg – Inondation par débordement (zonage)

Filtres actifs Tout effacer

Aucun filtre actif.
0 enregistrement
Filtres
x

0 enregistrement

Filtres

Description

Zonage réglementaire relatif au risque de submersion par débordement de cours d’eau élaboré dans le cadre du Plan de Prévention des Risques d’inondation (PPRi) de l'Eurométropole de Strasbourg approuvé le 20 avril 218.

Il a pour but de définir dans les zones directement exposées et, le cas échéant dans les zones non directement exposées, une réglementation homogène par zone comprenant des interdictions et des prescriptions.

Les zones sont délimitées en fonction des objectifs du PPRi et des mesures applicables compte tenu du risque encouru ou induit.

Plus d'information sur la page dédiée de la DDT du Bas-Rhin.

Limites techniques d'usage

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

Mots clefs

Strasbourginondationpprizonage

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
geo_shape
Nom (identifiant)
geo_shape
Type
geo_shape
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
id_obj
Nom (identifiant)
id_obj
Type
décimal
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
id_zone
Nom (identifiant)
id_zone
Type
décimal
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
id_gaspar
Nom (identifiant)
id_gaspar
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
nom
Nom (identifiant)
nom
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
codezone
Nom (identifiant)
codezone
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
typereg
Nom (identifiant)
typereg
Type
décimal
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
soumisalea
Nom (identifiant)
soumisalea
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
srce_geom
Nom (identifiant)
srce_geom
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
srce_annee
Nom (identifiant)
srce_annee
Type
décimal
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
precision
Nom (identifiant)
precision
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
texte
Nom (identifiant)
texte
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
urlpdf
Nom (identifiant)
urlpdf
Type
texte
Description
                       
Aucune description n'est disponible pour ce champ.
Exemple
                   
commune
Nom (identifiant)
commune
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
                   

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":"ppri-eurometropole-de-strasbourg-inondation-par-debordement-zonage",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/ppri-eurometropole-de-strasbourg-inondation-par-debordement-zonage"
      }
    ]
    ,
  • "definitions":
    {
    • "ppri-eurometropole-de-strasbourg-inondation-par-debordement-zonage":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/ppri-eurometropole-de-strasbourg-inondation-par-debordement-zonage_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"
            }
          }
        }
        ,
      • "ppri-eurometropole-de-strasbourg-inondation-par-debordement-zonage_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"geo_shape",
                • "description":""
                }
                ,
              • "id_obj":
                {
                • "type":"number",
                • "title":"id_obj",
                • "description":""
                }
                ,
              • "id_zone":
                {
                • "type":"number",
                • "title":"id_zone",
                • "description":""
                }
                ,
              • "id_gaspar":
                {
                • "type":"string",
                • "title":"id_gaspar",
                • "description":""
                }
                ,
              • "nom":
                {
                • "type":"string",
                • "title":"nom",
                • "description":""
                }
                ,
              • "codezone":
                {
                • "type":"string",
                • "title":"codezone",
                • "description":""
                }
                ,
              • "typereg":
                {
                • "type":"number",
                • "title":"typereg",
                • "description":""
                }
                ,
              • "soumisalea":
                {
                • "type":"string",
                • "title":"soumisalea",
                • "description":""
                }
                ,
              • "srce_geom":
                {
                • "type":"string",
                • "title":"srce_geom",
                • "description":""
                }
                ,
              • "srce_annee":
                {
                • "type":"number",
                • "title":"srce_annee",
                • "description":""
                }
                ,
              • "precision":
                {
                • "type":"string",
                • "title":"precision",
                • "description":""
                }
                ,
              • "texte":
                {
                • "type":"string",
                • "title":"texte",
                • "description":""
                }
                ,
              • "urlpdf":
                {
                • "type":"string",
                • "title":"urlpdf",
                • "description":""
                }
                ,
              • "commune":
                {
                • "type":"string",
                • "title":"commune",
                • "description":""
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geo_point_2d",
                • "description":""
                }
              }
            }
          }
        }
      }
    }
    id_obj
    id_zone
    srce_annee
    typereg
    codezone
    commune
    geo_point_2d
    geo_shape
    id_gaspar
    nom
    precision
    soumisalea
    srce_geom
    texte
    urlpdf
    id_obj
    id_zone
    srce_annee
    typereg
    codezone
    commune
    geo_point_2d
    geo_shape
    id_gaspar
    nom
    precision
    soumisalea
    srce_geom
    texte
    urlpdf
    Aucun résultat
      ×