In #3706 and #3781 several of us made assumptions about how soilgrids_ic_process was intended to work based on how other functions whose names end in _process, which typically are called by the do.conversions workflow and passed a single-site settings object. But soilgrids_ic_process is an intentionally multisite wrapper that's explicitly designed to fetch data for all sites at once. It may be worth renaming to make this distinction. Possibly something like soilgrids_ic_fetch_batch? Better ideas welcome, as are thoughts on how the naming system should work for these kinds of prep functions.
In #3706 and #3781 several of us made assumptions about how
soilgrids_ic_processwas intended to work based on how other functions whose names end in_process, which typically are called by the do.conversions workflow and passed a single-site settings object. But soilgrids_ic_process is an intentionally multisite wrapper that's explicitly designed to fetch data for all sites at once. It may be worth renaming to make this distinction. Possibly something likesoilgrids_ic_fetch_batch? Better ideas welcome, as are thoughts on how the naming system should work for these kinds of prep functions.