gama-platform / gama.old

Main repository for developing the 1.x versions of GAMA
GNU General Public License v3.0
304 stars 99 forks source link

Enhancement: grid definition #804

Closed pcaillou closed 8 years ago

pcaillou commented 9 years ago
Describe which enhancement/addition to GAMA you would like to see:

I was wondering if grid definition could be enhanced, something like here

http://help.arcgis.com/en/arcgisdesktop/10.0/help../index.html#//00170000002q000000

Original issue reported on code.google.com by b.srirama on 2014-02-13 06:23:42

pcaillou commented 9 years ago
What features of ArcGis fishnet do you want to add to GAMA grids (because I am not sure
to know what is missing).

Original issue reported on code.google.com by patrick.taillandier on 2014-02-15 11:13:38

pcaillou commented 9 years ago
1. being able to define a cell size (square or rectangle)
2. being able to not to have to place it from 0,0 at the top left and being able to
place it between min (x,y) and max(x,y)

Original issue reported on code.google.com by b.srirama on 2014-02-15 11:19:37

pcaillou commented 9 years ago
(No text was entered with this change)

Original issue reported on code.google.com by patrick.taillandier on 2014-02-17 08:52:01

pcaillou commented 9 years ago
(No text was entered with this change)

Original issue reported on code.google.com by gama.platform on 2014-04-06 09:40:48

pcaillou commented 9 years ago
(No text was entered with this change)

Original issue reported on code.google.com by gama.platform on 2014-04-06 09:53:02

pcaillou commented 9 years ago
It is now possible to define the height and width of the cells of a grid:
grid cell cell_width: 10.0 height: 10.0;

of even use a hybrid definition of grid:
grid cell cell: 100 height: 10.0;

Original issue reported on code.google.com by patrick.taillandier on 2015-05-27 06:47:55

AlexisDrogoul commented 8 years ago

The first enhancement has been addressed long ago, and the second one requested make it a duplicate of gama-platform/gama2#2 (changing the location of grids). I close this issue.