records

records

Active filters Clear all

No active filters

Filters

Precipitazioni Bologna

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Data
               

No description available for this field.

Name (identifier)
date
Type
date
Sample
                       
Precipitazioni (mm)
               

No description available for this field.

Name (identifier)
184_avg_d
Type
decimal
Sample
                       
Stagione
               

No description available for this field.

Name (identifier)
stagione
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"precipitazioni_bologna",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/precipitazioni_bologna"
      }
    ]
    ,
  • "definitions":
    {
    • "precipitazioni_bologna":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/precipitazioni_bologna_records"
            }
          }
        }
      }
      ,
    • "precipitazioni_bologna_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Data",
              • "description":""
              }
              ,
            • "184_avg_d":
              {
              • "type":"number",
              • "title":"Precipitazioni (mm)",
              • "description":""
              }
              ,
            • "stagione":
              {
              • "type":"string",
              • "title":"Stagione",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets