Repast / repast4py

Git repository for Repast for Python development
Other
51 stars 4 forks source link

Add filtering for projection queries #23

Open ncollier opened 2 years ago

ncollier commented 2 years ago

Add filtering for projection queries - for example, when getting all the agents at a location and being able to filter the output on agent type. Given that the returns value is an iterable, we should be able to avoid a double iteration of the results -- one to get, and one to filter. Iterable is in C++ though.