Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
erikzwart committed Aug 7, 2023
1 parent 52ed043 commit 93d2608
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions changelogs/URBAN_ATH_DICTIONARY_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,35 @@ We define here in what versions of the data dictionaries contains which tables

#### General changes

*non-repeating variables*

**Changed variables**

| Variable | Type | Description |
| ----------------| ----------- | --------------------------------------------- |
| ath_blueyn300_preg | binary | is there a blue space > 5,000 m2 in a distance of 300 m? at pregnancy |
| ath_greenyn300_preg | binary | is there a green space > 5,000 m2 in a distance of 300 m? at pregnancy |
| ath_blueyn300_0 | boolean | is there a blue space > 5,000 m2 in a distance of 300 m? at birth |
| ath_greenyn300_0 | boolean | is there a green space > 5,000 m2 in a distance of 300 m? at birth |

*trimester-repeated variables*

**Changed variables**

| Variable | Type | Description |
| ----------------| ----------- | --------------------------------------------- |
| ath_blueyn300_t | binary | is there a blue space > 5,000 m2 in a distance of 300 m? at trimester |
| ath_greenyn300_t | binary | is there a green space > 5,000 m2 in a distance of 300 m? at trimester |

*yearly-repeated variables*

**Changed variables**

| Variable | Type | Description |
| ----------------| ----------- | --------------------------------------------- |
| cohort_id | integer | Unique identifier for the cohort |
| ath_blueyn300_ | binary | is there a blue space > 5,000 m2 in a distance of 300 m? at # year |
| ath_greenyn300_ | binary | is there a green space > 5,000 m2 in a distance of 300 m? at # year |
| ath_blueyn300_ | boolean | is there a blue space > 5,000 m2 in a distance of 300 m? at # year |
| ath_greenyn300_ | boolean | is there a green space > 5,000 m2 in a distance of 300 m? at # year |

#### Additional variables

Expand Down

0 comments on commit 93d2608

Please sign in to comment.