8000 Releases · USEPA/useeior · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: USEPA/useeior

v1.2.2

14 Jul 18:42
169ae5a
Compare
Choose a tag to compare

What's Changed

  • Updates for handling input files for hybrid models
  • Improves handling of input files from external sources for disaggregation and hybridization

Full Changelog: v1.2.1...v1.2.2

v1.2.1

22 May 14:14
Compare
Choose a tag to compare

What's Changed

  • resolves Error generating margins for disaggregated industry models (#252)

Full Changelog: v1.2.0...v1.2.1

v1.2.0

13 Apr 18:10
Compare
Choose a tag to compare

Major updates

  • embeds Sept 2022 release of BEA industry data covering through 2021
  • enables creations of EEIO models without indicators

What's Changed (automated list)

Full Changelog: v1.1.1...v1.2.0

1.1.1

22 Aug 20:53
848862c
Compare
Choose a tag to compare

What's Changed

  • Correct output ratio calculation for Summary and Sector USEEIO models
  • Make order of margin sectors consistent across tables
  • Mark all transportation sectors correctly in schema info tables

Full Changelog: v1.1.0...v1.1.1

1.1.0

28 Jul 00:09
0e4ac3d
Compare
Choose a tag to compare

What's Changed

  • Updated BEA IO data and saved data up to 2020 (most recent year BEA has provided).
  • Added functionality to load and use StateIO (two-region) data.
  • Added feature of integrated hybrid models (see example model spec USEEIOv2.0-GHG-NGCombustion)

Full Changelog: v1.0.0...v1.1.0

1.0.2

07 Mar 19:24
c83be87
Compare
Choose a tag to compare

This release is in support of creating the v1.1.1 of Supply Chain Emission Factors (SEFs) originally published in EPA's "Supply Chain Greenhouse Gas Emission Factors (SEF) for US Industries and Commodities" report.

1.0.1

11 Jan 23:58
8eb2234
Compare
Choose a tag to compare

This release is in support of creating the amendment to EPA's "Supply Chain Greenhouse Gas Emission Factors (SEF) for US Industries and Commodities" report. An updated v1.1 of the SEFs produced with this release of useeior are included in the amendment.

1.0.0

30 Dec 19:41
81a2c47
Compare
Choose a tag to compare

useeior is an R package for building and using USEEIO models. The model object is the primary output that is built according to a given model specification and optional hybridization specification, e.g. disaggregation. Model specifications and associated hybridization specifications, e.g. disaggregation, for EPA-validated models are included in the package. The package offers various functions for validating, calculating, visualizing, and writing out models and/or their components. useeior is a core component of the USEEIO Modeling Framework.

useeior is in a stable development state. Users intending to use the package for production purposes and applications should use the latest Release.

See the README for installation and basic usage of useeior. See Wiki for advanced uses, details about built-in data and metadata and how to contribute to useeior.

This package was developed under the USEPA quality assurance plan K-LRTD-0030017-QP-1-4 for "U.S. Environmentally-Extended Input-Output (USEEIO) Models". useeior v0.4 was subjected to internal EPA peer-review and then reviewed and cleared by EPA management. Updates in the package since that time are described in this release and previous releases since v0.4.

What's Changed

New Contributors

Full Changelog: v0.4.2...v1.0.0

v0.4.2

18 Sep 18:30
Compare
Choose a tag to compare
  • Update metadata files to include 'sector categories' and 'descriptions' fields in support of JSON-LD export for openLCA
  • Add these fields to disaggregated input files
  • Ensure UUIDs are correctly maintained in satellite tables and exported as flow metadata
  • Add model spec 2.0.1 for updated satellite tables w UUIDs. This model aligns with updates associated with flowsa v0.3.1
  • Fix error causing missing disaggregation of some flows in waste satellite table

v0.4.1

10 Sep 21:35
Compare
Choose a tag to compare

Model data enhancements

  • Updates acquisition of model data
  • Adds logging feature to acquisition of model data
  • Adds two additional external data: Detail_Use_2012_PUR_AfterRedef.rda and Summary_Import_2018_BeforeRedef.rda

Calculation, Validation, Visualization and Export of Models

  • Adds aggregateResultTable and aggregateResultMatrix functions
  • Adds calculateConsumptionContributiontoImpact function
  • Adds writeMetadatatoJSON for exporting model metadata to JSON format for USEEIO API use
  • Refactors model validation approach

Corrections

  • Changes file paths in loading model component and model writing out functions

Deprecated

  • Removes validate package from DESCRIPTION
0