-
Notifications
You must be signed in to change notification settings - Fork 7
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
Climate change and health - precipitation and healthcare provision #1485
Draft
RachelMurray-Watson
wants to merge
191
commits into
master
Choose a base branch
from
rmw/climate_change_health
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…then gridded over this graph in (1x1 degrees), which will be used as a reference for climate data retrieval. Have additionally loaded in facilities from the ResourceFile_Master_Facilities_List, and mapped them onto specific districts (from the ResourceFile_mwi_admbnda_adm2_nso_20181016 shap file)
…ue to lack of clarity on data distributions
…hich grid cell each facility falls into
… to folder. NB - can only work for ssp1_1_9, as there are different models available for each ssp so need to collate. Also produces zipped files
…etCDF files NB - can only work for ssp1_1_9 at the moment
extracted into areas of interest. from 2000-2024, but only really reliable after 2011
…here are many "duplicates" # in facilities_with_districts_shap_files (as each facility is paired with any matching grid) # removing the duplicates PENDING a better system (e.g. assigning based on size)
…care facilities, as a different gridding system is used. Though I requested the netCDF the max/min x/y coordinates for Malawi, I suppose they were rounded up/down to (e.g., from the NetCDF file, the lowest latitude is -16 ish, but from the Shap file it should be -17). SO have regrided Malawi/reassign facilities based on the NetCDF file.
Dropped first column which has index of months/years
"Nkhatabay" as "Nkhatabay"
Also allowed for 2024 in analysis, so can get lag years
… region, which suddenly has > 20,000 birth disruptions)
…arity and improvied predictions
…arity and improvied predictions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Branch that investigates the effect of changes in precipitation patterns - caused by climate change - on the provision of healthcare services.
Steps:
Using SHAP files, grid Malawi into 1degree-by-1degree squares
Associate facilities reported in ResourceFile_Master_Facilities_List with a grid (which will be used to provide location semi-specific climate projections)
Download projected weather patterns from each available model for 2015 - 2100 (daily: historical data can be monthly). Initial plan: three SSPs (SSP1 - 1.9, SSP2-4.5 (current path), and SSP5 - 8.5) https://cds.climate.copernicus.eu/datasets/projections-cmip6?tab=download
Aggregate daily precipitation across all models (median is usual metric)
Download historical monthly precipitation data for Malawi from https://cds.climate.copernicus.eu/datasets/reanalysis-era5-single-levels-monthly-means?tab=overview (probably 2011 - 2024, as this period has good reporting from healthcare facilities)
Download historical reporting patterns of facilities from DHIS2 (initially just central facilities)
Associate reporting facilities with grid on map
Association between historical precipitation events and reporting of facilities
Issues so far...
No specific data for location of facilities.-
Could use the largest intersecting area, but for some the intersections could be evenly divided between >2 grid squares.-
Could randomly assign a grid square that is known to overlap with the region. WILL DO THIS but then leads to issue of small overlaps are as likely to lead to grid square being chosen as larger ones.Now DO have locations for most facilities, but may still need random assignation if no direct match can be made.Very weak association between historical precipitation and reporting... Could improve by curtailing data but loose many data points.
HOWEVER, have not accounted for the fact that there can be serious knock-on events. Precipitation may temporarily remove access, but also destroy buildings (see https://www.manaonline.gov.mw/index.php/the-star/item/4099-phalombe-health-centre-re-opened-for-operation). In DHIS2, these are returning "0" for % reporting, so even though there may be no rain, they are still not operating as usual.
#################
So, instead of looking at total monthly rainfall, could instead look at daily maximums... ERA5 reanalysis data is now available (published 14/10/2024).
Issues part 2:
#################
Reporting metric is slightly obtuse - don't have a good sense of e.g. what a drop in reporting means for a facility level. Excellent suggestion to look at ANC data, as is more interpretable and perhaps more stable than other metrics.
Download HMIS Total Antenatal Visits from DHIS2
Run regression again with ANC and daily maximum (and/or monthly data)
Start projecting forward - perhaps days with projected disruptions?
################## 21.11.24
Downloaded CHIRPS and TAMSAT data. There is no very strong agreement between the three (some outliers for all), but ERA5 and CHIRPS have better agreement than TAMSAT and the others.
################## December 2024