Não foi possível enviar o arquivo. Será algum problema com as permissões?
Diferenças

Diferenças

Aqui você vê as diferenças entre duas revisões dessa página.

Link para esta página de comparações

Próxima revisão
Revisão anterior
software:art-dev:todo [2008/11/22 17:31]
pedro criada
software:art-dev:todo [2009/10/18 16:12] (atual)
pedro
Linha 1: Linha 1:
 ====== To Do List ====== ====== To Do List ======
 +
 +=====plot(db)=====
 +
 +  plot(db)
 +  plot(db, "​viewname"​)
 +  plot(db, "​viewname",​ separateThemes=T)
 +  plot(db, layers=TRUE)
 +
 +It creates an MxN (using par(mfcol(lenght(views)/​sqrt(length(views)),​ sqrt(length(views))])window and plot each view separately.
 +To do so, we need the following functions:
 +
 +  - getSlices(theme)
 +  - getVisual(theme) working correctly
 +  - getThemes(db,​ "​view"​)
 +  - plot(theme) using getVisual as default
 +=====setVisual()=====
 +
 +It only works once. Give the possibility to change the visual.
  
 ===== Bugs ====== ===== Bugs ======
   - shapefile: great chance to have a bug when '​object_id'​ is a column of real numbers. Perhaps a warning?   - shapefile: great chance to have a bug when '​object_id'​ is a column of real numbers. Perhaps a warning?
-  - when creating themes with more than one table, the last attribute of the tables but the first disappear. Probably it thinks the table has less attributes it really has, because of the object_id that joins the tables. And it removes another attribute instead of obj_id +  - when creating themes with more than one table, the last attribute of the tables but the first disappear. Probably it thinks the table has less attributes it really has, because of the object_id that joins the tables. And it removes another attribute instead of obj_id.
-  - Polygonos with holes still do not work very well.+
   - bug creating themes, but when trying again it works (problem with SAUDAVEL database).   - bug creating themes, but when trying again it works (problem with SAUDAVEL database).
   - when adding/​reading data to a table, do not fill missing values (NA).   - when adding/​reading data to a table, do not fill missing values (NA).
Linha 31: Linha 48:
  
 media tables are now (terralib 3.2) part of terraview. Put the access to the following functions: media tables are now (terralib 3.2) part of terraview. Put the access to the following functions:
- 
  
 terralib/​terraView/​TeApplicationUtils.h terralib/​terraView/​TeApplicationUtils.h
Linha 41: Linha 57:
 bool updateMediaDescription(TeDatabase* db, const string& mediaName, const string& mediaTable, const string& desc); bool updateMediaDescription(TeDatabase* db, const string& mediaName, const string& mediaTable, const string& desc);
 </​code>​ </​code>​
- 
  
 existe um erro nas tabelas de media, mas ainda nao sei se o erro é do aRT ou da TerraLib, ou se é apenas uma decisao de projeto da terralib. acontece que não é possivel repetir o nome da url nas tabelas (assim como o id nao pode ser repetido). o erro ocorre quando voce tenta adicionar o terceiro elemento do data.frame, que tem media_name igual ao do segundo elemento. existe um erro nas tabelas de media, mas ainda nao sei se o erro é do aRT ou da TerraLib, ou se é apenas uma decisao de projeto da terralib. acontece que não é possivel repetir o nome da url nas tabelas (assim como o id nao pode ser repetido). o erro ocorre quando voce tenta adicionar o terceiro elemento do data.frame, que tem media_name igual ao do segundo elemento.
Linha 55: Linha 70:
  
 ===== Miscelaneous ===== ===== Miscelaneous =====
 +  - opcao para compilar sem banco
   - selecting attributes when creating themes   - selecting attributes when creating themes
   - getLastID ou getBiggerID (or something like that), only when using ID as integers (to Elias).   - getLastID ou getBiggerID (or something like that), only when using ID as integers (to Elias).
Linha 62: Linha 78:
   - incorporar importDynTable() no aRT da melhor forma e considear uns comentario que deixei no script. Qaundo estiver td certo e com certeza de estar funcionando a gente "​enxuga"​ o script   - incorporar importDynTable() no aRT da melhor forma e considear uns comentario que deixei no script. Qaundo estiver td certo e com certeza de estar funcionando a gente "​enxuga"​ o script
   - querier for raster data?   - querier for raster data?
-  - colocar um relatorio no final da instalacao do aRT, e colocar uma funcao com este mesmo relatorio no pacote. 
-  - colocar a variavel ambiente dentro da funcao de carregar o aRT, e colocar isto no configure para alterar automaticamente 
   - apagar conceptualmodel da funcao de criar banco, e ver se funciona corretamente   - apagar conceptualmodel da funcao de criar banco, e ver se funciona corretamente
   - deleteColumn()   - deleteColumn()
- 
-===== an old agenda ===== 
-  - opcao para compilar sem banco 
  

QR Code
QR Code software:art-dev:todo (generated for current page)