Concentrations of fine particulate matter (PM2.5)

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Region
               

No description available for this field.

Name (identifier)
parentlocation
Type
text
Sample
                       
Country
               

No description available for this field.

Name (identifier)
location
Type
text
Sample
                       
Year
               

No description available for this field.

Name (identifier)
period
Type
date
Sample
                       
Residence Area Type
               

No description available for this field.

Name (identifier)
dim1
Type
text
Sample
                       
Value
               

No description available for this field.

Name (identifier)
factvaluenumeric
Type
decimal
Sample
                       
Min
               

No description available for this field.

Name (identifier)
factvaluenumericlow
Type
decimal
Sample
                       
Max
               

No description available for this field.

Name (identifier)
factvaluenumerichigh
Type
decimal
Sample
                       
Value [Min - Max]
               

No description available for this field.

Name (identifier)
value
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"concentrations_fine_pm2",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/concentrations_fine_pm2"
      }
    ]
    ,
  • "definitions":
    {
    • "concentrations_fine_pm2":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/concentrations_fine_pm2_records"
            }
          }
        }
      }
      ,
    • "concentrations_fine_pm2_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "parentlocation":
              {
              • "type":"string",
              • "title":"Region",
              • "description":""
              }
              ,
            • "location":
              {
              • "type":"string",
              • "title":"Country",
              • "description":""
              }
              ,
            • "period":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "dim1":
              {
              • "type":"string",
              • "title":"Residence Area Type",
              • "description":""
              }
              ,
            • "factvaluenumeric":
              {
              • "type":"number",
              • "title":"Value",
              • "description":""
              }
              ,
            • "factvaluenumericlow":
              {
              • "type":"number",
              • "title":"Min",
              • "description":""
              }
              ,
            • "factvaluenumerichigh":
              {
              • "type":"number",
              • "title":"Max",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"string",
              • "title":"Value [Min - Max]",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets