-
Notifications
You must be signed in to change notification settings - Fork 9
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
[Use Case]: Geocoding, then linkage with a spatial indicator dataset based on temporal linkage criteria #311
Comments
Last week: address location/ location_history datasets
Address conventions have changed in US since early 80s, geocoder might not be able to process this (First street vs 1 St)
|
Geocoding test dataset
Vocabulary from EJI
Heuristics of choosing geocoder
How do we ensure all geocoders meet cybersecurity vulnerability requirements
|
Uma and Jim met with Polina a few weeks back, but still nee to follow up with the EJI variables that they need added to OMOP Vocabularies |
Description
I have a dataset (i.e., Environmental Justice Index, Rural-Urban Commuting Area Codes) that I want to use to represent the social-environmental factors (multiple columns). The ideal output is perhaps multiple mapping tables, but the main item should be a longitudinal table where each record is a person, the time-frame, and the place with its social-environmental factors.
The issue is that I have temporal information of where people lived, but they might move around, so I need to have their locations and location history mapped in a way that can spatially join with the spatial indicator dataset (and other spatial datasets). The linkages need to address the location history for the amount of time they were living in each place, where location histories prior to 2010 will be excluded from the linkage unless they lived in the same place continuously. This likely requires geocoding to take place for each place in the timeline, then linkages to be established to the dataset given by a time-constraint.
Infrastructure
This could technically be documented within the exposure_occurrence tables, and utilize the location history, geocoding, and dataset metadata attribute tables. How to execute the temporal linkage may need some structure. How to assess data quality from the space and time linkages might need some consideration (e.g., count of temporal changes by a person's location history, number of hub node locations, over and under representations).
Timeline
In the next 6-months by August 2024
Credit
Very open to discussing this. We can be active design and testing partners. We could provide sampled data of places of service to start the geocoding. Generating a report is something we can collaborate on as well. Generating a vignette about spatial-temporal linkage assumptions, design with a priori research questions, or limitations in the dataset variables interpretations and use.
Support
Table architecture and deliverable output structure and metadata is definitely something that my team would need help with.
Datasets of Interest
Environmental Justice Index, Rural-Urban Commuting Area, Area Deprivation Index
Depends On
No response
Tasks
The text was updated successfully, but these errors were encountered: