Electricity use in a house with geothermal heating: Difference between revisions
Jump to navigation
Jump to search
(Data uploaded using Opasnet Base Import) |
|||
Line 36: | Line 36: | ||
# unit = "kWh", who = "Jouni", rescol = "Kulutus" | # unit = "kWh", who = "Jouni", rescol = "Kulutus" | ||
#) | #) | ||
</rcode> | |||
<rcode name="fmi" embed=0 recall_inputs=1 variables=" | |||
name:apiKey|type:text | |||
"> | |||
library(fmi) | |||
#apiKey <- "" | |||
request <- FMIWFSRequest$new(apiKey=apiKey) | |||
request$setParameters(request="getFeature", | |||
storedquery_id="fmi::observations::weather::daily::timevaluepair", | |||
starttime="2014-01-01T00:00:00Z", | |||
endtime="2014-01-01T00:00:00Z", | |||
place="savilahti,Kuopio", | |||
parameters="rrday,snow,tday,tmin,tmax") | |||
client <- FMIWFSClient$new(request=request) | |||
client | |||
layers <- client$listLayers() | |||
layers | |||
response <- client$getLayer(layer=layers[1], parameters=list(splitListFields=TRUE)) | |||
response | |||
</rcode> | </rcode> | ||
Revision as of 21:40, 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
See also
Keywords
References