-
Notifications
You must be signed in to change notification settings - Fork 0
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
#feature: Create a Generalized Linkage Script #22
Comments
@J-glove I've successfully completed building the scripts, and they are running smoothly for UCR and CACES. However, we might have to double-check the accuracy of the results and verify them with the remaining exposome datasets. |
|
No need to push upstream. @chengrong-us still needs to verify accuracy and execution of remaining exposome datasets. Push upstream once results are verified. Suggestion: Make a script to run each dataset against the linkage script and save the result. @allfires will provide location of linkage ready datasets on the exposome server to @chengrong-us. |
|
Due to Chengrong's description of arisen issues, we will move on to those bug tickets and move this to backlog. |
@J-glove Fixed HUD bugs. |
@chengrong-us , Now that the walkability index script is corrected, please attempt to run this script on WI. This is more important than the initial driver script. (#32) @allfires, Please regenerate the new WALKABILITY file for Chengrong to test, notify him when it is finished. |
@J-glove there are still issues in WI preprocessing. It seems that the inconsistency between GEOID10 (e.g., '120910000000') in formatted dataset and the GEOID10 (e.g., '120299701021') in the buffer. The GEOID in formatted dataset might be county level or truncated instead of block group level. |
It seems that this ticket is now blocked by issues in the preprocessing pipeline. Walkability has issues per @chengrong-us and ACAG formatter it not made yet as of 10/08/24. This ticket will be moved to backlog not ready. |
@J-glove the preprocessing and linkage scripts works well against WI. |
Per @chengrong-us , the verification of this script is blocked by development of acag and cbp datasets. |
@chengrong-us , using the script you wrote "linkage_ucr_sql.py" as a guide, develop of a linkage script which does not depend on the exposome data.
For now - it does NOT need to read from SQL.
You can write it to read the data from a file.
The text was updated successfully, but these errors were encountered: