Electricity use in a house with geothermal heating: Difference between revisions
Jump to navigation
Jump to search
Line 42: | Line 42: | ||
"> | "> | ||
library(fmi) | library(fmi) | ||
request <- FMIWFSRequest$new(apiKey=apiKey) | request <- FMIWFSRequest$new(apiKey=apiKey) | ||
request$setParameters(request="getFeature", | request$setParameters(request="getFeature", | ||
Line 57: | Line 57: | ||
response | response | ||
</rcode> | </rcode> | ||
* [https://github.com/rOpenGov/fmi/blob/master/vignettes/fmi_tutorial.md fmi package tutorial] | |||
* [http://data.fmi.fi/fmi-apikey/64d5c2cb-10dc-47f1-9ddb-8bdea18844a5/wfs?request=getFeature&storedquery_id=fmi::observations::weather::daily::timevaluepair&starttime=2013-02-27T20:00:00Z&endtime=2013-02-28T20:00:00Z&place=savilahti,Kuopio& a semi-successful query] | |||
* [http://ilmatieteenlaitos.fi/tallennetut-kyselyt FMI: stored queries] | |||
* [https://ilmatieteenlaitos.fi/avoin-data FMI open data] | |||
* [https://online.kuopionenergia.fi/Home Kuopion Energia online] | |||
==See also== | ==See also== |
Revision as of 21:45, 8 November 2016
Moderator:Jouni (see all) |
|
Upload data
|
Question
What is the energy (i.e. electricity) use of geothermal heating in a detached house?
Answer
Rationale
The answer is based on a single example house located near the Savilahti weather station, Kuopio, Finland.
Unit
kWh (or kW, as the data is given in hourly slots)
Dependencies
Calculations
- fmi package tutorial
- a semi-successful query
- FMI: stored queries
- FMI open data
- Kuopion Energia online
See also
Keywords
References