Replies: 2 comments 1 reply
This comment was marked as off-topic.
This comment was marked as off-topic.
-
I'm reopening this discussion outside of the scope of GSoC 2025 (@petrasovaa) so we can continue to discuss how to improve the grass.jupyter API to include layouts and plotting. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Here are some quick ideas for GRASS jupyter API integration with Matplotlib for GSoC 2025. The point of this is to show examples of how things could work.
This is not a fully worked out implementation/design.
Please share your thoughts and examples.
Example 1
Here is an example of creating a plot of mean flood depth overtime from a workshop.
Get the data
Create the figure with matplotlib
Proposed simplification
Example 2
Here is an example of a more complex layout from a webinar.
Overland flow depth map
Create a map for each output map and place the sample point
Create composite RGB map
Create line graph of flow depth at a point at simulation output intervals.
Create complex layout
Proposed simplification
Beta Was this translation helpful? Give feedback.
All reactions