India Coal Power Plants Database

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Commisioning year
Includes upcoming years as well

No description available for this field.

Name (identifier)
commisioning_year
Type
date
Sample
                       
Region
               

No description available for this field.

Name (identifier)
region
Type
text
Sample
                       
State
               

No description available for this field.

Name (identifier)
state
Type
text
Sample
                       
District
               

No description available for this field.

Name (identifier)
district
Type
text
Sample
                       
Location
               

No description available for this field.

Name (identifier)
location
Type
text
Sample
                       
Plant name
               

No description available for this field.

Name (identifier)
plant_name
Type
text
Sample
                       
Coal Type
               

No description available for this field.

Name (identifier)
coal_type
Type
text
Sample
                       
Owner
               

No description available for this field.

Name (identifier)
owner
Type
text
Sample
                       
Sector
               

No description available for this field.

Name (identifier)
sector
Type
text
Sample
                       
Status
               

No description available for this field.

Name (identifier)
status
Type
text
Sample
                       
Unit
               

No description available for this field.

Name (identifier)
unit
Type
integer
Sample
                       
Capacity (MW)
               

No description available for this field.

Name (identifier)
capacity_mw
Type
decimal
Sample
                       
Boiler
               

No description available for this field.

Name (identifier)
boiler
Type
text
Sample
                       
Coal Source
               

No description available for this field.

Name (identifier)
coal_source
Type
text
Sample
                       
Import country
               

No description available for this field.

Name (identifier)
import_country
Type
text
Sample
                       
Port
               

No description available for this field.

Name (identifier)
port
Type
text
Sample
                       
CV (kcal/kg)
               

No description available for this field.

Name (identifier)
cv_kcal_kg
Type
text
Sample
                       
Type plant
               

No description available for this field.

Name (identifier)
type_plant
Type
text
Sample
                       
2013
               

No description available for this field.

Name (identifier)
2013
Type
decimal
Sample
                       
2014
               

No description available for this field.

Name (identifier)
2014
Type
decimal
Sample
                       
2015
               

No description available for this field.

Name (identifier)
2015
Type
decimal
Sample
                       
2016
               

No description available for this field.

Name (identifier)
2016
Type
decimal
Sample
                       
2017
               

No description available for this field.

Name (identifier)
2017
Type
decimal
Sample
                       
2018
               

No description available for this field.

Name (identifier)
2018
Type
decimal
Sample
                       
2019
               

No description available for this field.

Name (identifier)
2019
Type
decimal
Sample
                       
2020
               

No description available for this field.

Name (identifier)
2020
Type
decimal
Sample
                       
2021
               

No description available for this field.

Name (identifier)
2021
Type
decimal
Sample
                       
2022
               

No description available for this field.

Name (identifier)
2022
Type
decimal
Sample
                       
2023
               

No description available for this field.

Name (identifier)
2023
Type
decimal
Sample
                       
2024
               

No description available for this field.

Name (identifier)
2024
Type
decimal
Sample
                       
2025
               

No description available for this field.

Name (identifier)
2025
Type
decimal
Sample
                       
geo_lat_long_
               

No description available for this field.

Name (identifier)
geo_lat_long_
Type
geo point
Sample
                       
Commissioning Year
               

No description available for this field.

Name (identifier)
commissioning_year
Type
date
Sample
                       

JSON Schema

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

{
  • "title":"coal-power-plants-database_india_final",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/coal-power-plants-database_india_final"
      }
    ]
    ,
  • "definitions":
    {
    • "coal-power-plants-database_india_final":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/coal-power-plants-database_india_final_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"
            }
          }
        }
        ,
      • "coal-power-plants-database_india_final_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "2013":
                {
                • "type":"number",
                • "title":"2013",
                • "description":""
                }
                ,
              • "2014":
                {
                • "type":"number",
                • "title":"2014",
                • "description":""
                }
                ,
              • "2015":
                {
                • "type":"number",
                • "title":"2015",
                • "description":""
                }
                ,
              • "2016":
                {
                • "type":"number",
                • "title":"2016",
                • "description":""
                }
                ,
              • "2017":
                {
                • "type":"number",
                • "title":"2017",
                • "description":""
                }
                ,
              • "2018":
                {
                • "type":"number",
                • "title":"2018",
                • "description":""
                }
                ,
              • "2019":
                {
                • "type":"number",
                • "title":"2019",
                • "description":""
                }
                ,
              • "2020":
                {
                • "type":"number",
                • "title":"2020",
                • "description":""
                }
                ,
              • "2021":
                {
                • "type":"number",
                • "title":"2021",
                • "description":""
                }
                ,
              • "2022":
                {
                • "type":"number",
                • "title":"2022",
                • "description":""
                }
                ,
              • "2023":
                {
                • "type":"number",
                • "title":"2023",
                • "description":""
                }
                ,
              • "2024":
                {
                • "type":"number",
                • "title":"2024",
                • "description":""
                }
                ,
              • "2025":
                {
                • "type":"number",
                • "title":"2025",
                • "description":""
                }
                ,
              • "commisioning_year":
                {
                • "type":"string",
                • "format":"date",
                • "title":"Commisioning year",
                • "description":"Includes upcoming years as well"
                }
                ,
              • "region":
                {
                • "type":"string",
                • "title":"Region",
                • "description":""
                }
                ,
              • "state":
                {
                • "type":"string",
                • "title":"State",
                • "description":""
                }
                ,
              • "district":
                {
                • "type":"string",
                • "title":"District",
                • "description":""
                }
                ,
              • "location":
                {
                • "type":"string",
                • "title":"Location",
                • "description":""
                }
                ,
              • "plant_name":
                {
                • "type":"string",
                • "title":"Plant name ",
                • "description":""
                }
                ,
              • "coal_type":
                {
                • "type":"string",
                • "title":"Coal Type",
                • "description":""
                }
                ,
              • "owner":
                {
                • "type":"string",
                • "title":"Owner",
                • "description":""
                }
                ,
              • "sector":
                {
                • "type":"string",
                • "title":"Sector",
                • "description":""
                }
                ,
              • "status":
                {
                • "type":"string",
                • "title":"Status",
                • "description":""
                }
                ,
              • "unit":
                {
                • "type":"integer",
                • "title":"Unit",
                • "description":""
                }
                ,
              • "capacity_mw":
                {
                • "type":"number",
                • "title":"Capacity (MW)",
                • "description":""
                }
                ,
              • "boiler":
                {
                • "type":"string",
                • "title":"Boiler",
                • "description":""
                }
                ,
              • "coal_source":
                {
                • "type":"string",
                • "title":"Coal Source",
                • "description":""
                }
                ,
              • "import_country":
                {
                • "type":"string",
                • "title":"Import country",
                • "description":""
                }
                ,
              • "port":
                {
                • "type":"string",
                • "title":"Port",
                • "description":""
                }
                ,
              • "cv_kcal_kg":
                {
                • "type":"string",
                • "title":"CV (kcal/kg)",
                • "description":""
                }
                ,
              • "type_plant":
                {
                • "type":"string",
                • "title":"Type plant",
                • "description":""
                }
                ,
              • "geo_lat_long_":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geo_lat_long_",
                • "description":""
                }
                ,
              • "commissioning_year":
                {
                • "type":"string",
                • "format":"date",
                • "title":"Commissioning Year",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets