records

records

Active filters Clear all

No active filters

Filters

Varco n. 58 - Santo Stefano - direzione sud-est

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Data
Data e ora rilevazione passaggi

No description available for this field.

Name (identifier)
data
Type
datetime
Sample
                       
Varco
Numero identificativo del varco

No description available for this field.

Name (identifier)
varco
Type
integer
Sample
                       
Totale passaggi
Numero totale dei passaggi

No description available for this field.

Name (identifier)
totale_passaggi
Type
integer
Sample
                       
Non Classificato
               

No description available for this field.

Name (identifier)
non_classificato
Type
integer
Sample
                       
Moto/Ciclomotori
               

No description available for this field.

Name (identifier)
moto_ciclomotori
Type
integer
Sample
                       
Auto/Furgoni
               

No description available for this field.

Name (identifier)
auto_furgoni
Type
integer
Sample
                       
Bus/Camion
               

No description available for this field.

Name (identifier)
bus_camion
Type
integer
Sample
                       
Sintatticamente Corretta
               

No description available for this field.

Name (identifier)
sintatticamente_corretta
Type
integer
Sample
                       
Lista Bianca fuori fascia
               

No description available for this field.

Name (identifier)
lista_bianca_fuori_fascia
Type
integer
Sample
                       
Lista bianca regolare
               

No description available for this field.

Name (identifier)
lista_bianca_regolare
Type
integer
Sample
                       
Lista speciale
               

No description available for this field.

Name (identifier)
lista_speciale
Type
integer
Sample
                       
Lista Nera
               

No description available for this field.

Name (identifier)
lista_nera
Type
integer
Sample
                       
Transito generico irregolare
               

No description available for this field.

Name (identifier)
transito_generico_irregolare
Type
integer
Sample
                       
Segnalazioni
               

No description available for this field.

Name (identifier)
segnalazioni
Type
integer
Sample
                       
coordinate
               

No description available for this field.

Name (identifier)
coordinate
Type
geo point
Sample
                       
Nome varco
               

No description available for this field.

Name (identifier)
nome_varco
Type
text
Sample
                       
Direzione
               

No description available for this field.

Name (identifier)
direzione
Type
text
Sample
                       
Descrizione
               

No description available for this field.

Name (identifier)
descrizione
Type
text
Sample
                       
Tipologia varco
               

No description available for this field.

Name (identifier)
tipologia_varco
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"varco-n-58-santo-stefano-direzione-sud-est",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/varco-n-58-santo-stefano-direzione-sud-est"
      }
    ]
    ,
  • "definitions":
    {
    • "varco-n-58-santo-stefano-direzione-sud-est":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/varco-n-58-santo-stefano-direzione-sud-est_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"
            }
          }
        }
        ,
      • "varco-n-58-santo-stefano-direzione-sud-est_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "data":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"Data",
                • "description":"Data e ora rilevazione passaggi"
                }
                ,
              • "varco":
                {
                • "type":"integer",
                • "title":"Varco",
                • "description":"Numero identificativo del varco"
                }
                ,
              • "totale_passaggi":
                {
                • "type":"integer",
                • "title":"Totale passaggi",
                • "description":"Numero totale dei passaggi"
                }
                ,
              • "non_classificato":
                {
                • "type":"integer",
                • "title":"Non Classificato",
                • "description":""
                }
                ,
              • "moto_ciclomotori":
                {
                • "type":"integer",
                • "title":"Moto/Ciclomotori",
                • "description":""
                }
                ,
              • "auto_furgoni":
                {
                • "type":"integer",
                • "title":"Auto/Furgoni",
                • "description":""
                }
                ,
              • "bus_camion":
                {
                • "type":"integer",
                • "title":"Bus/Camion",
                • "description":""
                }
                ,
              • "sintatticamente_corretta":
                {
                • "type":"integer",
                • "title":"Sintatticamente Corretta",
                • "description":""
                }
                ,
              • "lista_bianca_fuori_fascia":
                {
                • "type":"integer",
                • "title":"Lista Bianca fuori fascia",
                • "description":""
                }
                ,
              • "lista_bianca_regolare":
                {
                • "type":"integer",
                • "title":"Lista bianca regolare",
                • "description":""
                }
                ,
              • "lista_speciale":
                {
                • "type":"integer",
                • "title":"Lista speciale",
                • "description":""
                }
                ,
              • "lista_nera":
                {
                • "type":"integer",
                • "title":"Lista Nera",
                • "description":""
                }
                ,
              • "transito_generico_irregolare":
                {
                • "type":"integer",
                • "title":"Transito generico irregolare",
                • "description":""
                }
                ,
              • "segnalazioni":
                {
                • "type":"integer",
                • "title":"Segnalazioni",
                • "description":""
                }
                ,
              • "coordinate":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"coordinate",
                • "description":""
                }
                ,
              • "nome_varco":
                {
                • "type":"string",
                • "title":"Nome varco",
                • "description":""
                }
                ,
              • "direzione":
                {
                • "type":"string",
                • "title":"Direzione",
                • "description":""
                }
                ,
              • "descrizione":
                {
                • "type":"string",
                • "title":"Descrizione",
                • "description":""
                }
                ,
              • "tipologia_varco":
                {
                • "type":"string",
                • "title":"Tipologia varco",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets