records

records

Active filters Clear all

No active filters

Filters

Stromproduktion der Solaranlagen der St.Galler Stadtwerke ab 2023

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
DateTime (Local Time)
               

No description available for this field.

Name (identifier)
datetime_local_time
Type
datetime
Sample
                       
smart-me ID
ID-der Solaranlage

No description available for this field.

Name (identifier)
id
Type
text
Sample
                       
Name
Name der Anlage

No description available for this field.

Name (identifier)
name
Type
text
Sample
                       
Name des Smart-Me Zählers
Name des Zählers

No description available for this field.

Name (identifier)
name_des_smart_me_zahlers
Type
text
Sample
                       
Additional Energy Import
berechnet aus der Differenz von "Active Energy Import Total" und "Active Energy Import Total" des vorherigen Eintrags

No description available for this field.

Name (identifier)
additional_energy_import
Type
decimal
Unit
Wh
Sample
                       
Active Energy Import Total
Total der importierten Energie

No description available for this field.

Name (identifier)
active_energy_import_total
Type
decimal
Unit
Wh
Sample
                       
Additional Energy Export
berechnet aus der Differenz von "Active Energy Export Total" und "Active Energy Export Total" des vorherigen Eintrags

No description available for this field.

Name (identifier)
additional_energy_export
Type
decimal
Unit
Wh
Sample
                       
Active Energy Export Total
Total produzierte Energie

No description available for this field.

Name (identifier)
active_energy_export_total
Type
decimal
Unit
Wh
Sample
                       
Unit
Masseinheit

No description available for this field.

Name (identifier)
unit
Type
text
Sample
                       
Link
Link zur Anlage

No description available for this field.

Name (identifier)
link
Type
text
Sample
                       
Modultyp
               

No description available for this field.

Name (identifier)
modultyp
Type
text
Sample
                       
Leistung in kWp
Leistung in Kilowattpeak (Spitzenleistung)

No description available for this field.

Name (identifier)
leistung_in_kwp
Type
decimal
Sample
                       
Anzahl Module
               

No description available for this field.

Name (identifier)
anzahl_module
Type
integer
Sample
                       
Leistung / Modul in Wp
Leistung pro Modul in Wattpeak (Spitzenleistung)

No description available for this field.

Name (identifier)
leistung_modul_in_wp
Type
text
Sample
                       
Wechselrichterleistung in kVA
Wechselrichterleistung in Kilovoltampere

No description available for this field.

Name (identifier)
wechselrichterleistung_kva
Type
decimal
Sample
                       
Fläche in m2
Gesamtfläche der Anlage

No description available for this field.

Name (identifier)
flache
Type
integer
Unit
m2
Sample
                       
Geo Shape
               

No description available for this field.

Name (identifier)
geo_shape
Type
geo shape
Sample
                       
Geo Point
               

No description available for this field.

Name (identifier)
geo_point_2d
Type
geo point
Sample
                       

JSON Schema

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

{
  • "title":"stromproduktion-der-solaranlagen-der-stgaller-stadtwerke-ab-2023",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/stromproduktion-der-solaranlagen-der-stgaller-stadtwerke-ab-2023"
      }
    ]
    ,
  • "definitions":
    {
    • "stromproduktion-der-solaranlagen-der-stgaller-stadtwerke-ab-2023":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/stromproduktion-der-solaranlagen-der-stgaller-stadtwerke-ab-2023_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"
            }
          }
        }
        ,
      • "stromproduktion-der-solaranlagen-der-stgaller-stadtwerke-ab-2023_records":
        {
        • "properties":
          {
          • "fields":
            {
            • "type":"object",
            • "properties":
              {
              • "datetime_local_time":
                {
                • "type":"string",
                • "format":"date-time",
                • "title":"DateTime (Local Time)",
                • "description":""
                }
                ,
              • "id":
                {
                • "type":"string",
                • "title":"smart-me ID",
                • "description":"ID-der Solaranlage"
                }
                ,
              • "name":
                {
                • "type":"string",
                • "title":"Name",
                • "description":"Name der Anlage"
                }
                ,
              • "name_des_smart_me_zahlers":
                {
                • "type":"string",
                • "title":"Name des Smart-Me Zählers",
                • "description":"Name des Zählers"
                }
                ,
              • "additional_energy_import":
                {
                • "type":"number",
                • "title":"Additional Energy Import",
                • "description":"berechnet aus der Differenz von "Active Energy Import Total" und "Active Energy Import Total" des vorherigen Eintrags",
                • "unit":"Wh"
                }
                ,
              • "active_energy_import_total":
                {
                • "type":"number",
                • "title":"Active Energy Import Total",
                • "description":"Total der importierten Energie",
                • "unit":"Wh"
                }
                ,
              • "additional_energy_export":
                {
                • "type":"number",
                • "title":"Additional Energy Export",
                • "description":"berechnet aus der Differenz von "Active Energy Export Total" und "Active Energy Export Total" des vorherigen Eintrags",
                • "unit":"Wh"
                }
                ,
              • "active_energy_export_total":
                {
                • "type":"number",
                • "title":"Active Energy Export Total",
                • "description":"Total produzierte Energie",
                • "unit":"Wh"
                }
                ,
              • "unit":
                {
                • "type":"string",
                • "title":"Unit",
                • "description":"Masseinheit"
                }
                ,
              • "link":
                {
                • "type":"string",
                • "title":"Link",
                • "description":"Link zur Anlage"
                }
                ,
              • "modultyp":
                {
                • "type":"string",
                • "title":"Modultyp",
                • "description":""
                }
                ,
              • "leistung_in_kwp":
                {
                • "type":"number",
                • "title":"Leistung in kWp",
                • "description":"Leistung in Kilowattpeak (Spitzenleistung)"
                }
                ,
              • "anzahl_module":
                {
                • "type":"integer",
                • "title":"Anzahl Module",
                • "description":""
                }
                ,
              • "leistung_modul_in_wp":
                {
                • "type":"string",
                • "title":"Leistung / Modul in Wp",
                • "description":"Leistung pro Modul in Wattpeak (Spitzenleistung)"
                }
                ,
              • "wechselrichterleistung_kva":
                {
                • "type":"number",
                • "title":"Wechselrichterleistung in kVA",
                • "description":"Wechselrichterleistung in Kilovoltampere"
                }
                ,
              • "flache":
                {
                • "type":"integer",
                • "title":"Fläche in m2",
                • "description":"Gesamtfläche der Anlage",
                • "unit":"m2"
                }
                ,
              • "geo_shape":
                {
                • "type":"object",
                • "oneOf":
                  [
                  • {
                    • "$ref":"#/definitions/geometry"
                    }
                  ]
                  ,
                • "title":"Geo Shape",
                • "description":""
                }
                ,
              • "geo_point_2d":
                {
                • "type":"array",
                • "minItems":2,
                • "maxItems":2,
                • "items":
                  {
                  • "type":"number"
                  }
                  ,
                • "title":"Geo Point",
                • "description":""
                }
              }
            }
          }
        }
      }
    }

    Similar datasets