-
I have worked through the predator/prey tutorial and made a start on Road Traffic. I download the various files from here: https://github.com/gama-platform/gama.old/tree/GAMA_1.9.2/msi.gama.models/models/Tutorials/Road%20Traffic/includes - this includes 12 files 3 x shp, 3 x dbf , 3 x prj and 3 x shx - to the includes folder set up when I stared the new project. Even using the code provided I keep getting an error message and the gis data does not load. The error message appears when I try to run the experiment; '2 occurrences in 2 agents at cycle 0: Java error: runtime exception....' The cursor sits on the code starting 'geometry shape...' The code I've used (giving up on my own version) is download from github and is:
Any help appreciated. K |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Since posting I have dragged the files packaged in with GAMA (form the tutorials folders) into my project's includes file and now the experiment works fine. I also tried loading the files downloaded from GASA's github page into QGIS and they also showed an error. Is it possible the files provided by GAMA are corrupted? |
Beta Was this translation helpful? Give feedback.
-
Hello @kmamor, |
Beta Was this translation helpful? Give feedback.
-
Hi. It is more than probably the way you download individual files that causes this issue. I would strongly recommend to use git to download / maintain these files, which would also allow you to remain up to date. If you're reluctant (like me ^^) in using the command line version, you can have a try at GitHub Desktop, which works really well on all platforms. Once installed, you go back to the root of the repository (in your case https://github.com/gama-platform/gama.old/tree/GAMA_1.9.2) and, in the dropdown menu |
Beta Was this translation helpful? Give feedback.
Since posting I have dragged the files packaged in with GAMA (form the tutorials folders) into my project's includes file and now the experiment works fine.
I also tried loading the files downloaded from GASA's github page into QGIS and they also showed an error. Is it possible the files provided by GAMA are corrupted?