-
Notifications
You must be signed in to change notification settings - Fork 2
Adding an operator to locate on agents? #8
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hi,
I think it might be useful for population generation to add an operator to allow localization on an agent or agentset (previously created). Thus, like localize on_geometries which allows to indicate a shapefile for nest, we would have a kind of localize_on_agents operator.
Some examples of application:
pop_gen <- pop_gen localize_on_agents (houses)
pop_gen <- pop_gen localize_on_agents (parcels where (each.is_free = true))
pop_gen <- pop_gen localize_on_agents (one_of (my_parcel.cells_inside where (each.type = soil))
Best regards,
Romain
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request