record

record

Filtri attivi Cancella tutto

Nessun filtro attivo

Filtri

Shuttleinformation Strassen TU

Allegati

Clicca per espandere Clicca per ridurre

Schema dataset

Clicca per espandere Clicca per ridurre
ID-Transport-Company
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
id_transport_company
Tipo
testo
Campione
                       
slnid
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
slnid
Tipo
testo
Campione
                       
line number
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
line_number
Tipo
testo
Campione
                       
system line number
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
system_line_number
Tipo
testo
Campione
                       
shuttleMode
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
shuttlemode
Tipo
testo
Campione
                       
didok
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
didok
Tipo
int
Campione
                       
designationOfficial
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
designationofficial
Tipo
testo
Campione
                       
meetingpoint
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
meetingpoint
Tipo
testo
Campione
                       
line description
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
line_description
Tipo
testo
Campione
                       
direction 1
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
direction_1
Tipo
testo
Campione
                       
didok direction 1
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
didok_direction_1
Tipo
int
Campione
                       
shuttle to 1
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
shuttle_to_1
Tipo
testo
Campione
                       
didok shuttle to 1
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
didok_shuttle_to_1
Tipo
int
Campione
                       
direction 2
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
direction_2
Tipo
testo
Campione
                       
didok direction 2
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
didok_direction_2
Tipo
int
Campione
                       
shuttle to 2
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
shuttle_to_2
Tipo
testo
Campione
                       
didok shuttle to 2
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
didok_shuttle_to_2
Tipo
int
Campione
                       
direction 3
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
direction_3
Tipo
testo
Campione
                       
didok direction 3
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
didok_direction_3
Tipo
testo
Campione
                       
shuttle to 3
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
shuttle_to_3
Tipo
testo
Campione
                       
didok shuttle to 3
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
didok_shuttle_to_3
Tipo
int
Campione
                       
geoposition
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
geoposition
Tipo
geo_point_2d
Campione
                       
remarks
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
remarks
Tipo
testo
Campione
                       
remarks de
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
remarks_de
Tipo
testo
Campione
                       
remarks fr
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
remarks_fr
Tipo
testo
Campione
                       
remarks it
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
remarks_it
Tipo
testo
Campione
                       
remarks en
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
remarks_en
Tipo
testo
Campione
                       
meeting point de
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
meeting_point_de
Tipo
testo
Campione
                       
meeting point fr
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
meeting_point_fr
Tipo
testo
Campione
                       
meeting point it
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
meeting_point_it
Tipo
testo
Campione
                       
meeting point en
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
meeting_point_en
Tipo
testo
Campione
                       
source document
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
source_document
Tipo
testo
Campione
                       

Schema JSON

Il seguente oggetto JSON è una descrizione standardizzata dello schema del tuo dataset. Più informazioni sullo schema JSON.

{
  • "title":"shuttleinformation-strassentu",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/shuttleinformation-strassentu"
      }
    ]
    ,
  • "definitions":
    {
    • "shuttleinformation-strassentu":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/shuttleinformation-strassentu_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"
            }
          }
        }
        ,
      • "shuttleinformation-strassentu_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "id_transport_company":
                {
                • "type":"string",
                • "title":"ID-Transport-Company",
                • "description":""
                }
                ,
              • "slnid":
                {
                • "type":"string",
                • "title":"slnid",
                • "description":""
                }
                ,
              • "line_number":
                {
                • "type":"string",
                • "title":"line number",
                • "description":""
                }
                ,
              • "system_line_number":
                {
                • "type":"string",
                • "title":"system line number",
                • "description":""
                }
                ,
              • "shuttlemode":
                {
                • "type":"string",
                • "title":"shuttleMode",
                • "description":""
                }
                ,
              • "didok":
                {
                • "type":"integer",
                • "title":"didok",
                • "description":""
                }
                ,
              • "designationofficial":
                {
                • "type":"string",
                • "title":"designationOfficial",
                • "description":""
                }
                ,
              • "meetingpoint":
                {
                • "type":"string",
                • "title":"meetingpoint",
                • "description":""
                }
                ,
              • "line_description":
                {
                • "type":"string",
                • "title":"line description",
                • "description":""
                }
                ,
              • "direction_1":
                {
                • "type":"string",
                • "title":"direction 1",
                • "description":""
                }
                ,
              • "didok_direction_1":
                {
                • "type":"integer",
                • "title":"didok direction 1",
                • "description":""
                }
                ,
              • "shuttle_to_1":
                {
                • "type":"string",
                • "title":"shuttle to 1",
                • "description":""
                }
                ,
              • "didok_shuttle_to_1":
                {
                • "type":"integer",
                • "title":"didok shuttle to 1",
                • "description":""
                }
                ,
              • "direction_2":
                {
                • "type":"string",
                • "title":"direction 2",
                • "description":""
                }
                ,
              • "didok_direction_2":
                {
                • "type":"integer",
                • "title":"didok direction 2",
                • "description":""
                }
                ,
              • "shuttle_to_2":
                {
                • "type":"string",
                • "title":"shuttle to 2",
                • "description":""
                }
                ,
              • "didok_shuttle_to_2":
                {
                • "type":"integer",
                • "title":"didok shuttle to 2",
                • "description":""
                }
                ,
              • "direction_3":
                {
                • "type":"string",
                • "title":"direction 3",
                • "description":""
                }
                ,
              • "didok_direction_3":
                {
                • "type":"string",
                • "title":"didok direction 3",
                • "description":""
                }
                ,
              • "shuttle_to_3":
                {
                • "type":"string",
                • "title":"shuttle to 3",
                • "description":""
                }
                ,
              • "didok_shuttle_to_3":
                {
                • "type":"integer",
                • "title":"didok shuttle to 3",
                • "description":""
                }
                ,
              • "geoposition":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geoposition",
                • "description":""
                }
                ,
              • "remarks":
                {
                • "type":"string",
                • "title":"remarks",
                • "description":""
                }
                ,
              • "remarks_de":
                {
                • "type":"string",
                • "title":"remarks de",
                • "description":""
                }
                ,
              • "remarks_fr":
                {
                • "type":"string",
                • "title":"remarks fr",
                • "description":""
                }
                ,
              • "remarks_it":
                {
                • "type":"string",
                • "title":"remarks it",
                • "description":""
                }
                ,
              • "remarks_en":
                {
                • "type":"string",
                • "title":"remarks en",
                • "description":""
                }
                ,
              • "meeting_point_de":
                {
                • "type":"string",
                • "title":"meeting point de",
                • "description":""
                }
                ,
              • "meeting_point_fr":
                {
                • "type":"string",
                • "title":"meeting point fr",
                • "description":""
                }
                ,
              • "meeting_point_it":
                {
                • "type":"string",
                • "title":"meeting point it",
                • "description":""
                }
                ,
              • "meeting_point_en":
                {
                • "type":"string",
                • "title":"meeting point en",
                • "description":""
                }
                ,
              • "source_document":
                {
                • "type":"string",
                • "title":" source document",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets