mesa-geo icon indicating copy to clipboard operation
mesa-geo copied to clipboard

GIS Extension for Mesa Agent-Based Modeling

Results 21 mesa-geo issues
Sort by recently updated
recently updated
newest added

`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.,...

enhancement
sprint

We want to make sure that this repo matches the practices of https://github.com/projectmesa/mesa. Here is a checklist. I am sure I forgot things, so please add them as you see...

**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...

enhancement

**What's the problem this feature will solve?** Currently if the users would like to find the min/max cell based on certain criteria, they'll have to it manually like this: ```python...

enhancement

### Discussed in https://github.com/projectmesa/mesa-geo/discussions/64 Originally posted by **joshuashakya** April 28, 2022 I am using mesa-geo for a project but am unable to change the shape of the GeoAgent using portrayal,...

enhancement

Hi Can you give some tips on how to improve step performance for a large scale simulation? Regards /Imran

question

If I try to debug a mesa-geo application in PyCharm on Windows ... for the line ` tornado.ioloop.IOLoop.current().start()` in ModularViualization.py I get: ``` C:\python_env\App\PyCharm\..\..\App\WinPython\python-3.10.2.amd64\python.exe C:\python_env\App\PyCharm\plugins\python-ce\helpers\pydev\pydevd.py --multiproc --qt-support=auto --client 127.0.0.1 --port...

Going through the tutorial in README, there's a small error that that took me a bit of investigating to figure out, so maybe it's worthwhile to correct. I'm happy to...

Based on the discussions in projectmesa/mesa#513, we should use established libraries for data manipulation and querying and not try to ship own versions. My idea would be to base the...

This PR: - removes `GeoJupyterViz` and `LeafletViz`, hence partly addresses https://github.com/projectmesa/mesa-geo/pull/199#issuecomment-2041764285 by removing code duplicated from Mesa - adds a method `make_geospace_leaflet` for the [new SolaraViz api](https://github.com/projectmesa/mesa/pull/2263) in Mesa, as...

enhancement