Skip to content

Commit

Permalink
Merge pull request #36 from lifecycle-project/fix/urban_ath_1_0
Browse files Browse the repository at this point in the history
Fix/urban ath 1 0
  • Loading branch information
erikzwart authored Apr 25, 2023
2 parents d28dbe2 + ad32375 commit 00083c2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions changelogs/URBAN_ATH_DICTIONARY_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ We define here in what versions of the data dictionaries contains which tables
| mother_id | text | Unique identifier number for the mother |
| child_id | text | Unique identifier number for the index child |
| age_trimester | integer | Age of the child in trimesters |
| urb_area_id | categorical | unique identifier for the urban area |
| urb_area_id | integer | unique identifier for the urban area |
| ath_no2_t | decimal | no2 average value (extrapolated back in time using ratio method) during trimester |
| ath_no2elp_t | decimal | no2 elapse average value (extrapolated back in time using ratio method) during trimester |
| ath_nox_t | decimal | nox average value (extrapolated back in time using ratio method) during trimester |
Expand Down Expand Up @@ -318,7 +318,7 @@ We define here in what versions of the data dictionaries contains which tables
| row_id | integer | Unique identifier for the row in Opal |
| child_id | text | Unique identifier for the child |
| age_years | integer | Age of child in years |
| urb_area_id | categorical | unique identifier for the urban area |
| urb_area_id | integer | unique identifier for the urban area |
| urb_deg_ | integer | Urban degree as classified by GHS-SMOD |
| ath_no2_ | decimal | no2 average value (extrapolated back in time using ratio method) during # year (># year and <=#+1 year) |
| ath_no2elp_ | decimal | no2 elapse average value (extrapolated back in time using ratio method) during # year (># year and <=#+1 year) |
Expand Down
Binary file modified dictionaries/urban_ath/1_0/1_0_non_rep.xlsx
Binary file not shown.
Binary file modified dictionaries/urban_ath/1_0/1_0_trimester_rep.xlsx
Binary file not shown.
Binary file modified dictionaries/urban_ath/1_0/1_0_yearly_rep.xlsx
Binary file not shown.

0 comments on commit 00083c2

Please sign in to comment.