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

Integrate CellularLayer and CellularSpace #899

Closed avancinirodrigo closed 8 years ago

avancinirodrigo commented 8 years ago

This issue depends on #898.

avancinirodrigo commented 8 years ago

@pedro-andrade-inpe, how it will be this integration?

pedro-andrade-inpe commented 8 years ago

Example:

cs = CellularSpace{
       project = "cellular_layer_basic.tview",
       layer = "Sampa"
}

print(#cs)
pedro-andrade-inpe commented 8 years ago

Arguments to be removed: database, host, password, port, theme, where, user. Add a new dbType: "proj". Remove dbTypes mdb and mysql.

avancinirodrigo commented 8 years ago

We could change dbType to source, it is clearest. The description of the dbType already imples to source.

data.dbType A string with the name of the data source. It tries to infer the data source
pedro-andrade-inpe commented 8 years ago

great!

avancinirodrigo commented 8 years ago

It missed some changes in C++.