record

record

Filtri attivi Cancella tutto

Nessun filtro attivo

Filtri

21197_BehiG Haltekantesegment

Allegati

Clicca per espandere Clicca per ridurre

Schema dataset

Clicca per espandere Clicca per ridurre
PERRONKANTE_FID
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
perronkante_fid
Tipo
doppio
Campione
                       
PERRON_NR
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
perron_nr
Tipo
testo
Campione
                       
HALTEKANTE_FID
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
haltekante_fid
Tipo
doppio
Campione
                       
KUNDENGLEISNR
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
kundengleisnr
Tipo
testo
Campione
                       
BPS
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
bps
Tipo
testo
Campione
                       
DIST_AB_HK_ANFANG
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
dist_ab_hk_anfang
Tipo
doppio
Campione
                       
LINIE
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
linie
Tipo
testo
Campione
                       
KM
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
km
Tipo
testo
Campione
                       
SEGMENT_INFO
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
segment_info
Tipo
testo
Campione
                       
Legende
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
legende
Tipo
testo
Campione
                       
KONFORMITAET
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
konformitaet
Tipo
testo
Campione
                       
ID_GLEISSTRANG
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
id_gleisstrang
Tipo
doppio
Campione
                       
PERRONKANTE_LAENGE
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
perronkante_laenge
Tipo
doppio
Campione
                       
KUERZEL
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
kuerzel
Tipo
testo
Campione
                       
PERRONTYP
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
perrontyp
Tipo
testo
Campione
                       
ID_HILFSTRITT
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
id_hilfstritt
Tipo
doppio
Campione
                       
PUNKT_RADIUS
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
punkt_radius
Tipo
doppio
Campione
                       
PUNKT_UH
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
punkt_uh
Tipo
doppio
Campione
                       
MAX_UH
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
max_uh
Tipo
doppio
Campione
                       
PUNKT_STATIONIERUNG
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
punkt_stationierung
Tipo
doppio
Campione
                       
E
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
e
Tipo
doppio
Campione
                       
N
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
n
Tipo
doppio
Campione
                       
geopos
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
geopos
Tipo
geo_point_2d
Campione
                       
konf
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
konf
Tipo
testo
Campione
                       
didok
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
didok
Tipo
int
Campione
                       
Name Haltestelle
               

Non è disponibile alcuna descrizione per questo campo.

Nome (identificatore)
bezeichnung_offiziell
Tipo
testo
Campione
                       

Schema JSON

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

{
  • "title":"21197_behig-haltekantesegment",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/21197_behig-haltekantesegment"
      }
    ]
    ,
  • "definitions":
    {
    • "21197_behig-haltekantesegment":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/21197_behig-haltekantesegment_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"
            }
          }
        }
        ,
      • "21197_behig-haltekantesegment_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "perronkante_fid":
                {
                • "type":"number",
                • "title":"PERRONKANTE_FID",
                • "description":""
                }
                ,
              • "perron_nr":
                {
                • "type":"string",
                • "title":"PERRON_NR",
                • "description":""
                }
                ,
              • "haltekante_fid":
                {
                • "type":"number",
                • "title":"HALTEKANTE_FID",
                • "description":""
                }
                ,
              • "kundengleisnr":
                {
                • "type":"string",
                • "title":"KUNDENGLEISNR",
                • "description":""
                }
                ,
              • "bps":
                {
                • "type":"string",
                • "title":"BPS",
                • "description":""
                }
                ,
              • "dist_ab_hk_anfang":
                {
                • "type":"number",
                • "title":"DIST_AB_HK_ANFANG",
                • "description":""
                }
                ,
              • "linie":
                {
                • "type":"string",
                • "title":"LINIE",
                • "description":""
                }
                ,
              • "km":
                {
                • "type":"string",
                • "title":"KM",
                • "description":""
                }
                ,
              • "segment_info":
                {
                • "type":"string",
                • "title":"SEGMENT_INFO",
                • "description":""
                }
                ,
              • "legende":
                {
                • "type":"string",
                • "title":"Legende",
                • "description":""
                }
                ,
              • "konformitaet":
                {
                • "type":"string",
                • "title":"KONFORMITAET",
                • "description":""
                }
                ,
              • "id_gleisstrang":
                {
                • "type":"number",
                • "title":"ID_GLEISSTRANG",
                • "description":""
                }
                ,
              • "perronkante_laenge":
                {
                • "type":"number",
                • "title":"PERRONKANTE_LAENGE",
                • "description":""
                }
                ,
              • "kuerzel":
                {
                • "type":"string",
                • "title":"KUERZEL",
                • "description":""
                }
                ,
              • "perrontyp":
                {
                • "type":"string",
                • "title":"PERRONTYP",
                • "description":""
                }
                ,
              • "id_hilfstritt":
                {
                • "type":"number",
                • "title":"ID_HILFSTRITT",
                • "description":""
                }
                ,
              • "punkt_radius":
                {
                • "type":"number",
                • "title":"PUNKT_RADIUS",
                • "description":""
                }
                ,
              • "punkt_uh":
                {
                • "type":"number",
                • "title":"PUNKT_UH",
                • "description":""
                }
                ,
              • "max_uh":
                {
                • "type":"number",
                • "title":"MAX_UH",
                • "description":""
                }
                ,
              • "punkt_stationierung":
                {
                • "type":"number",
                • "title":"PUNKT_STATIONIERUNG",
                • "description":""
                }
                ,
              • "e":
                {
                • "type":"number",
                • "title":"E",
                • "description":""
                }
                ,
              • "n":
                {
                • "type":"number",
                • "title":"N",
                • "description":""
                }
                ,
              • "geopos":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"geopos",
                • "description":""
                }
                ,
              • "konf":
                {
                • "type":"string",
                • "title":"konf",
                • "description":""
                }
                ,
              • "didok":
                {
                • "type":"integer",
                • "title":"didok",
                • "description":""
                }
                ,
              • "bezeichnung_offiziell":
                {
                • "type":"string",
                • "title":"Name Haltestelle",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Riutilizzi

    Clicca per espandere Clicca per ridurre

    Invia un riutilizzo

    Clicca per espandere Clicca per ridurre

    Il tuo cognome sarà visualizzato al pubblico con il tuo riutilizzo

    Il tuo nome sarà visualizzato al pubblico con il tuo riutilizzo

    Il tuo indirizzo e-mail non sarà disponibile al pubblico e verrà utilizzato per contattarti solo dagli amministratori.

    Breve descrizione del tuo lavoro (massimo 50 caratteri)

    Una descrizione più dettagliata dei risultati ottenuti utilizzando questo dataset (max. 1000 caratteri)

    Un URL in cui il tuo lavoro è pubblicamente accessibile

     o 

    (facoltativo) Un URL o un'immagine che presenti il tuo lavoro

    false

    Similar datasets