2’909 Dateneinträge

Infrastrukturbetreiberinnen

Anlagen

Zum Ausklappen klicken Zum Einklappen klicken

Datensatzschema

Zum Ausklappen klicken Zum Einklappen klicken
Geo Point
               

Keine Beschreibung für dieses Feld verfügbar.

Name (Kennung)
geo_point_2d
Art
geo_point_2d
Muster
[46.3553657848101,7.14442035102118]
Geo Shape
               

Keine Beschreibung für dieses Feld verfügbar.

Name (Kennung)
geo_shape
Art
geo_shape
Muster
{"coordinates":[[7.141693215,46.35567539],[7.144861439,46.355344686],[7.146702595,46.355070147],[7.147120397,46.354919646]],"type":"LineString"}
line_number
               

Keine Beschreibung für dieses Feld verfügbar.

Name (Kennung)
line_number
Art
Text
Muster
124
operator_tvs
               

Keine Beschreibung für dieses Feld verfügbar.

Name (Kennung)
operator_tvs
Art
Text
Muster
                       
operator_name
               

Keine Beschreibung für dieses Feld verfügbar.

Name (Kennung)
operator_name
Art
Text
Muster
TPC
operator_email
               

Keine Beschreibung für dieses Feld verfügbar.

Name (Kennung)
operator_email
Art
Text
Muster
                       
operator_gauge
               

Keine Beschreibung für dieses Feld verfügbar.

Name (Kennung)
operator_gauge
Art
Text
Muster
mm1000
operator_phone
               

Keine Beschreibung für dieses Feld verfügbar.

Name (Kennung)
operator_phone
Art
Text
Muster
                       
operator_number
               

Keine Beschreibung für dieses Feld verfügbar.

Name (Kennung)
operator_number
Art
Text
Muster
105
operator_url
               

Keine Beschreibung für dieses Feld verfügbar.

Name (Kennung)
operator_url
Art
Text
Muster
https://tpc.ch/societe/infrastructure/

JSON Schema

Bei dem folgenden JSON-Objekt handelt es sich um eine standardisierte Beschreibung Ihres Datensatzschemas. Mehr Informationen über JSON Schema.

{
  • "title":"infrastrukturbetreiberinnen",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/infrastrukturbetreiberinnen"
      }
    ]
    ,
  • "definitions":
    {
    • "infrastrukturbetreiberinnen":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/infrastrukturbetreiberinnen_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"
            }
          }
        }
        ,
      • "infrastrukturbetreiberinnen_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geo Point",
                • "description":""
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"Geo Shape",
                • "description":""
                }
                ,
              • "line_number":
                {
                • "type":"string",
                • "title":"line_number",
                • "description":""
                }
                ,
              • "operator_tvs":
                {
                • "type":"string",
                • "title":"operator_tvs",
                • "description":""
                }
                ,
              • "operator_name":
                {
                • "type":"string",
                • "title":"operator_name",
                • "description":""
                }
                ,
              • "operator_email":
                {
                • "type":"string",
                • "title":"operator_email",
                • "description":""
                }
                ,
              • "operator_gauge":
                {
                • "type":"string",
                • "title":"operator_gauge",
                • "description":""
                }
                ,
              • "operator_phone":
                {
                • "type":"string",
                • "title":"operator_phone",
                • "description":""
                }
                ,
              • "operator_number":
                {
                • "type":"string",
                • "title":"operator_number",
                • "description":""
                }
                ,
              • "operator_url":
                {
                • "type":"string",
                • "title":"operator_url",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Weiterverwendungen

    Zum Ausklappen klicken Zum Einklappen klicken

    Eine Weiterverwendung abschicken

    Zum Ausklappen klicken Zum Einklappen klicken

    Ihr Nachname wird zusammen mit Ihrer Weiterverwendung öffentlich angezeigt

    Ihr Vorname wird zusammen mit Ihrer Weiterverwendung öffentlich angezeigt

    Ihre E-Mail-Adresse wird nicht öffentlich angezeigt und wird ausschliesslich von Administratoren verwendet, um Sie zu kontaktieren.

    Kurze Beschreibung Ihrer Arbeit (max. 50 Zeichen)

    Eine längere Beschreibung Ihrer Ergebnisse mit diesem Datensatz (max. 1000 Zeichen)

    Eine URL für den öffentlichen Zugang zu Ihrer Arbeit

     oder 

    (optional) Eine URL oder ein Bild zur Darstellung Ihrer Arbeit

    false

    Similar datasets