11 171 enregistrements

11 171 enregistrements

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

21197_BehiG Haltekantesegment

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
PERRONKANTE_FID
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
perronkante_fid
Type
décimal
Exemple
35328728
PERRON_NR
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
perron_nr
Type
texte
Exemple
2
HALTEKANTE_FID
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
haltekante_fid
Type
décimal
Exemple
35271987
KUNDENGLEISNR
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
kundengleisnr
Type
texte
Exemple
2
BPS
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
bps
Type
texte
Exemple
CDM
DIST_AB_HK_ANFANG
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
dist_ab_hk_anfang
Type
décimal
Exemple
0
LINIE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
linie
Type
texte
Exemple
219
KM
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
km
Type
texte
Exemple
13.627435
SEGMENT_INFO
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
segment_info
Type
texte
Exemple
Beginn Segment
Legende
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
legende
Type
texte
Exemple
02_P 20 / - / - / - / nkue >75
KONFORMITAET
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
konformitaet
Type
texte
Exemple
P 20 / - / - / - / nkue >75
ID_GLEISSTRANG
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id_gleisstrang
Type
décimal
Exemple
245076
PERRONKANTE_LAENGE
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
perronkante_laenge
Type
décimal
Exemple
120.7429
KUERZEL
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
kuerzel
Type
texte
Exemple
Quai
PERRONTYP
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
perrontyp
Type
texte
Exemple
Zwischenperron
ID_HILFSTRITT
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
id_hilfstritt
Type
décimal
Exemple
12
PUNKT_RADIUS
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
punkt_radius
Type
décimal
Exemple
326.8
PUNKT_UH
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
punkt_uh
Type
décimal
Exemple
120
MAX_UH
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
max_uh
Type
décimal
Exemple
120
PUNKT_STATIONIERUNG
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
punkt_stationierung
Type
décimal
Exemple
171
E
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
e
Type
décimal
Exemple
2549507.6
N
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
n
Type
décimal
Exemple
1201185.3
geopos
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
geopos
Type
geo_point_2d
Exemple
[46.95981772053321,6.77524217027872]
konf
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
konf
Type
texte
Exemple
02
didok
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
didok
Type
int
Exemple
4217
Name Haltestelle
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
bezeichnung_offiziell
Type
texte
Exemple
Champ-du-Moulin

Schéma JSON

L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.

{
  • "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":""
                }
              }
            }
          }
        }
      }
    }

    Réutilisations

    Cliquez pour déplier Cliquez pour replier

    Soumettre une réutilisation

    Cliquez pour déplier Cliquez pour replier

    Votre nom sera affiché publiquement avec votre réutilisation

    Votre prénom sera affiché publiquement avec votre réutilisation

    Votre email ne sera pas affiché publiquement et sera seulement utilisé par un administrateur pour vous contacter.

    Courte description de votre travail (max. 50 caractères)

    Une description de ce que vous avez fait en utilisant ce jeu de données (max. 1000 caractères)

    Une URL où votre travail est accessible publiquement

     ou 

    (facultatif) Une URL ou une image pour présenter votre travail

    false

    Jeux de données similaires