View source: R/harmonised-reading.R
get_device_aggregators | R Documentation |
This function get the metadata and time series from a filtered set of device aggregators available in a BIGG-harmonised dataset.
get_device_aggregators(
buildingsRdf,
timeseriesObject = NULL,
allowedBuildingSubjects = NULL,
allowedMeasuredProperties = NULL,
useEstimatedValues = F,
ratioCorrection = T,
containsEEMs = F,
alignGreaterThanHourlyFrequencyToYearly = F,
transformToAggregatableMeasuredProperty = F,
aggregatableMeasuredPropertyName = NULL,
measuredPropertiesToAggregate = NULL,
defaultFactorsByMeasuredProperty = NULL
)
buildingsRdf |
<rdf> containing the information of a set of buildings. |
timeseriesObject |
<string> path of JSON files, or <list> of time series. |
allowedBuildingSubjects |
<array> of URI(s) containing the allowed building subject(s). |
allowedMeasuredProperties |
<array> of string(s) containing the allowed measured property(ies). |
useEstimatedValues |
<boolean> describing if the estimated values of time series should be taken into account. |
ratioCorrection |
<boolean> describing whether a ratio correction should be done, or not. Important to set to TRUE when time series contain gaps. |
containsEEMs |
<boolean> to filter only those buildings that contain one or more EEM. |
alignGreaterThanHourlyFrequencyToYearly |
<boolean> to force time alignment to P1Y frequency if original alignment frequency is greater to PT1H. |
<list> of time series and metadata related with all device aggregators.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.