records

records

Active filters Clear all

No active filters

Filters

Air quality monitoring stations (daily measurements)

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
id
Measurement ID

No description available for this field.

Name (identifier)
id
Type
text
Sample
                       
reftime
Measurement day and hour

No description available for this field.

Name (identifier)
reftime
Type
datetime
Sample
                       
Station
Measurement station

No description available for this field.

Name (identifier)
stazione
Type
text
Sample
                       
value
Agent  value

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       
agent atm
Measured Agent

No description available for this field.

Name (identifier)
agente_atm
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"centraline-qualita-aria",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/centraline-qualita-aria"
      }
    ]
    ,
  • "definitions":
    {
    • "centraline-qualita-aria":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/centraline-qualita-aria_records"
            }
          }
        }
      }
      ,
    • "centraline-qualita-aria_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "id":
              {
              • "type":"string",
              • "title":"id",
              • "description":"Measurement ID"
              }
              ,
            • "reftime":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"reftime",
              • "description":"Measurement day and hour"
              }
              ,
            • "stazione":
              {
              • "type":"string",
              • "title":"Station",
              • "description":"Measurement station"
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"value",
              • "description":"Agent value"
              }
              ,
            • "agente_atm":
              {
              • "type":"string",
              • "title":"agent atm",
              • "description":"Measured Agent"
              }
            }
          }
        }
      }
    }
}

Similar datasets