1 287 enregistrements

1 287 enregistrements

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Population des ménages (exhaustif) des communes d'Île-de-France (données Insee)

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
Geo Point
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_point_2d
Type
geo_point_2d
Exemple
[48.8839792678,2.59708891767]
Geo Shape
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_shape
Type
geo_shape
Exemple
{"coordinates":[[2.597088917673042,48.88397926778323]],"type":"MultiPoint"}
objectid
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
objectid
Type
int
Exemple
122
insee
Code Insee de la commune

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
insee
Type
int
Exemple
77108
popmen2017
Population des ménages en 2017

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmen2017
Type
décimal
Exemple
54673.67
popmen2016
Population des ménages en 2016

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmen2016
Type
décimal
Exemple
53952
popmen2015
Population des ménages en 2015

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmen2015
Type
décimal
Exemple
53589
popmen2014
Population des ménages en 2014

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmen2014
Type
décimal
Exemple
53464
popmen2013
Population des ménages en 2013

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmen2013
Type
décimal
Exemple
53350.67
popmen2012
Population des ménages en 2012

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmen2012
Type
décimal
Exemple
53006.33
popmen2011
Population des ménages en 2011

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmen2011
Type
décimal
Exemple
52554
popmen2010
Population des ménages en 2010

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmen2010
Type
décimal
Exemple
52516
popmen2009
Population des ménages en 2009

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmen2009
Type
décimal
Exemple
52386
popmen2008
Population des ménages en 2008

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmen2008
Type
décimal
Exemple
52175.83
popmen2007
Population des ménages en 2007

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmen2007
Type
décimal
Exemple
50414.77
popmen2006
Population des ménages en 2006

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmen2006
Type
int
Exemple
47965
popmen99
Population des ménages en 1999

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmen99
Type
int
Exemple
44877
popmen90
Population des ménages en 1990

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmen90
Type
int
Exemple
45066
popmen82
Population des ménages en 1982

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmen82
Type
int
Exemple
41349
popmen75
Population des ménages en 1975

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmen75
Type
int
Exemple
35809
popmen68
Population des ménages en 1968

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmen68
Type
int
Exemple
32735
popmen62
Population des ménages en 1962

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmen62
Type
int
Exemple
28116

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":"population-des-menages-exhaustif-des-communes-dile-de-france-donnee-insee",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/population-des-menages-exhaustif-des-communes-dile-de-france-donnee-insee"
      }
    ]
    ,
  • "definitions":
    {
    • "population-des-menages-exhaustif-des-communes-dile-de-france-donnee-insee":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/population-des-menages-exhaustif-des-communes-dile-de-france-donnee-insee_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"
            }
          }
        }
        ,
      • "population-des-menages-exhaustif-des-communes-dile-de-france-donnee-insee_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geo Point",
                • "description":""
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"Geo Shape",
                • "description":""
                }
                ,
              • "objectid":
                {
                • "type":"integer",
                • "title":"objectid",
                • "description":""
                }
                ,
              • "insee":
                {
                • "type":"integer",
                • "title":"insee",
                • "description":"Code Insee de la commune"
                }
                ,
              • "popmen2017":
                {
                • "type":"number",
                • "title":"popmen2017",
                • "description":"Population des ménages en 2017"
                }
                ,
              • "popmen2016":
                {
                • "type":"number",
                • "title":"popmen2016",
                • "description":"Population des ménages en 2016"
                }
                ,
              • "popmen2015":
                {
                • "type":"number",
                • "title":"popmen2015",
                • "description":"Population des ménages en 2015"
                }
                ,
              • "popmen2014":
                {
                • "type":"number",
                • "title":"popmen2014",
                • "description":"Population des ménages en 2014"
                }
                ,
              • "popmen2013":
                {
                • "type":"number",
                • "title":"popmen2013",
                • "description":"Population des ménages en 2013"
                }
                ,
              • "popmen2012":
                {
                • "type":"number",
                • "title":"popmen2012",
                • "description":"Population des ménages en 2012"
                }
                ,
              • "popmen2011":
                {
                • "type":"number",
                • "title":"popmen2011",
                • "description":"Population des ménages en 2011"
                }
                ,
              • "popmen2010":
                {
                • "type":"number",
                • "title":"popmen2010",
                • "description":"Population des ménages en 2010"
                }
                ,
              • "popmen2009":
                {
                • "type":"number",
                • "title":"popmen2009",
                • "description":"Population des ménages en 2009"
                }
                ,
              • "popmen2008":
                {
                • "type":"number",
                • "title":"popmen2008",
                • "description":"Population des ménages en 2008"
                }
                ,
              • "popmen2007":
                {
                • "type":"number",
                • "title":"popmen2007",
                • "description":"Population des ménages en 2007"
                }
                ,
              • "popmen2006":
                {
                • "type":"integer",
                • "title":"popmen2006",
                • "description":"Population des ménages en 2006"
                }
                ,
              • "popmen99":
                {
                • "type":"integer",
                • "title":"popmen99",
                • "description":"Population des ménages en 1999"
                }
                ,
              • "popmen90":
                {
                • "type":"integer",
                • "title":"popmen90",
                • "description":"Population des ménages en 1990"
                }
                ,
              • "popmen82":
                {
                • "type":"integer",
                • "title":"popmen82",
                • "description":"Population des ménages en 1982"
                }
                ,
              • "popmen75":
                {
                • "type":"integer",
                • "title":"popmen75",
                • "description":"Population des ménages en 1975"
                }
                ,
              • "popmen68":
                {
                • "type":"integer",
                • "title":"popmen68",
                • "description":"Population des ménages en 1968"
                }
                ,
              • "popmen62":
                {
                • "type":"integer",
                • "title":"popmen62",
                • "description":"Population des ménages en 1962"
                }
              }
            }
          }
        }
      }
    }

    Réutilisations

    Cliquez pour déplier Cliquez pour replier

    Soumettre une réutilisation

    Cliquez pour déplier Cliquez pour replier

    Votre nom sera affiché publiquement avec votre réutilisation

    Votre prénom sera affiché publiquement avec votre réutilisation

    Votre email ne sera pas affiché publiquement et sera seulement utilisé par un administrateur pour vous contacter.

    Courte description de votre travail (max. 50 caractères)

    Une description de ce que vous avez fait en utilisant ce jeu de données (max. 1000 caractères)

    Une URL où votre travail est accessible publiquement

     ou 

    (facultatif) Une URL ou une image pour présenter votre travail

    false

    Jeux de données similaires