mesa-geo
GIS extension for the Mesa agent-based modeling framework in Python
GIS extension for the Mesa agent-based modeling framework in Python
To install this package, run one of the following:
Mesa-Geo implements a GeoSpace that can host GIS-based GeoAgents, which are like normal Agents, except they have a geometry attribute that is a Shapely object and a crs attribute for its Coordinate Reference System. You can use Shapely directly to create arbitrary geometries, but in most cases you will want to import your geometries from a file. Mesa-Geo allows you to create GeoAgents from any vector data file (e.g. shapefiles), valid GeoJSON objects or a GeoPandas GeoDataFrame.
Summary
GIS extension for the Mesa agent-based modeling framework in Python
Last Updated
Mar 29, 2024 at 17:47
License
Apache-2.0
Supported Platforms
GitHub Repository
https://github.com/projectmesa/mesa-geoDocumentation
http://mesa-geo.readthedocs.org/en/main/