enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

TRI Saint-Malo Baie du Mont Saint-Michel

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
                       
COMMUNE
Nom de la commune dans le périmètre du TRI

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
commune
Type
texte
Exemple
                       
REF_INSEE
Code INSEE de la commune

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
ref_insee
Type
texte
Exemple
                       
EPCI
Communauté de communes ou d'agglomération à laquelle appartient la commune

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
epci
Type
texte
Exemple
                       
PPRSM
Informations sur le Plan de Prévention des Risques Submersion Marine associé à la commune (si "non", pas de PPRSM prescrit)

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
pprsm
Type
texte
Exemple
                       
PCS
Information sur l'existence d'un Plan Communal de Sauvegarde dans la commune

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
pcs
Type
texte
Exemple
                       
DICRIM
Information sur l'existence d'un Document d'Information Communal sur les Risques Majeurs dans la commune

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
dicrim
Type
texte
Exemple
                       
BV
Bassin versant sur lequel est située la commune (si plusieurs, ils sont séparés par une barre oblique /)

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
bv
Type
texte
Exemple
                       
POP_TOT
Population de la commune (population légale totale au sens de l'INSEE)

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
pop_tot
Type
int
Exemple
                       
POP_ZI_Fr
Population en zone inondable - scénario d'aléa fréquent

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
pop_zi_fr
Type
int
Exemple
                       
POP_ZI_M
Population en zone inondable - scénario d'aléa moyen

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
pop_zi_m
Type
int
Exemple
                       
POP_ZI_MCC
Population en zone inondable - scénario d'aléa moyen avec changement climatique

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
pop_zi_mcc
Type
int
Exemple
                       
POP_ZI_Ext
Population en zone inondable - scénario d'aléa extrême

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
pop_zi_ext
Type
int
Exemple
                       
geo_point_2d
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_point_2d
Type
geo_point_2d
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":"tri-saint-malo-baie-du-mont-saint-michel",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/tri-saint-malo-baie-du-mont-saint-michel"
      }
    ]
    ,
  • "definitions":
    {
    • "tri-saint-malo-baie-du-mont-saint-michel":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/tri-saint-malo-baie-du-mont-saint-michel_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"
            }
          }
        }
        ,
      • "tri-saint-malo-baie-du-mont-saint-michel_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"Geo Shape",
                • "description":""
                }
                ,
              • "commune":
                {
                • "type":"string",
                • "title":"COMMUNE",
                • "description":"Nom de la commune dans le périmètre du TRI"
                }
                ,
              • "ref_insee":
                {
                • "type":"string",
                • "title":"REF_INSEE",
                • "description":"Code INSEE de la commune"
                }
                ,
              • "epci":
                {
                • "type":"string",
                • "title":"EPCI",
                • "description":"Communauté de communes ou d'agglomération à laquelle appartient la commune"
                }
                ,
              • "pprsm":
                {
                • "type":"string",
                • "title":"PPRSM",
                • "description":"Informations sur le Plan de Prévention des Risques Submersion Marine associé à la commune (si "non", pas de PPRSM prescrit)"
                }
                ,
              • "pcs":
                {
                • "type":"string",
                • "title":"PCS",
                • "description":"Information sur l'existence d'un Plan Communal de Sauvegarde dans la commune"
                }
                ,
              • "dicrim":
                {
                • "type":"string",
                • "title":"DICRIM",
                • "description":"Information sur l'existence d'un Document d'Information Communal sur les Risques Majeurs dans la commune"
                }
                ,
              • "bv":
                {
                • "type":"string",
                • "title":"BV",
                • "description":"Bassin versant sur lequel est située la commune (si plusieurs, ils sont séparés par une barre oblique /)"
                }
                ,
              • "pop_tot":
                {
                • "type":"integer",
                • "title":"POP_TOT",
                • "description":"Population de la commune (population légale totale au sens de l'INSEE)"
                }
                ,
              • "pop_zi_fr":
                {
                • "type":"integer",
                • "title":"POP_ZI_Fr",
                • "description":"Population en zone inondable - scénario d'aléa fréquent"
                }
                ,
              • "pop_zi_m":
                {
                • "type":"integer",
                • "title":"POP_ZI_M",
                • "description":"Population en zone inondable - scénario d'aléa moyen"
                }
                ,
              • "pop_zi_mcc":
                {
                • "type":"integer",
                • "title":"POP_ZI_MCC",
                • "description":"Population en zone inondable - scénario d'aléa moyen avec changement climatique"
                }
                ,
              • "pop_zi_ext":
                {
                • "type":"integer",
                • "title":"POP_ZI_Ext",
                • "description":"Population en zone inondable - scénario d'aléa extrême"
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geo_point_2d",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires