Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
erikzwart committed Apr 25, 2023
1 parent 26caa97 commit ad32375
Showing 1 changed file 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

0 comments on commit ad32375

Please sign in to comment.