ptaillandier
ptaillandier
**Is your request related to a problem? Please describe.** The only geographic generalization algorithm provided by GAMA is Douglas Peuker. It could be interesting to add more complex generalization algorithms...
**Describe the bug** Test the following expression: write "333%444" split_with "%%"; It should returns a list composed of only one element ["333%444"]. Instead GAMA returns ['333','444'] **Desktop (please complete the...
**Is your request related to a problem? Please describe.** Add the possibilities to export geometries into a [stl ](https://en.wikipedia.org/wiki/STL_(file_format))file - this type of file is the one used for 3D-printing
**Is your request related to a problem? Please describe.** the code of the Moving3D skill should be improved (lot of unnecessary lines of code).
I will like to have the possibility to define as listened events: - right-click on the mouse - combination of listened events: mouse click + one key pressed for example.
**Is your request related to a problem? Please describe.** We are using org.geotools.geojson.feature.FeatureJSON which is deprecated (in the save statement at least). We should replace it.
In GAMA, an experiment is an agent and as other agents can have attributes and actions. A powerful way to improve the simulation experience and possibility (in particular for participatory...
For the moment, the input data (boundary shapefile) should use a geographic CRS (e.g. WGS84) or pseudo mercator. For example, It works not so well with UTM48N.
To help people to understand what happens in the model (and the behavior of people), it will be nice to have a way to see the current hour of the...
For the moment, there is just an activity "a_trade" that concerns only buildings that are not in the world (i.e. not overlapping the world). I will be more realistic to...