Wang Boyu
Wang Boyu
**What's the problem this feature will solve?** Store and draw the trajectories of agents in real time, for grid space and continuous space. **Describe the solution you'd like** Not entirely...
**What's the problem this feature will solve?** The current way of defining custom portrayals for agents is through a function, for example: https://github.com/projectmesa/mesa/blob/478a66b05e7a96ba86c7abe41c555a18a889fa54/examples/sugarscape_cg/sugarscape_cg/server.py#L9-L31 There are nested if-else statements checking for...
**What's the problem this feature will solve?** Mesa v2.1 has introduced a `mesa.experimental` namespace that contains `JupyterViz` for model visualization in Jupyter notebooks (see https://github.com/projectmesa/mesa/pull/1698 and https://github.com/projectmesa/mesa/pull/1726). It would be...
We had two separated files, `setup.cfg` and `pyproject.toml` because some fields were marked as experimental back when they were created: https://github.com/projectmesa/mesa-geo/pull/54#issuecomment-1093635010. Now that Mesa uses only `pyproject.toml`, it would be...
**What's the problem this feature will solve?** The current implementation of `RasterLayer` includes copies of some methods from `mesa.space.Grid` (see https://github.com/projectmesa/mesa-geo/issues/120), making it difficult to maintain. **Describe the solution you'd...
**What's the problem this feature will solve?** Demonstrate common features in mesa-geo through a step-by-step tutorial **Describe the solution you'd like** Have a tutorial similar to mesa's [introductory tutorial](https://mesa.readthedocs.io/en/stable/tutorials/intro_tutorial.html), but...
**What's the problem this feature will solve?** This feature will add a legend, which is a common element of a map. **Describe the solution you'd like** See examples from [Interactive...
### Discussed in https://github.com/projectmesa/mesa-geo/discussions/136 Originally posted by **merrygin** February 15, 2023 I would like to display agents on a world map but only need a zoomed in part of it...
`mesa startproject` starts scaffolding a new mesa project with example `Agent` and `Model` classes. Would be easier for users to be able to do the same for mesa-geo projects, i.e.,...
**What's the problem this feature will solve?** 1. Load/save raster cell values directly from/to files. 2. Get random coordinates within cells based on cell coordinates. In situations like population in...