Projected Water Demands in Different Sectors (Domestic, Agricultural, Industrial)

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
City
               

No description available for this field.

Name (identifier)
city
Type
text
Sample
                       
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Items
               

No description available for this field.

Name (identifier)
items
Type
text
Sample
                       
Type
               

No description available for this field.

Name (identifier)
type
Type
text
Sample
                       
value(Mm^/year)
               

No description available for this field.

Name (identifier)
valuemmyear
Type
text
Sample
                       
Total
               

No description available for this field.

Name (identifier)
total
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"water-demand",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/water-demand"
      }
    ]
    ,
  • "definitions":
    {
    • "water-demand":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/water-demand_records"
            }
          }
        }
      }
      ,
    • "water-demand_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "city":
              {
              • "type":"string",
              • "title":"City",
              • "description":""
              }
              ,
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "items":
              {
              • "type":"string",
              • "title":"Items",
              • "description":""
              }
              ,
            • "type":
              {
              • "type":"string",
              • "title":"Type",
              • "description":""
              }
              ,
            • "valuemmyear":
              {
              • "type":"string",
              • "title":"value(Mm^/year)",
              • "description":""
              }
              ,
            • "total":
              {
              • "type":"string",
              • "title":"Total",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets