def append_predictor_variables(
country_code="NGA", country="Nigeria", lat="latnum", long="longnum", res=6
):
# TODO: Integrate satellite information to pipeline
# TODO: Include threshold to pipeline
sub = create_target_variable(country_code, lat, long, res)
name_out = "fb_train.parquet"
https://github.com/fitzgeraldja/stc_unicef_cpi/blob/63acc01927fb0015caa96c8356f990f733b017d6/src/stc_unicef_cpi/data/make_dataset.py#L56