records

records

Active filters Clear all

No active filters

Filters

TPER - Orari e Percorsi - Mese vigente

Dataset schema

Click to expand Click to collapse
id_trip
campo presente nel GTFS originale

No description available for this field.

Name (identifier)
trip_id
Type
text
Sample
                       
Partenza
ora in cui il bus parte dalla stazione

No description available for this field.

Name (identifier)
departure_time
Type
text
Sample
                       
Codice fermata
               

No description available for this field.

Name (identifier)
stop_id
Type
text
Sample
                       
Sequenza fermata
numero fermata, in ordine sequenziale, della corsa del bus.

No description available for this field.

Name (identifier)
stop_sequence
Type
integer
Sample
                       
Linea bus
               

No description available for this field.

Name (identifier)
route_id
Type
text
Sample
                       
service_id
campo presente nel GTFS originale

No description available for this field.

Name (identifier)
service_id
Type
text
Sample
                       
Lettera Bus
variante numero bus. A seconda della lettera il percorso del bus potrà avere varie ramificazioni

No description available for this field.

Name (identifier)
trip_headsign
Type
text
Sample
                       
Direzione
Senso di marcia del bus
0 -> andata
1 -> ritorno

No description available for this field.

Name (identifier)
direction_id
Type
integer
Sample
                       
shape_id
campo presente nel GTFS originale

No description available for this field.

Name (identifier)
shape_id
Type
text
Sample
                       
Nome fermata
               

No description available for this field.

Name (identifier)
stop_name
Type
text
Sample
                       
Giorno
la corsa può tenersi in un giorno feriale, festivo o di sabato.

No description available for this field.

Name (identifier)
giorno
Type
text
Sample
                       
geoshape_linestring
               

No description available for this field.

Name (identifier)
shape_linestring
Type
geo shape
Sample
                       
geo_point_2d
               

No description available for this field.

Name (identifier)
geo_point_2d
Type
geo point
Sample
                       

JSON Schema

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

{
  • "title":"tper-vigente",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/tper-vigente"
      }
    ]
    ,
  • "definitions":
    {
    • "tper-vigente":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/tper-vigente_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"
            }
          }
        }
        ,
      • "tper-vigente_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "trip_id":
                {
                • "type":"string",
                • "title":"id_trip",
                • "description":"campo presente nel GTFS originale"
                }
                ,
              • "departure_time":
                {
                • "type":"string",
                • "title":"Partenza",
                • "description":"ora in cui il bus parte dalla stazione"
                }
                ,
              • "stop_id":
                {
                • "type":"string",
                • "title":"Codice fermata",
                • "description":""
                }
                ,
              • "stop_sequence":
                {
                • "type":"integer",
                • "title":"Sequenza fermata",
                • "description":"numero fermata, in ordine sequenziale, della corsa del bus."
                }
                ,
              • "route_id":
                {
                • "type":"string",
                • "title":"Linea bus",
                • "description":""
                }
                ,
              • "service_id":
                {
                • "type":"string",
                • "title":"service_id",
                • "description":"campo presente nel GTFS originale"
                }
                ,
              • "trip_headsign":
                {
                • "type":"string",
                • "title":"Lettera Bus",
                • "description":"variante numero bus. A seconda della lettera il percorso del bus potrà avere varie ramificazioni"
                }
                ,
              • "direction_id":
                {
                • "type":"integer",
                • "title":"Direzione",
                • "description":"Senso di marcia del bus 0 -> andata 1 -> ritorno"
                }
                ,
              • "shape_id":
                {
                • "type":"string",
                • "title":"shape_id",
                • "description":"campo presente nel GTFS originale"
                }
                ,
              • "stop_name":
                {
                • "type":"string",
                • "title":"Nome fermata",
                • "description":""
                }
                ,
              • "giorno":
                {
                • "type":"string",
                • "title":"Giorno",
                • "description":"la corsa può tenersi in un giorno feriale, festivo o di sabato."
                }
                ,
              • "shape_linestring":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"geoshape_linestring",
                • "description":""
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geo_point_2d",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets