Skip to content

Commit

Permalink
Version v1.2
Browse files Browse the repository at this point in the history
- major data addition
- cleaned up and corrected previous data
- new attributes of standardized labels for SSP regions, use functions, and structural construction types
  • Loading branch information
TomerFishman committed Nov 14, 2023
1 parent 0e63abe commit 350fa3b
Show file tree
Hide file tree
Showing 4 changed files with 2,359 additions and 609 deletions.
7 changes: 6 additions & 1 deletion README.md
@@ -1,10 +1,15 @@
# Material intensity database project :floppy_disk:

:fire: :new: New version 1.2 released (November 2023):
- Now over 900 datapoints
- Cleaned and revised data
- Standardized descriptor label attributes for SSP regions, building functions, and structural construction types

:rotating_light: **The Dataset Descriptor article has been released**: https://www.nature.com/articles/s41597-019-0021-x

Welcome to the Material Intensity Research Database!

This database contains data on material intensity of buildings, but can be extended for further infrastructure in the future. The initial database version was assembled (seeded) by Heeren and Fishman (submitted). The publication provides some analysis of the data and discusses a number of applications for the database.
This database contains data on material intensity of buildings, but can be extended for further infrastructure in the future. The initial database version was assembled (seeded) by Heeren and Fishman (2019). The publication provides some analysis of the data and discusses a number of applications for the database.

## Content

Expand Down
13 changes: 12 additions & 1 deletion codebook.csv
Expand Up @@ -71,4 +71,15 @@ urbanization_1,Country's urbanization rate at the end of the construction period
gdp_0,Real Gross Domestic Product of the country at the beginning of the construction period. Potential data source: https://www.rug.nl/ggdc/historicaldevelopment/maddison/releases/maddison-project-database-2018,2011 US$,integer value,None,NA or NULL - optional,FALSE
gdp_1,Real Gross Domestic Product of the country at the end of the construction period. Potential data source: https://www.rug.nl/ggdc/historicaldevelopment/maddison/releases/maddison-project-database-2018,2011 US$,integer value,None,NA or NULL - optional,FALSE
hdi_0,Country's Human Development Index at the beginning of the construction period. Potential data source: http://hdr.undp.org/en/indicators/137506,HDI,float,UN DESA,NA or NULL - optional,FALSE
hdi_1,Country's Human Development Index at the end of the construction period. Potential data source: http://hdr.undp.org/en/indicators/137506,HDI,float,UN DESA,NA or NULL - optional,FALSE
hdi_1,Country's Human Development Index at the end of the construction period. Potential data source: http://hdr.undp.org/en/indicators/137506,HDI,float,UN DESA,NA or NULL - optional,FALSE
R32,One of the 32 SSP regions,text,text [limited set of values],for allowed values see https://github.com/TomerFishman/MaterialIntensityEstimator/blob/main/data_input_and_ml_processing/dims_structure.xlsx,"""unspecified""",TRUE
R5.2,One of the 5 SSP macro-regions,,text [limited set of values],for allowed values see https://github.com/TomerFishman/MaterialIntensityEstimator/blob/main/data_input_and_ml_processing/dims_structure.xlsx,"""unspecified""",TRUE
function_type,Building usage function type - detailed,,text [limited set of values],for allowed values see https://github.com/TomerFishman/MaterialIntensityEstimator/blob/main/data_input_and_ml_processing/dims_structure.xlsx,"""unspecified""",TRUE
structure_type_subtype,Building structural construction type - detailed,,text [limited set of values],for allowed values see https://github.com/TomerFishman/MaterialIntensityEstimator/blob/main/data_input_and_ml_processing/dims_structure.xlsx,"""unspecified""",TRUE
energy_efficiency,Energy efficiency level,,text [limited set of values],for allowed values see https://github.com/TomerFishman/MaterialIntensityEstimator/blob/main/data_input_and_ml_processing/dims_structure.xlsx,"""unspecified""",TRUE
quantification_method,Quantification / estimation of the MI vales,,text [limited set of values],for allowed values see https://github.com/TomerFishman/MaterialIntensityEstimator/blob/main/data_input_and_ml_processing/dims_structure.xlsx,"""unspecified""",TRUE
function,Building usage function type - top-level,,text [limited set of values],for allowed values see https://github.com/TomerFishman/MaterialIntensityEstimator/blob/main/data_input_and_ml_processing/dims_structure.xlsx,"""unspecified""",TRUE
structure,Building structural construction type - top level,,text [limited set of values],for allowed values see https://github.com/TomerFishman/MaterialIntensityEstimator/blob/main/data_input_and_ml_processing/dims_structure.xlsx,"""unspecified""",TRUE
R5_32,"SSP region, combination of the macro-level and region",,text [limited set of values],for allowed values see https://github.com/TomerFishman/MaterialIntensityEstimator/blob/main/data_input_and_ml_processing/dims_structure.xlsx,"""unspecified""",TRUE
concrete2,sum of sand+cement if concrete is NA,kg per squaremeter of gross floor area,positive float numbers,Real number. https://en.wikipedia.org/wiki/Real_number,"""unspecified""",FALSE
old_id,old id from version 1.1 of the database,,integer value,,NA,TRUE

0 comments on commit 350fa3b

Please sign in to comment.