From d4e1bbc098512c8f01c5f26ab7ca5d4832413fd1 Mon Sep 17 00:00:00 2001 From: Rashmil Panchani <32737711+Rashmil-1999@users.noreply.github.com> Date: Wed, 17 Jan 2024 16:32:53 -0600 Subject: [PATCH 1/2] add mmsa shelby county building to sectors mapping data (#73) * add mmsa shelby county building to sectors mapping data * modify name and place it in mmsa * modify name and place it in mmsa --- CHANGELOG.md | 4 ++++ released_dataset/README.md | 22 ++++++++++++++-------- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 626be90..34e36ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [unreleased] +### Added +- MMSA Shelby county Building to Sectors mapping[#72](https://github.com/IN-CORE/incore-data-release/issues/72) + ## [4.6.0] - 2023-10-11 ### Added - Commercial building recovery input datasets[#65](https://github.com/IN-CORE/incore-data-release/issues/65) diff --git a/released_dataset/README.md b/released_dataset/README.md index 96a0d4a..c7d9fd5 100644 --- a/released_dataset/README.md +++ b/released_dataset/README.md @@ -136,18 +136,24 @@ | MMSA Shelby water network | 62d586120b99e237881b0519 | July 27, 2022 | incore:waterNetwork | | | MMSA EPN network | 62d85b399701070dbf8c65fe | July 27, 2022 | incore:epnNetwork | | +### Other dataset + +| Name | Dataset ID | Date Created | Data Type | Note | +|-------------------------------------------------|--------------------------|--------------|---------------------------|--------------------| +| Building to sectors mapping table MMSA Shelby | 656727dfdc70057a752b6b35 | Jan 12, 2024 | incore:buildingsToSectors | MMSA Shelby County | + ## Shelby ### Other datasets -| Name | Dataset ID | Date Created | Data Type | Note | -|-------------------------------------------------|--------------------------|--------------|-------------------------|--------------| -| A social accounting matrix | 630e5f725e639267de334b25 | Sep 14, 2022 | incore:ShelbyCGEsam | CGE analysis | -| A matrix of functioning capital composition | 630e5fd388470b319562bbec | Sep 14, 2022 | incore:ShelbyCGEbb | CGE analysis | -| A commercial sector employment data | 630e6013f5438e1f8c51cea9 | Sep 14, 2022 | incore:ShelbyCGEemploy | CGE analysis | -| A matrix of workers groups in the economy | 630e604f88470b319562bbed | Sep 14, 2022 | incore:ShelbyCGEjobcr | CGE analysis | -| A household table | 630e60a9f5438e1f8c51ceaa | Sep 14, 2022 | incore:ShelbyCGEhhtable | CGE analysis | -| Random numbers for the change of capital stocks | 630e60fd88470b319562bbee | Sep 14, 2022 | incore:ShelbyCGEsim | CGE analysis | +| Name | Dataset ID | Date Created | Data Type | Note | +|-------------------------------------------------|--------------------------|--------------|---------------------------|--------------------| +| A social accounting matrix | 630e5f725e639267de334b25 | Sep 14, 2022 | incore:ShelbyCGEsam | CGE analysis | +| A matrix of functioning capital composition | 630e5fd388470b319562bbec | Sep 14, 2022 | incore:ShelbyCGEbb | CGE analysis | +| A commercial sector employment data | 630e6013f5438e1f8c51cea9 | Sep 14, 2022 | incore:ShelbyCGEemploy | CGE analysis | +| A matrix of workers groups in the economy | 630e604f88470b319562bbed | Sep 14, 2022 | incore:ShelbyCGEjobcr | CGE analysis | +| A household table | 630e60a9f5438e1f8c51ceaa | Sep 14, 2022 | incore:ShelbyCGEhhtable | CGE analysis | +| Random numbers for the change of capital stocks | 630e60fd88470b319562bbee | Sep 14, 2022 | incore:ShelbyCGEsim | CGE analysis | ### Network cascading interdependency inventory From 37458f8a1cb2908deba53badd2a76865d56aa75d Mon Sep 17 00:00:00 2001 From: YONG WOOK KIM Date: Fri, 2 Feb 2024 15:05:44 -0600 Subject: [PATCH 2/2] Release 5.0.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34e36ad..6303111 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [unreleased] +## [5.0.0] - 2024-02-07 ### Added - MMSA Shelby county Building to Sectors mapping[#72](https://github.com/IN-CORE/incore-data-release/issues/72)