World Natural Gas Database

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
Time Period
               

No description available for this field.

Name (identifier)
time_period
Type
date
Sample
                       
Country
               

No description available for this field.

Name (identifier)
area
Type
text
Sample
                       
Flow Breakdown
               

No description available for this field.

Name (identifier)
flow_breakdown
Type
text
Sample
                       
Unit of Measure
               

No description available for this field.

Name (identifier)
unit_measure
Type
text
Sample
                       
Value
               

No description available for this field.

Name (identifier)
obs_value
Type
decimal
Sample
                       
Assessment Code
               

No description available for this field.

Name (identifier)
assessment_code
Type
integer
Sample
                       

JSON Schema

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

{
  • "title":"world-gas-database",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/world-gas-database"
      }
    ]
    ,
  • "definitions":
    {
    • "world-gas-database":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/world-gas-database_records"
            }
          }
        }
      }
      ,
    • "world-gas-database_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "time_period":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Time Period",
              • "description":""
              }
              ,
            • "area":
              {
              • "type":"string",
              • "title":"Country",
              • "description":""
              }
              ,
            • "flow_breakdown":
              {
              • "type":"string",
              • "title":"Flow Breakdown",
              • "description":""
              }
              ,
            • "unit_measure":
              {
              • "type":"string",
              • "title":"Unit of Measure",
              • "description":""
              }
              ,
            • "obs_value":
              {
              • "type":"number",
              • "title":"Value",
              • "description":""
              }
              ,
            • "assessment_code":
              {
              • "type":"integer",
              • "title":"Assessment Code",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets