India Nuclear Power Plants

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
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
                       
Sub-Division
               

No description available for this field.

Name (identifier)
sub_division
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
                       
Reactor type
               

No description available for this field.

Name (identifier)
reactor_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
integer
Sample
                       
Commisioning year
               

No description available for this field.

Name (identifier)
commisioning_year
Type
date
Sample
                       
Fuel Sources
               

No description available for this field.

Name (identifier)
fuel_sources
Type
text
Sample
                       
lat_long
               

No description available for this field.

Name (identifier)
lat_long
Type
geo point
Sample
                       
2013
               

No description available for this field.

Name (identifier)
2013
Type
text
Sample
                       
2014
               

No description available for this field.

Name (identifier)
2014
Type
text
Sample
                       
2015
               

No description available for this field.

Name (identifier)
2015
Type
text
Sample
                       
2016
               

No description available for this field.

Name (identifier)
2016
Type
text
Sample
                       
2017
               

No description available for this field.

Name (identifier)
2017
Type
text
Sample
                       
2018
               

No description available for this field.

Name (identifier)
2018
Type
text
Sample
                       
2019
               

No description available for this field.

Name (identifier)
2019
Type
text
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
                       
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":"nuclear-power-plants-india",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/nuclear-power-plants-india"
      }
    ]
    ,
  • "definitions":
    {
    • "nuclear-power-plants-india":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/nuclear-power-plants-india_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"
            }
          }
        }
        ,
      • "nuclear-power-plants-india_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "2013":
                {
                • "type":"string",
                • "title":"2013",
                • "description":""
                }
                ,
              • "2014":
                {
                • "type":"string",
                • "title":"2014",
                • "description":""
                }
                ,
              • "2015":
                {
                • "type":"string",
                • "title":"2015",
                • "description":""
                }
                ,
              • "2016":
                {
                • "type":"string",
                • "title":"2016",
                • "description":""
                }
                ,
              • "2017":
                {
                • "type":"string",
                • "title":"2017",
                • "description":""
                }
                ,
              • "2018":
                {
                • "type":"string",
                • "title":"2018",
                • "description":""
                }
                ,
              • "2019":
                {
                • "type":"string",
                • "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":""
                }
                ,
              • "region":
                {
                • "type":"string",
                • "title":"Region",
                • "description":""
                }
                ,
              • "state":
                {
                • "type":"string",
                • "title":"State",
                • "description":""
                }
                ,
              • "district":
                {
                • "type":"string",
                • "title":"District",
                • "description":""
                }
                ,
              • "sub_division":
                {
                • "type":"string",
                • "title":"Sub-Division",
                • "description":""
                }
                ,
              • "location":
                {
                • "type":"string",
                • "title":"Location",
                • "description":""
                }
                ,
              • "plant_name":
                {
                • "type":"string",
                • "title":"Plant name ",
                • "description":""
                }
                ,
              • "reactor_type":
                {
                • "type":"string",
                • "title":"Reactor 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":"integer",
                • "title":"Capacity (MW)",
                • "description":""
                }
                ,
              • "commisioning_year":
                {
                • "type":"string",
                • "format":"date",
                • "title":"Commisioning year",
                • "description":""
                }
                ,
              • "fuel_sources":
                {
                • "type":"string",
                • "title":"Fuel Sources",
                • "description":""
                }
                ,
              • "lat_long":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"lat_long",
                • "description":""
                }
                ,
              • "commissioning_year":
                {
                • "type":"string",
                • "format":"date",
                • "title":"Commissioning Year",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets