UNEP GEO Data Portal Particulate Matter Concentration

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
date
Sample
                       
CITY_NAME
               

No description available for this field.

Name (identifier)
city_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
                       
VARIABLE_DEFINITION
               

No description available for this field.

Name (identifier)
variable_definition
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"unep-geo-data-portal-particulate-matter-concentration",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/unep-geo-data-portal-particulate-matter-concentration"
      }
    ]
    ,
  • "definitions":
    {
    • "unep-geo-data-portal-particulate-matter-concentration":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/unep-geo-data-portal-particulate-matter-concentration_records"
            }
          }
        }
      }
      ,
    • "unep-geo-data-portal-particulate-matter-concentration_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"DATE",
              • "description":""
              }
              ,
            • "city_name":
              {
              • "type":"string",
              • "title":"CITY_NAME",
              • "description":""
              }
              ,
            • "variable_name":
              {
              • "type":"string",
              • "title":"VARIABLE_NAME",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"VALUE",
              • "description":""
              }
              ,
            • "variable_definition":
              {
              • "type":"string",
              • "title":"VARIABLE_DEFINITION",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets