Earth Policy Institute, Water Resources

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
DATE
               

No description available for this field.

Name (identifier)
date
Type
text
Sample
                       
LOCATION_NAME
               

No description available for this field.

Name (identifier)
location_name
Type
text
Sample
                       
VARIABLE_NAME
               

No description available for this field.

Name (identifier)
variable_name
Type
text
Sample
                       
VALUE
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       
MEASURE_NAME
               

No description available for this field.

Name (identifier)
measure_name
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"earth-policy-institute-water-resources",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/earth-policy-institute-water-resources"
      }
    ]
    ,
  • "definitions":
    {
    • "earth-policy-institute-water-resources":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/earth-policy-institute-water-resources_records"
            }
          }
        }
      }
      ,
    • "earth-policy-institute-water-resources_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "date":
              {
              • "type":"string",
              • "title":"DATE",
              • "description":""
              }
              ,
            • "location_name":
              {
              • "type":"string",
              • "title":"LOCATION_NAME",
              • "description":""
              }
              ,
            • "variable_name":
              {
              • "type":"string",
              • "title":"VARIABLE_NAME",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"VALUE",
              • "description":""
              }
              ,
            • "measure_name":
              {
              • "type":"string",
              • "title":"MEASURE_NAME",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets