TerraME / terrame

TerraME is a programming environment for spatial dynamical modelling
www.terrame.org
GNU Lesser General Public License v3.0
36 stars 13 forks source link

Change CellularSpace attribute names related row/col #912

Closed avancinirodrigo closed 8 years ago

avancinirodrigo commented 8 years ago

TerraME uses x/y concept, but some attributes as maxRow/maxCol use matrix definition, those names are inconsistent. Change no xMax, yMax, xMIn and yMin.

avancinirodrigo commented 8 years ago

Question @pedro-andrade-inpe : In documentation col represents y and row represents x. would it not be the contrary?

-- @output maxCol The maximum value of the attribute y of its Cells.
-- @output maxRow The maximum value of the attribute x of its Cells.
-- @output minCol The minimum value of the attribute y of its Cells.
-- @output minRow The minimum value of the attribute x of its Cells.
pedro-andrade-inpe commented 8 years ago

Col is x and row is y.