-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gis: update three examples to use solara viz #226
gis: update three examples to use solara viz #226
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Thanks voor working on this!
It depends on projectmesa/mesa-geo#254 to be released
I think we can release a new pre-release right now, right? Do you need any help with that?
Yes! A new pre-release would be great. Would you like to make one? Or else I could find some time to do it too. |
I published v0.9.0 alpha 1: https://github.com/projectmesa/mesa-geo/releases/tag/v0.9.0a1 |
Thanks @EwoutH! Appreciate it. This PR is ready now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for this, looks great!
This PR updates the remaining three gis examples to use Solara viz, partly addressing projectmesa#154. It depends on projectmesa/mesa-geo#254 to be released, as these examples use raster layers. Also made some small adjustments in ordering components to account for the grid layout, instead of the previous column layout in Solara viz.
This PR updates the remaining three gis examples to use Solara viz, partly addressing #154. It depends on projectmesa/mesa-geo#254 to be released, as these examples use raster layers.
Also made some small adjustments in ordering components to account for the grid layout, instead of the previous column layout in Solara viz.
Failed tests in agents_and_networks example should be fixed by projectmesa/mesa#2368.