loadSatTables: Load totals by sector/region and prepares them based on model...

View source: R/LoadSatellites.R

loadSatTablesR Documentation

Load totals by sector/region and prepares them based on model specs.

Description

Supports BEA and NAICS based totals. These totals can be provided as static files or dynamic function calls are supported. NAICS-based totals are aggregated/allocated to BEA sectors as part of the preparation.

Usage

loadSatTables(model)

Arguments

model

A model list object with model specs and IO tables listed

Format

A list with lists of totals by sector

  • totals_by_sector

    • Flowable Name of the flow

    • Context Full context of the flow, compartment and subcompartment combined

    • Unit SI unit acronym. 'kg' for mass flows; 'MJ' for energy flows.

    • FlowUUID unique hex code for flow

    • SectorName Name of the sector

    • Sector Code of the sector in the model IO schema

    • FlowAmount Amount of the flow

    • Location Activity location, at a national, state, or county level

    • Year Year of the data

    • DistributionType Form of the frequency distribution, if given. Acceptable values are 'NORMAL', 'LOGNORMAL', 'TRIANGULAR', 'UNIFORM'.

    • Min The minimum FlowAmount, if provided for the data range.

    • Max The maximum FlowAmount, if provided for the data range.

    • DataReliability A 1-5 score of data reliability based on reporting values associated with the amount.

    • TemporalCorrelation A 1-5 score of data collection based on reporting values associated with the amount.

    • GeographicalCorrelation A 1-5 score of data collection based on reporting values associated with the amount.

    • TechnologicalCorrelation A 1-5 score of data collection based on reporting values associated with the amount.

    • DataCollection A 1-5 score of data collection based on reporting values associated with the amount.

    • MetaSources Tag for the data source.

Value

Lists of totals by sector by region and unique flows


USEPA/useeior documentation built on April 12, 2024, 1:36 p.m.