-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.qmd
53 lines (36 loc) · 2.4 KB
/
changelog.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Release notes
```{r, echo=FALSE, message = FALSE, results='markup'}
source(file.path(here::here(), "R/_quarto_helpers.R"))
source(file.path(here::here(), "R/_load_pkgs.R"))
```
## v1.1.1 (July 2024) {.unnumbered}
Minor changes across all sectors (excluding natural systems) by updating GWP values to AR6 [@ipccAR62021].
Additional changes
- Some energy data processing to get back to 2005 in `_energy/data-raw/MNWI_2005_CensusCrosswalk_UtilityAllocation.R`
- Text for GWP updated @sec-gwp
- Noted differences in LGGIT values @sec-epa-lggit-transportation
- Re-ran transportation LGGIT comparison values. Minor change in values
- Test values updated for EPA MOVES and GWP
- Slight updates to renv package repository locations (RSPM vs. CRAN)
- Minor text update in transportation section
- Zotero and gitignore updated as needed
See full changelog in GitHub release [v1.1.1](https://github.com/Metropolitan-Council/ghg-cprg/releases/tag/v1.1.1)
## v1.1.0 (June 2024) {.unnumbered}
NEW SECTOR - Natural systems sequestration and carbon stock (@sec-natural-systems).
Natural systems sequestration and carbon stock at county level, with particular focus on regional parks. Data sources include WorldCover and USGS NLCD. Sequestration rates and carbon stock potential come from various literature as cited. Values are correlated with county area in square kilometers.
Additional changes
- Increment release version to 1.1.0, increment date
- Updates R version to 4.4.0 and Quarto version to 1.4.533
- Update renv packages to follow R 4.4.0
- New packages FedData, terra, tidyterra, usethis, arcgislayers, dbplyr, and various sub-dependencies
- Start changelog section in appendix
- Start folder structure for agriculture sector
- Various text edits and updates, including references
See full changelog in GitHub release [v1.1.0](https://github.com/Metropolitan-Council/ghg-cprg/releases/tag/v1.1.0)
## v1.0.0 (March 2024) {.unnumbered}
Initial release supporting [PCAP](https://www.metrocouncil.org/tcghginventory). Sections include
- Stationary energy (electricity, natural gas, propane and kerosene)
- Transportation (passenger, commercial)
- Waste and wastewater (solid waste, wastewater)
- Appendices with utility service area maps, low-income and disadvantaged communities (LIDAC)
See full changelog in GitHub release [v1.0.0](https://github.com/Metropolitan-Council/ghg-cprg/releases/tag/v1.0.0)