records

records

Active filters Clear all

No active filters

Filters

Verfügbarkeit Ladestationen für Elektroautos in der Stadt St.Gallen

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Charger ID
               

No description available for this field.

Name (identifier)
evsestatusrecord_evseid
Type
text
Sample
                       
Charger Status
               

No description available for this field.

Name (identifier)
evsestatusrecord_evsestatus
Type
text
Sample
                       
ChargingStationId
               

No description available for this field.

Name (identifier)
chargingstationid
Type
text
Sample
                       
OperatorID
               

No description available for this field.

Name (identifier)
operatorid
Type
text
Sample
                       
OperatorName
               

No description available for this field.

Name (identifier)
operatorname
Type
text
Sample
                       
IsOpen24Hours
               

No description available for this field.

Name (identifier)
isopen24hours
Type
integer
Sample
                       
Accessibility
               

No description available for this field.

Name (identifier)
accessibility
Type
text
Sample
                       
GeoCoordinates
               

No description available for this field.

Name (identifier)
geocoordinates
Type
geo point
Sample
                       
address_country
               

No description available for this field.

Name (identifier)
address_country
Type
text
Sample
                       
address_canton
               

No description available for this field.

Name (identifier)
address_canton
Type
text
Sample
                       
address_region
               

No description available for this field.

Name (identifier)
address_region
Type
text
Sample
                       
address_city
               

No description available for this field.

Name (identifier)
address_city
Type
text
Sample
                       
address_postalcode
               

No description available for this field.

Name (identifier)
address_postalcode
Type
text
Sample
                       
address_street
               

No description available for this field.

Name (identifier)
address_street
Type
text
Sample
                       
address_timezone
               

No description available for this field.

Name (identifier)
address_timezone
Type
text
Sample
                       
address_floor
               

No description available for this field.

Name (identifier)
address_floor
Type
text
Sample
                       
Plugs
               

No description available for this field.

Name (identifier)
plugs
Type
text
Sample
                       
PaymentOptions
               

No description available for this field.

Name (identifier)
paymentoptions
Type
text
Sample
                       
MaxCapacity
               

No description available for this field.

Name (identifier)
maxcapacity
Type
text
Sample
                       
ChargingFacilities (Power)
               

No description available for this field.

Name (identifier)
chargingfacilities
Type
text
Sample
                       
AuthenticationModes
               

No description available for this field.

Name (identifier)
authenticationmodes
Type
text
Sample
                       
DynamicInfoAvailable
               

No description available for this field.

Name (identifier)
dynamicinfoavailable
Type
text
Sample
                       
ValueAddedServices
               

No description available for this field.

Name (identifier)
valueaddedservices
Type
text
Sample
                       
IsHubjectCompatible
               

No description available for this field.

Name (identifier)
ishubjectcompatible
Type
integer
Sample
                       
lastUpdate
               

No description available for this field.

Name (identifier)
lastupdate
Type
text
Sample
                       
ClearinghouseID
               

No description available for this field.

Name (identifier)
clearinghouseid
Type
text
Sample
                       
HubOperatorID
               

No description available for this field.

Name (identifier)
huboperatorid
Type
text
Sample
                       
AdditionalInfo
               

No description available for this field.

Name (identifier)
additionalinfo
Type
text
Sample
                       
deltaType
               

No description available for this field.

Name (identifier)
deltatype
Type
text
Sample
                       
ChargingPoolID
               

No description available for this field.

Name (identifier)
chargingpoolid
Type
text
Sample
                       
OpeningTimes
               

No description available for this field.

Name (identifier)
openingtimes
Type
text
Sample
                       
GeoChargingPointEntrance
               

No description available for this field.

Name (identifier)
geochargingpointentrance
Type
geo point
Sample
                       
AccessibilityLocation
               

No description available for this field.

Name (identifier)
accessibilitylocation
Type
text
Sample
                       
CalibrationLawDataAvailability
               

No description available for this field.

Name (identifier)
calibrationlawdataavailability
Type
text
Sample
                       
ChargingStationNames
               

No description available for this field.

Name (identifier)
chargingstationnames
Type
text
Sample
                       
HotlinePhoneNumber
               

No description available for this field.

Name (identifier)
hotlinephonenumber
Type
text
Sample
                       
RenewableEnergy
               

No description available for this field.

Name (identifier)
renewableenergy
Type
integer
Sample
                       
ChargingStationLocationReference
               

No description available for this field.

Name (identifier)
chargingstationlocationreference
Type
text
Sample
                       
EnergySource
               

No description available for this field.

Name (identifier)
energysource
Type
text
Sample
                       
EnvironmentalImpact
               

No description available for this field.

Name (identifier)
environmentalimpact
Type
text
Sample
                       
LocationImage
               

No description available for this field.

Name (identifier)
locationimage
Type
text
Sample
                       
SuboperatorName
               

No description available for this field.

Name (identifier)
suboperatorname
Type
text
Sample
                       
DynamicPowerLevel
               

No description available for this field.

Name (identifier)
dynamicpowerlevel
Type
text
Sample
                       
HardwareManufacturer
               

No description available for this field.

Name (identifier)
hardwaremanufacturer
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"ladestationen-fur-elektroautos-im-kanton-stgallen",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/ladestationen-fur-elektroautos-im-kanton-stgallen"
      }
    ]
    ,
  • "definitions":
    {
    • "ladestationen-fur-elektroautos-im-kanton-stgallen":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/ladestationen-fur-elektroautos-im-kanton-stgallen_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"
            }
          }
        }
        ,
      • "ladestationen-fur-elektroautos-im-kanton-stgallen_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "evsestatusrecord_evseid":
                {
                • "type":"string",
                • "title":"Charger ID",
                • "description":""
                }
                ,
              • "evsestatusrecord_evsestatus":
                {
                • "type":"string",
                • "title":"Charger Status",
                • "description":""
                }
                ,
              • "chargingstationid":
                {
                • "type":"string",
                • "title":"ChargingStationId",
                • "description":""
                }
                ,
              • "operatorid":
                {
                • "type":"string",
                • "title":"OperatorID",
                • "description":""
                }
                ,
              • "operatorname":
                {
                • "type":"string",
                • "title":"OperatorName",
                • "description":""
                }
                ,
              • "isopen24hours":
                {
                • "type":"integer",
                • "title":"IsOpen24Hours",
                • "description":""
                }
                ,
              • "accessibility":
                {
                • "type":"string",
                • "title":"Accessibility",
                • "description":""
                }
                ,
              • "geocoordinates":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"GeoCoordinates",
                • "description":""
                }
                ,
              • "address_country":
                {
                • "type":"string",
                • "title":"address_country",
                • "description":""
                }
                ,
              • "address_canton":
                {
                • "type":"string",
                • "title":"address_canton",
                • "description":""
                }
                ,
              • "address_region":
                {
                • "type":"string",
                • "title":"address_region",
                • "description":""
                }
                ,
              • "address_city":
                {
                • "type":"string",
                • "title":"address_city",
                • "description":""
                }
                ,
              • "address_postalcode":
                {
                • "type":"string",
                • "title":"address_postalcode",
                • "description":""
                }
                ,
              • "address_street":
                {
                • "type":"string",
                • "title":"address_street",
                • "description":""
                }
                ,
              • "address_timezone":
                {
                • "type":"string",
                • "title":"address_timezone",
                • "description":""
                }
                ,
              • "address_floor":
                {
                • "type":"string",
                • "title":"address_floor",
                • "description":""
                }
                ,
              • "plugs":
                {
                • "type":"string",
                • "title":"Plugs",
                • "description":""
                }
                ,
              • "paymentoptions":
                {
                • "type":"string",
                • "title":"PaymentOptions",
                • "description":""
                }
                ,
              • "maxcapacity":
                {
                • "type":"string",
                • "title":"MaxCapacity",
                • "description":""
                }
                ,
              • "chargingfacilities":
                {
                • "type":"string",
                • "title":"ChargingFacilities (Power)",
                • "description":""
                }
                ,
              • "authenticationmodes":
                {
                • "type":"string",
                • "title":"AuthenticationModes",
                • "description":""
                }
                ,
              • "dynamicinfoavailable":
                {
                • "type":"string",
                • "title":"DynamicInfoAvailable",
                • "description":""
                }
                ,
              • "valueaddedservices":
                {
                • "type":"string",
                • "title":"ValueAddedServices",
                • "description":""
                }
                ,
              • "ishubjectcompatible":
                {
                • "type":"integer",
                • "title":"IsHubjectCompatible",
                • "description":""
                }
                ,
              • "lastupdate":
                {
                • "type":"string",
                • "title":"lastUpdate",
                • "description":""
                }
                ,
              • "clearinghouseid":
                {
                • "type":"string",
                • "title":"ClearinghouseID",
                • "description":""
                }
                ,
              • "huboperatorid":
                {
                • "type":"string",
                • "title":"HubOperatorID",
                • "description":""
                }
                ,
              • "additionalinfo":
                {
                • "type":"string",
                • "title":"AdditionalInfo",
                • "description":""
                }
                ,
              • "deltatype":
                {
                • "type":"string",
                • "title":"deltaType",
                • "description":""
                }
                ,
              • "chargingpoolid":
                {
                • "type":"string",
                • "title":"ChargingPoolID",
                • "description":""
                }
                ,
              • "openingtimes":
                {
                • "type":"string",
                • "title":"OpeningTimes",
                • "description":""
                }
                ,
              • "geochargingpointentrance":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"GeoChargingPointEntrance",
                • "description":""
                }
                ,
              • "accessibilitylocation":
                {
                • "type":"string",
                • "title":"AccessibilityLocation",
                • "description":""
                }
                ,
              • "calibrationlawdataavailability":
                {
                • "type":"string",
                • "title":"CalibrationLawDataAvailability",
                • "description":""
                }
                ,
              • "chargingstationnames":
                {
                • "type":"string",
                • "title":"ChargingStationNames",
                • "description":""
                }
                ,
              • "hotlinephonenumber":
                {
                • "type":"string",
                • "title":"HotlinePhoneNumber",
                • "description":""
                }
                ,
              • "renewableenergy":
                {
                • "type":"integer",
                • "title":"RenewableEnergy",
                • "description":""
                }
                ,
              • "chargingstationlocationreference":
                {
                • "type":"string",
                • "title":"ChargingStationLocationReference",
                • "description":""
                }
                ,
              • "energysource":
                {
                • "type":"string",
                • "title":"EnergySource",
                • "description":""
                }
                ,
              • "environmentalimpact":
                {
                • "type":"string",
                • "title":"EnvironmentalImpact",
                • "description":""
                }
                ,
              • "locationimage":
                {
                • "type":"string",
                • "title":"LocationImage",
                • "description":""
                }
                ,
              • "suboperatorname":
                {
                • "type":"string",
                • "title":"SuboperatorName",
                • "description":""
                }
                ,
              • "dynamicpowerlevel":
                {
                • "type":"string",
                • "title":"DynamicPowerLevel",
                • "description":""
                }
                ,
              • "hardwaremanufacturer":
                {
                • "type":"string",
                • "title":"HardwareManufacturer",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets