Growing an ABM Ecosystem #1158
Replies: 3 comments 5 replies
-
excited to see the work go forward -- this is awesome stuff -- my only concern with these is that is doesn't allow for anyone to feel like they have ownership -- it needs to be a site off of github where people can self register for that... like how Django Packages does it -- https://djangopackages.org/ |
Beta Was this translation helpful? Give feedback.
-
Would it make sense to integrate Mesa Data as built-in datasets? For example GeoPandas has some built-in datasets so that you can do the following to easily load them: geopandas.read_file(gpd.datasets.get_path('naturalearth_cities')) Similarly in Seaborn: seaborn.load_dataset("fmri") This is a similar idea to #1228. |
Beta Was this translation helpful? Give feedback.
-
@wang-boyu I like that idea, but it should still be an additional download at the very least. |
Beta Was this translation helpful? Give feedback.
-
I have been researching the idea of what a simulation ecosystem would look like to make it easy to use for rapid simulation development.
To that end I have built two prototype repositories:
Mesa Data
Mesa Behaviors
Working with some collaborators we also wrote an article that was picked up by Simulation: Growing the simulation ecosystem: introducing Mesa Data to provide transparent, accessible, and extensible data pipelines for simulation development also available from arXiv
Beta Was this translation helpful? Give feedback.
All reactions