Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed issues #190, #165, #204 & #163 #208

Merged
merged 10 commits into from
Nov 3, 2023

Conversation

LiekeMeijer
Copy link
Contributor

- Finished the correct standardization procedure for the SVI #190
- Created extra column in exposure data with the highest scoring domain #165
- Automated the process of downloading block group shapefiles on the county scale and linking them to the block group data and removing having to download the shapefiles manually #204
- Created the set up to grab equity data, save that data with geometry data + created a test
hydromt_fiat/fiat.py Outdated Show resolved Hide resolved
hydromt_fiat/workflows/equity_data.py Outdated Show resolved Hide resolved
hydromt_fiat/workflows/equity_data.py Outdated Show resolved Hide resolved
hydromt_fiat/workflows/equity_data.py Outdated Show resolved Hide resolved
self.block_groups["GEO_ID"] = "1500000US" + self.block_groups['STATEFP' + code].astype(str) + self.block_groups['COUNTYFP' + code].astype(str) + self.block_groups['TRACTCE' + code].astype(str) + self.block_groups['BLKGRPCE' + code].astype(str)


def merge_svi_data_shp(self):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change function name

Copy link
Contributor Author

@LiekeMeijer LiekeMeijer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems done

@frederique-hub frederique-hub merged commit 2783dfe into main Nov 3, 2023
1 check passed
@frederique-hub frederique-hub deleted the #190-correct-standardize-svi branch November 3, 2023 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants