mesa-geo
mesa-geo copied to clipboard
GIS Extension for Mesa Agent-Based Modeling
**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...
Unfortunately with my current job, I am always behind so this is not very clean or optimized however this integrates jupyter_viz into mesa_geo Please also see [mesa-examples pull request for...
this is an attachment of the script [mesa_geo_tutorial.txt](https://github.com/projectmesa/mesa-geo/files/14596526/mesa_geo_tutorial.txt) this is a screenshot of the error [error_mesa_geo_tutorial](https://github.com/projectmesa/mesa-geo/assets/53237071/0d88755c-1b6e-48ae-8407-48483c5d32b0) Good evening, currently, I am doing the tutorial for Mesa-geo using Spyder. When I...
Mesa-geo only includes one very small test so far. We need more tests for the different functions of GeoSpace.
**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...
Has anyone succeeded in installing mesa-geo on Windows 10? I have tried both methods suggested, in Anaconda. HEre's the error message: ERROR: Command errored out with exit status 1: command:...
### 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...