Replies: 1 comment 1 reply
-
hello, what is your problem to make the image visible exactly ? Are you using the image layer ? If you need your image to change during simulation you can use the facet |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to display preprocessed raster data "behind" the actual simulation? I already have implemented a simulation on a graph network. But for visualization i want to display raster images at specific timeranges. Right now my raster images are georeferenced GEOTIFFs but I could vary the data source format
I already found some possibilities to read in Images, but I seem to struggle to make it visible.
Thank you in advance!
btw:
I also tried to test it with my grid saved in a csv file with the code from
https://gama-platform.org/wiki/GridSpecies#grid-from-a-matrix
But still i can't see any visual grid. (Reading it in works atleast, since the values are printed and i can also inspect it when i start my sim)
Beta Was this translation helpful? Give feedback.
All reactions