records

records

Active filters Clear all

No active filters

Filters

BolognaWifi - Affollamento

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
codice_zona
Codice della zona di copertura dell'access point iperbole wifi  

No description available for this field.

Name (identifier)
codice_zona
Type
text
Sample
giardino_lennon_parker
nome_zona
Nome della zona di copertura dell'access point iperbole wifi

No description available for this field.

Name (identifier)
nome_zona
Type
text
Sample
Giardino Parker - Lennon
data
Data della misurazione

No description available for this field.

Name (identifier)
data
Type
datetime
Sample
2024-01-28T06:00:00+01:00
giorno
Numero del giorno della settimana, 1 = Lunedi

No description available for this field.

Name (identifier)
giorno
Type
text
Sample
7-Domenica
ora
Ora della misurazione

No description available for this field.

Name (identifier)
ora
Type
integer
Sample
6
affollamento_medio
Misura dell'affollamento medio orario. La misura riporta la quantità media oraria dei dispositivi che sono presenti nell'area di copertura dell'Access Point

No description available for this field.

Name (identifier)
affollamento_medio
Type
integer
Sample
0
shape_copertura
Geometria della zona di copertura dell'Access Point in WGS84

No description available for this field.

Name (identifier)
geo_shape
Type
geo shape
Sample
{"coordinates":[[[11.35785698890686,44.50497254586602],[11.35653734207153,44.50427623751034],[11.35604381561279,44.50438336241407],[11.35559320449829,44.50342688309135],[11.35805010795593,44.5025086481775],[11.35873675346375,44.50353400955589],[11.35909080505371,44.50371765446567],[11.35894060134888,44.50397781709756],[11.3599705696106,44.50452109414397],[11.35938048362732,44.50518679291761],[11.35823249816895,44.5046205668576],[11.35785698890686,44.50497254586602]]],"type":"Polygon"}
geo_point_2d
Collocazione puntuale dell'Access Point

No description available for this field.

Name (identifier)
geo_point_2d
Type
geo point
Sample
[44.50388698316799,11.357721592278907]

JSON Schema

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

{
  • "title":"iperbole-wifi-affollamento",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/iperbole-wifi-affollamento"
      }
    ]
    ,
  • "definitions":
    {
    • "iperbole-wifi-affollamento":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/iperbole-wifi-affollamento_records"
            }
          }
        }
      }
      ,
    • "geoJSON":
      {
      • "title":"Geo JSON object",
      • "description":"Schema for a Geo JSON object",
      • "type":"object",
      • "required":
        [
        • "type"
        ]
        ,
      • "properties":
        {
        • "crs":
          {
          • "$ref":"#/definitions/crs"
          }
          ,
        • "bbox":
          {
          • "$ref":"#/definitions/bbox"
          }
        }
        ,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/geometry"
          }
          ,
        • {
          • "$ref":"#/definitions/geometryCollection"
          }
          ,
        • {
          • "$ref":"#/definitions/feature"
          }
          ,
        • {
          • "$ref":"#/definitions/featureCollection"
          }
        ]
      }
      ,
    • "bbox":
      {
      • "description":"A bounding box as defined by GeoJSON",
      • "type":"array",
      • "items":
        {
        • "type":"number"
        }
      }
      ,
    • "crs":
      {
      • "title":"crs",
      • "description":"a Coordinate Reference System object",
      • "type":
        [
        • "object",
        • "null"
        ]
        ,
      • "required":
        [
        • "type",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "type":"string"
          }
          ,
        • "properties":
          {
          • "type":"object"
          }
        }
        ,
      • "additionalProperties":false,
      • "oneOf":
        [
        • {
          • "$ref":"#/definitions/namedCrs"
          }
          ,
        • {
          • "$ref":"#/definitions/linkedCrs"
          }
        ]
      }
      ,
    • "namedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "name"
            ]
          }
          ,
        • "properties":
          {
          • "required":
            [
            • "name"
            ]
            ,
          • "additionalProperties":false,
          • "properties":
            {
            • "name":
              {
              • "type":"string"
              }
            }
          }
        }
      }
      ,
    • "linkedObject":
      {
      • "type":"object",
      • "required":
        [
        • "href"
        ]
        ,
      • "properties":
        {
        • "href":
          {
          • "type":"string",
          • "format":"uri"
          }
          ,
        • "type":
          {
          • "type":"string",
          • "description":"Suggested values: proj4, ogjwkt, esriwkt"
          }
        }
      }
      ,
    • "linkedCrs":
      {
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "link"
            ]
          }
          ,
        • "properties":
          {
          • "$ref":"#/definitions/linkedObject"
          }
        }
      }
      ,
    • "geometryCollection":
      {
      • "title":"GeometryCollection",
      • "description":"A collection of geometry objects",
      • "required":
        [
        • "geometries"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "GeometryCollection"
            ]
          }
          ,
        • "geometries":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"http://json-schema.org/geojson/geometry.json#"
            }
          }
        }
      }
      ,
    • "feature":
      {
      • "title":"Feature",
      • "description":"A Geo JSON feature object",
      • "required":
        [
        • "geometry",
        • "properties"
        ]
        ,
      • "properties":
        {
        • "type":
          {
          • "enum":
            [
            • "Feature"
            ]
          }
          ,
        • "geometry":
          {
          • "oneOf":
            [
            • {
              • "type":"null"
              }
              ,
            • {
              • "$ref":"#/definitions/geometry"
              }
            ]
          }
          ,
        • "properties":
          {
          • "type":
            [
            • "object",
            • "null"
            ]
          }
          ,
        • "id":
          {
            }
          }
        }
        ,
      • "featureCollection":
        {
        • "title":"FeatureCollection",
        • "description":"A Geo JSON feature collection",
        • "required":
          [
          • "features"
          ]
          ,
        • "properties":
          {
          • "type":
            {
            • "enum":
              [
              • "FeatureCollection"
              ]
            }
            ,
          • "features":
            {
            • "type":"array",
            • "items":
              {
              • "$ref":"#/definitions/feature"
              }
            }
          }
        }
        ,
      • "geometry":
        {
        • "title":"geometry",
        • "description":"One geometry as defined by GeoJSON",
        • "type":"object",
        • "required":
          [
          • "type",
          • "coordinates"
          ]
          ,
        • "oneOf":
          [
          • {
            • "title":"Point",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Point"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/position"
                }
              }
            }
            ,
          • {
            • "title":"MultiPoint",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPoint"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/positionArray"
                }
              }
            }
            ,
          • {
            • "title":"LineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "LineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/lineString"
                }
              }
            }
            ,
          • {
            • "title":"MultiLineString",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiLineString"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/lineString"
                  }
                }
              }
            }
            ,
          • {
            • "title":"Polygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "Polygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "$ref":"#/definitions/polygon"
                }
              }
            }
            ,
          • {
            • "title":"MultiPolygon",
            • "properties":
              {
              • "type":
                {
                • "enum":
                  [
                  • "MultiPolygon"
                  ]
                }
                ,
              • "coordinates":
                {
                • "type":"array",
                • "items":
                  {
                  • "$ref":"#/definitions/polygon"
                  }
                }
              }
            }
          ]
          ,
        • "position":
          {
          • "description":"A single position",
          • "type":"array",
          • "minItems":2,
          • "items":
            [
            • {
              • "type":"number"
              }
              ,
            • {
              • "type":"number"
              }
            ]
            ,
          • "additionalItems":false
          }
          ,
        • "positionArray":
          {
          • "description":"An array of positions",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/position"
            }
          }
          ,
        • "lineString":
          {
          • "description":"An array of two or more positions",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":2
              }
            ]
          }
          ,
        • "linearRing":
          {
          • "description":"An array of four positions where the first equals the last",
          • "allOf":
            [
            • {
              • "$ref":"#/definitions/positionArray"
              }
              ,
            • {
              • "minItems":4
              }
            ]
          }
          ,
        • "polygon":
          {
          • "description":"An array of linear rings",
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/linearRing"
            }
          }
        }
        ,
      • "iperbole-wifi-affollamento_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "codice_zona":
                {
                • "type":"string",
                • "title":"codice_zona",
                • "description":"Codice della zona di copertura dell'access point iperbole wifi "
                }
                ,
              • "nome_zona":
                {
                • "type":"string",
                • "title":"nome_zona",
                • "description":"Nome della zona di copertura dell'access point iperbole wifi"
                }
                ,
              • "data":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"data",
                • "description":"Data della misurazione"
                }
                ,
              • "giorno":
                {
                • "type":"string",
                • "title":"giorno",
                • "description":"Numero del giorno della settimana, 1 = Lunedi"
                }
                ,
              • "ora":
                {
                • "type":"integer",
                • "title":"ora",
                • "description":"Ora della misurazione"
                }
                ,
              • "affollamento_medio":
                {
                • "type":"integer",
                • "title":"affollamento_medio",
                • "description":"Misura dell'affollamento medio orario. La misura riporta la quantità media oraria dei dispositivi che sono presenti nell'area di copertura dell'Access Point"
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"shape_copertura",
                • "description":"Geometria della zona di copertura dell'Access Point in WGS84"
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geo_point_2d",
                • "description":"Collocazione puntuale dell'Access Point"
                }
              }
            }
          }
        }
      }
    }

    Similar datasets