You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when several vector maps are used as risk factors, the function distance_map() is called for each one. This function determines the region of interest by rasterising the map of epidemiological units.
This operation should be done once for all.
The text was updated successfully, but these errors were encountered:
I need to refactor this function. It should take the raster of the region of interest as input, rather than computing it within the function. Perform one operation, and do it well. Leave the rasterisation outside.
Currently, when several vector maps are used as risk factors, the function
distance_map()
is called for each one. This function determines the region of interest by rasterising the map of epidemiological units.This operation should be done once for all.
The text was updated successfully, but these errors were encountered: