enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Données communales sur la population d'Île-de-France

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
insee
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
insee
Type
int
Exemple
                       
pop1946
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
pop1946
Type
int
Exemple
                       
psdc1962
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
psdc1962
Type
int
Exemple
                       
psdc1968
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
psdc1968
Type
int
Exemple
                       
psdc1975
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
psdc1975
Type
int
Exemple
                       
psdc1982
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
psdc1982
Type
int
Exemple
                       
psdc1990
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
psdc1990
Type
int
Exemple
                       
popexh1999
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popexh1999
Type
int
Exemple
                       
psdc82df99
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
psdc82df99
Type
int
Exemple
                       
psdc90df99
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
psdc90df99
Type
int
Exemple
                       
popmun2006
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmun2006
Type
int
Exemple
                       
popmun2007
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmun2007
Type
décimal
Exemple
                       
popmun2008
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmun2008
Type
int
Exemple
                       
popmun2009
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmun2009
Type
int
Exemple
                       
popmun2010
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmun2010
Type
int
Exemple
                       
popmun2011
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmun2011
Type
int
Exemple
                       
Geo Shape
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_shape
Type
geo_shape
Exemple
                       
Geo Point
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geo_point_2d
Type
geo_point_2d
Exemple
                       
objectid
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
objectid
Type
int
Exemple
                       
popmun2012
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmun2012
Type
int
Exemple
                       
popmun2013
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmun2013
Type
int
Exemple
                       
popmun2014
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmun2014
Type
int
Exemple
                       
popmun2015
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmun2015
Type
int
Exemple
                       
tcam1217
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
tcam1217
Type
décimal
Exemple
                       
popmun2016
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmun2016
Type
int
Exemple
                       
popmun2017
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
popmun2017
Type
int
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":"donnees-communales-sur-la-population-dile-de-france",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/donnees-communales-sur-la-population-dile-de-france"
      }
    ]
    ,
  • "definitions":
    {
    • "donnees-communales-sur-la-population-dile-de-france":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/donnees-communales-sur-la-population-dile-de-france_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"
            }
          }
        }
        ,
      • "donnees-communales-sur-la-population-dile-de-france_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "insee":
                {
                • "type":"integer",
                • "title":"insee",
                • "description":""
                }
                ,
              • "pop1946":
                {
                • "type":"integer",
                • "title":"pop1946",
                • "description":""
                }
                ,
              • "psdc1962":
                {
                • "type":"integer",
                • "title":"psdc1962",
                • "description":""
                }
                ,
              • "psdc1968":
                {
                • "type":"integer",
                • "title":"psdc1968",
                • "description":""
                }
                ,
              • "psdc1975":
                {
                • "type":"integer",
                • "title":"psdc1975",
                • "description":""
                }
                ,
              • "psdc1982":
                {
                • "type":"integer",
                • "title":"psdc1982",
                • "description":""
                }
                ,
              • "psdc1990":
                {
                • "type":"integer",
                • "title":"psdc1990",
                • "description":""
                }
                ,
              • "popexh1999":
                {
                • "type":"integer",
                • "title":"popexh1999",
                • "description":""
                }
                ,
              • "psdc82df99":
                {
                • "type":"integer",
                • "title":"psdc82df99",
                • "description":""
                }
                ,
              • "psdc90df99":
                {
                • "type":"integer",
                • "title":"psdc90df99",
                • "description":""
                }
                ,
              • "popmun2006":
                {
                • "type":"integer",
                • "title":"popmun2006",
                • "description":""
                }
                ,
              • "popmun2007":
                {
                • "type":"number",
                • "title":"popmun2007",
                • "description":""
                }
                ,
              • "popmun2008":
                {
                • "type":"integer",
                • "title":"popmun2008",
                • "description":""
                }
                ,
              • "popmun2009":
                {
                • "type":"integer",
                • "title":"popmun2009",
                • "description":""
                }
                ,
              • "popmun2010":
                {
                • "type":"integer",
                • "title":"popmun2010",
                • "description":""
                }
                ,
              • "popmun2011":
                {
                • "type":"integer",
                • "title":"popmun2011",
                • "description":""
                }
                ,
              • "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",
                • "description":""
                }
                ,
              • "objectid":
                {
                • "type":"integer",
                • "title":"objectid",
                • "description":""
                }
                ,
              • "popmun2012":
                {
                • "type":"integer",
                • "title":"popmun2012",
                • "description":""
                }
                ,
              • "popmun2013":
                {
                • "type":"integer",
                • "title":"popmun2013",
                • "description":""
                }
                ,
              • "popmun2014":
                {
                • "type":"integer",
                • "title":"popmun2014",
                • "description":""
                }
                ,
              • "popmun2015":
                {
                • "type":"integer",
                • "title":"popmun2015",
                • "description":""
                }
                ,
              • "tcam1217":
                {
                • "type":"number",
                • "title":"tcam1217",
                • "description":""
                }
                ,
              • "popmun2016":
                {
                • "type":"integer",
                • "title":"popmun2016",
                • "description":""
                }
                ,
              • "popmun2017":
                {
                • "type":"integer",
                • "title":"popmun2017",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Jeux de données similaires