records

records

Active filters Clear all

No active filters

Filters

Consommation annuelle définitive à la maille adresse des sites industriels raccordés aux réseaux de transport de gaz et d'électricité

New records are currently being added to this dataset, this process may take a while. Please note that visualizations might be incomplete in the meantime. Don't hesitate to refresh your page regularly!

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Année
Année

No description available for this field.

Name (identifier)
annee
Type
date
Sample
                       
Adresse complète
               

No description available for this field.

Name (identifier)
adresse_complete
Type
text
Sample
                       
IRIS
               

No description available for this field.

Name (identifier)
iris
Type
text
Sample
                       
code_insee_commune
               

No description available for this field.

Name (identifier)
code_insee_commune
Type
text
Sample
                       
Commune
               

No description available for this field.

Name (identifier)
commune
Type
text
Sample
                       
code_insee_departement
               

No description available for this field.

Name (identifier)
code_insee_departement
Type
integer
Sample
                       
Département
               

No description available for this field.

Name (identifier)
departement
Type
text
Sample
                       
code_insee_region
               

No description available for this field.

Name (identifier)
code_insee_region
Type
integer
Sample
                       
Région
               

No description available for this field.

Name (identifier)
region
Type
text
Sample
                       
Hiérarchie géographique
               

No description available for this field.

Name (identifier)
hierarchie_geographique
Type
text
Sample
                       
Opérateur
               

No description available for this field.

Name (identifier)
operateur
Type
text
Sample
                       
Consommation gaz GRTgaz
               

No description available for this field.

Name (identifier)
consommation_gaz_grtgaz
Type
decimal
Sample
                       
PDL GRTgaz
Point de livraison industriel GRTgaz

No description available for this field.

Name (identifier)
pdl_grtgaz
Type
integer
Sample
                       
Consommation gaz Teréga
               

No description available for this field.

Name (identifier)
consommation_gaz_terega
Type
decimal
Sample
                       
PDL gaz Teréga
Point de livraison industriel Teréga

No description available for this field.

Name (identifier)
pdl_gaz_terega
Type
integer
Sample
                       
Consommation électricité RTE
               

No description available for this field.

Name (identifier)
consommation_electricite_rte
Type
decimal
Sample
                       
PDL électricité RTE
Point de livraison industriel RTE

No description available for this field.

Name (identifier)
pdl_electricite_rte
Type
integer
Sample
                       
Consommation totale
               

No description available for this field.

Name (identifier)
consommation_totale
Type
decimal
Sample
                       
PDL totale
Nombre total de points de livraison gaz et d'électricité

No description available for this field.

Name (identifier)
pdl_totale
Type
integer
Sample
                       
Geo shape iris
               

No description available for this field.

Name (identifier)
geo_shape_iris
Type
geo shape
Sample
                       
Geo point iris
               

No description available for this field.

Name (identifier)
geo_point_iris
Type
geo point
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"consommation-annuelle-a-la-maille-adresse-2018-et-2019",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/consommation-annuelle-a-la-maille-adresse-2018-et-2019"
      }
    ]
    ,
  • "definitions":
    {
    • "consommation-annuelle-a-la-maille-adresse-2018-et-2019":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/consommation-annuelle-a-la-maille-adresse-2018-et-2019_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"
            }
          }
        }
        ,
      • "consommation-annuelle-a-la-maille-adresse-2018-et-2019_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "annee":
                {
                • "type":"string",
                • "format":"date",
                • "title":"Année",
                • "description":"Année"
                }
                ,
              • "adresse_complete":
                {
                • "type":"string",
                • "title":"Adresse complète",
                • "description":""
                }
                ,
              • "iris":
                {
                • "type":"string",
                • "title":"IRIS",
                • "description":""
                }
                ,
              • "code_insee_commune":
                {
                • "type":"string",
                • "title":"code_insee_commune",
                • "description":""
                }
                ,
              • "commune":
                {
                • "type":"string",
                • "title":"Commune",
                • "description":""
                }
                ,
              • "code_insee_departement":
                {
                • "type":"integer",
                • "title":"code_insee_departement",
                • "description":""
                }
                ,
              • "departement":
                {
                • "type":"string",
                • "title":"Département",
                • "description":""
                }
                ,
              • "code_insee_region":
                {
                • "type":"integer",
                • "title":"code_insee_region",
                • "description":""
                }
                ,
              • "region":
                {
                • "type":"string",
                • "title":"Région",
                • "description":""
                }
                ,
              • "hierarchie_geographique":
                {
                • "type":"string",
                • "title":"Hiérarchie géographique",
                • "description":""
                }
                ,
              • "operateur":
                {
                • "type":"string",
                • "title":"Opérateur",
                • "description":""
                }
                ,
              • "consommation_gaz_grtgaz":
                {
                • "type":"number",
                • "title":"Consommation gaz GRTgaz",
                • "description":""
                }
                ,
              • "pdl_grtgaz":
                {
                • "type":"integer",
                • "title":"PDL GRTgaz",
                • "description":"Point de livraison industriel GRTgaz"
                }
                ,
              • "consommation_gaz_terega":
                {
                • "type":"number",
                • "title":"Consommation gaz Teréga",
                • "description":""
                }
                ,
              • "pdl_gaz_terega":
                {
                • "type":"integer",
                • "title":"PDL gaz Teréga",
                • "description":"Point de livraison industriel Teréga"
                }
                ,
              • "consommation_electricite_rte":
                {
                • "type":"number",
                • "title":"Consommation électricité RTE",
                • "description":""
                }
                ,
              • "pdl_electricite_rte":
                {
                • "type":"integer",
                • "title":"PDL électricité RTE",
                • "description":"Point de livraison industriel RTE"
                }
                ,
              • "consommation_totale":
                {
                • "type":"number",
                • "title":"Consommation totale",
                • "description":""
                }
                ,
              • "pdl_totale":
                {
                • "type":"integer",
                • "title":"PDL totale",
                • "description":"Nombre total de points de livraison gaz et d'électricité"
                }
                ,
              • "geo_shape_iris":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"Geo shape iris",
                • "description":""
                }
                ,
              • "geo_point_iris":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geo point iris",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets