Electricity use in a house with geothermal heating: Difference between revisions
Jump to navigation
Jump to search
Line 41: | Line 41: | ||
name:apiKey|type:text | name:apiKey|type:text | ||
"> | "> | ||
library(OpasnetUtils) | |||
library(fmi) | library(fmi) | ||
library(rwfs) | |||
library(rgdal) | |||
request <- FMIWFSRequest$new(apiKey=apiKey) | request <- FMIWFSRequest$new(apiKey=apiKey) | ||
if(FALSE) { | |||
#request$setParameters(request="getFeature", | #request$setParameters(request="getFeature", | ||
# storedquery_id="fmi::observations::weather::daily::timevaluepair", | # storedquery_id="fmi::observations::weather::daily::timevaluepair", | ||
Line 68: | Line 73: | ||
client <- FMIWFSClient$new(request=request) | client <- FMIWFSClient$new(request=request) | ||
response <- client$getDailyWeather(startDateTime="2014-01-01", endDateTime="2014-01-01", bbox=getFinlandBBox(), parameters=list(explodeCollections=TRUE)) | response <- client$getDailyWeather(startDateTime="2014-01-01", endDateTime="2014-01-01", bbox=getFinlandBBox(), parameters=list(explodeCollections=TRUE)) | ||
reponse | #reponse | ||
} | |||
request$setParameters(request="getFeature", | |||
storedquery_id="fmi::observations::weather::daily::timevaluepair", | |||
parameters="rrday,snow,tday,tmin,tmax") | |||
client <- FMIWFSClient$new(request=request) | |||
response <- client$getDailyWeather(startDateTime="2014-01-01T00:00:00Z", | |||
endDateTime="2014-01-01T00:00:00Z", | |||
fmisid=101887) | |||
dat <- as.data.frame(response) | |||
oprint(dat) | |||
</rcode> | </rcode> | ||
Revision as of 15:18, 10 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