geomarker-io / riseup_geomarker_pipeline

A Multi-Modal Geomarker Pipeline for Assessing the Impact of Social, Economic, and Environmental Factors on Pediatric Hospitalization
1 stars 0 forks source link

RISEUP geomarker pipeline overview figure #6

Closed cole-brokamp closed 1 year ago

cole-brokamp commented 1 year ago
graph TB

classDef E fill:#acd68e,stroke-width:1px;
classDef O fill:#c490ae,stroke-width:1px;
classDef U fill:#e8e8e8,stroke-width:1px;
classDef C fill:#67ccde,stroke-width:1px;
classDef CA fill:#67ccde,stroke:#333,stroke-width:2px,stroke-dasharray: 5 2;

address(residential address history) ---> dac(DeGAUSS address cleaning)
dac -- DeGAUSS geocoder --- geocode(geocoded coordinates)
dac -- DeGAUSS postal --- parcel(parcel identifier)
parcel -- merge in---- parcel_data(tax auditor databases,\nhousing code violations,\nhistory of hospitalization)

geocode -- geospatial intersection --- ct(census tract identifier)
ct -- merge in--- tract_data(tract-level data resources,\nincluding CoDEC)

geocode --- degauss(DeGAUSS geomarker library)
degauss --- greenspace
degauss --- traffic
degauss  --- pollution
degauss  --- hospital_access
cole-brokamp commented 1 year ago
graph TB

classDef id fill:#acd68e,stroke:#000,stroke-width:1px; %% green
classDef input fill:#c490ae,stroke:#000,stroke-width:1px; %% purple
classDef tool fill:#e8e8e8,stroke:#000,stroke-width:1px,stroke-dasharray: 5 2; %% grey
classDef data fill:#67ccde,stroke:#000,stroke-width:1px; %% blue

address(address):::input

address --- date(date related to address):::id
date ------> shared_exposure_series(weather, AQS,\npollen, mold,\nseasonality,\ninstructional days):::data

address --- ac(address\n cleaning, parsing,\n and normalization):::tool --- clean_address(cleaned and parsed address)

clean_address --- geocoding(geocoding):::tool --- geocode(geocoded coordinates):::id
clean_address --- am(exact address\nmatching):::tool --- parcel(parcel identifier):::id

parcel --- p_join(parcel id join):::tool --- parcel_data(tax auditor databases,\nhousing code violations,\nhistory of hospitalization):::data

geocode --- degauss(geomarker\nlibrary):::tool
degauss --- pd(point-level data resources, e.g.,\n greenspace, traffic,\n air pollution, hospital access):::data

geocode --- gi(geospatiotemporal\nintersection):::tool --- ct(census tract identifier):::id
ct --- st_join(spatiotemporal\njoin):::tool --- tract_data(tract-level data resources, e.g.,\nChild Opportunity Index,\n Material Deprivation Index):::data
cole-brokamp commented 1 year ago
%%{init: { "fontFamily": "arial" } }%%
graph TB

classDef id fill:#acd68e,stroke:#000,stroke-width:1px; %% green
classDef input fill:#c490ae,stroke:#000,stroke-width:1px; %% purple
classDef tool fill:#e8e8e8,stroke:#000,stroke-width:1px,stroke-dasharray: 5 2; %% grey
classDef data fill:#67ccde,stroke:#000,stroke-width:1px; %% blue

address(address):::input

address --- date(date related to address):::id
date ------> shared_exposure_series(weather, AQS,\npollen, mold,\nseasonality,\ninstructional days):::data

address --- ac(address\n cleaning, parsing,\n and normalization):::tool --- clean_address(cleaned and parsed address):::data

clean_address --- geocoding(geocoding):::tool --- geocode(geocoded coordinates):::id
clean_address --- am(exact address\nmatching):::tool --- parcel(parcel identifier):::id

parcel --- p_join(parcel id join):::tool --- parcel_data(tax auditor databases,\nhousing code violations,\nhistory of hospitalization):::data

geocode --- degauss(geomarker\nlibrary):::tool
degauss --- pd(point-level data resources, e.g.,\n greenspace, traffic,\n air pollution, hospital access):::data

geocode --- gi(spatial\nintersection):::tool --- ct(census tract identifier):::id
ct --- st_join(census tract id \n+ year join):::tool --- tract_data(tract-level data resources, e.g.,\nChild Opportunity Index,\n Material Deprivation Index):::data