85 enregistrements

Localisation des défibrillateurs municipaux (DAE) - Ville de Lorient

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Nom de la collectivité
Nom de la collectivité gestionnaire

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
coll_nom
Type
texte
Exemple
Ville de Lorient
Identifiant unique de la collectivité gestionnaire
Identifiant unique de la collectivité gestionnaire

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
coll_siret
Type
texte
Exemple
21560121200016
Nom du quartier
Libellé du quartier

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
quartier_nom
Type
texte
Exemple
Centre-ville
Code IRIS
Code unique de l'iris

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_iris
Type
texte
Exemple
561210301
Nom de l'IRIS
Libellé de l'IRIS

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_iris
Type
texte
Exemple
Dupuy de Lome
Identifiant unique national d'adresse
Identifiant unique national d'adresse

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
uid_adresse
Type
texte
Exemple
ADRNIVX_0000000268755113
Clé d'interopérabilité de l'adresse
Clé d'interopérabilité de l'adresse

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
cle_interop_adresse
Type
texte
Exemple
56121_2360_00002
Adresse
Adresse

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
adresse
Type
texte
Exemple
2 Boulevard général Philippe Leclerc
Identifiant INSEE de la commune
Identifiant INSEE de la commune

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_insee
Type
texte
Exemple
56121
Code postal du bureau de distribution
Code postal du bureau de distribution

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_postal
Type
texte
Exemple
56100
Nom officiel de la commune
Nom officiel de la commune

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
commune_nom
Type
texte
Exemple
Lorient
Toponyme
Nom du site

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_site
Type
texte
Exemple
3- HOTEL DE VILLE
Emplacement
Précision sur l'emplacement

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
emplacement
Type
texte
Exemple
situé en extérieur, porte d'entrée principale
Coord. X RGF93CC48
Coordonnée de longitude exprimée en L93CC48

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
x
Type
décimal
Exemple
1223224.2505
Coord. Y RGF93CC48
Coordonnée de latitude exprimée en L93CC48

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
y
Type
décimal
Exemple
7191712.8004
Coord. X WGS84
Coordonnée de longitude exprimée en WGS84

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
long
Type
décimal
Exemple
-3.36577338
Coord. Y WGS84
Coordonnée de latitude exprimée en WGS84

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
lat
Type
décimal
Exemple
47.74831765
Source du nom ou de l'information
Nom de l’organisme ayant créé ou diffusé l'information

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
source
Type
texte
Exemple
Ville de Lorient
Date de la dernière mise à jour
Date de la dernière mise à jour 

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_der_maj
Type
date
Exemple
2023-12-18
geo_shape
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_shape
Type
geo_shape
Exemple
{"coordinates":[-3.365773375743203,47.74831765278066],"type":"Point"}
geo_point_2d
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_point_2d
Type
geo_point_2d
Exemple
[47.74831765278066,-3.365773375743203]

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":"localisation-des-defibrillateurs-municipaux-dae-ville-de-lorient",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/localisation-des-defibrillateurs-municipaux-dae-ville-de-lorient"
      }
    ]
    ,
  • "definitions":
    {
    • "localisation-des-defibrillateurs-municipaux-dae-ville-de-lorient":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/localisation-des-defibrillateurs-municipaux-dae-ville-de-lorient_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"
            }
          }
        }
        ,
      • "localisation-des-defibrillateurs-municipaux-dae-ville-de-lorient_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "coll_nom":
                {
                • "type":"string",
                • "title":"Nom de la collectivité",
                • "description":"Nom de la collectivité gestionnaire"
                }
                ,
              • "coll_siret":
                {
                • "type":"string",
                • "title":"Identifiant unique de la collectivité gestionnaire",
                • "description":"Identifiant unique de la collectivité gestionnaire"
                }
                ,
              • "quartier_nom":
                {
                • "type":"string",
                • "title":"Nom du quartier",
                • "description":"Libellé du quartier"
                }
                ,
              • "code_iris":
                {
                • "type":"string",
                • "title":"Code IRIS",
                • "description":"Code unique de l'iris"
                }
                ,
              • "nom_iris":
                {
                • "type":"string",
                • "title":"Nom de l'IRIS",
                • "description":"Libellé de l'IRIS"
                }
                ,
              • "uid_adresse":
                {
                • "type":"string",
                • "title":"Identifiant unique national d'adresse",
                • "description":"Identifiant unique national d'adresse"
                }
                ,
              • "cle_interop_adresse":
                {
                • "type":"string",
                • "title":"Clé d'interopérabilité de l'adresse",
                • "description":"Clé d'interopérabilité de l'adresse"
                }
                ,
              • "adresse":
                {
                • "type":"string",
                • "title":"Adresse",
                • "description":"Adresse"
                }
                ,
              • "code_insee":
                {
                • "type":"string",
                • "title":"Identifiant INSEE de la commune",
                • "description":"Identifiant INSEE de la commune"
                }
                ,
              • "code_postal":
                {
                • "type":"string",
                • "title":"Code postal du bureau de distribution",
                • "description":"Code postal du bureau de distribution"
                }
                ,
              • "commune_nom":
                {
                • "type":"string",
                • "title":"Nom officiel de la commune",
                • "description":"Nom officiel de la commune"
                }
                ,
              • "nom_site":
                {
                • "type":"string",
                • "title":"Toponyme",
                • "description":"Nom du site"
                }
                ,
              • "emplacement":
                {
                • "type":"string",
                • "title":"Emplacement",
                • "description":"Précision sur l'emplacement"
                }
                ,
              • "x":
                {
                • "type":"number",
                • "title":"Coord. X RGF93CC48",
                • "description":"Coordonnée de longitude exprimée en L93CC48"
                }
                ,
              • "y":
                {
                • "type":"number",
                • "title":"Coord. Y RGF93CC48",
                • "description":"Coordonnée de latitude exprimée en L93CC48"
                }
                ,
              • "long":
                {
                • "type":"number",
                • "title":"Coord. X WGS84",
                • "description":"Coordonnée de longitude exprimée en WGS84"
                }
                ,
              • "lat":
                {
                • "type":"number",
                • "title":"Coord. Y WGS84",
                • "description":"Coordonnée de latitude exprimée en WGS84"
                }
                ,
              • "source":
                {
                • "type":"string",
                • "title":"Source du nom ou de l'information",
                • "description":"Nom de l’organisme ayant créé ou diffusé l'information"
                }
                ,
              • "date_der_maj":
                {
                • "type":"string",
                • "format":"date",
                • "title":"Date de la dernière mise à jour",
                • "description":"Date de la dernière mise à jour "
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"geo_shape",
                • "description":""
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geo_point_2d",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires