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

Ambos lados da revisão anterior Revisão anterior
Próxima revisão
Revisão anterior
Próxima revisão Ambos lados da revisão seguinte
software:art-dev [2008/11/12 23:51]
pedro
software:art-dev [2008/11/13 13:30]
pedro
Linha 48: Linha 48:
  
 **Pedro: a função getGeometry é da classe aRTgeometry,​ e não da classe aRTlayer. A classe aRTlayer tem os métodos getPoints, getPolygons e getLines. Isto porque um aRTlayer suporta mais de um tipo de geometria, enquanto que um aRTgeometry possui apenas uma geometria. A documentacao de getSetOperation estava errada, e já foi substituida para getSetMetric(layer,​ "​union"​).** **Pedro: a função getGeometry é da classe aRTgeometry,​ e não da classe aRTlayer. A classe aRTlayer tem os métodos getPoints, getPolygons e getLines. Isto porque um aRTlayer suporta mais de um tipo de geometria, enquanto que um aRTgeometry possui apenas uma geometria. A documentacao de getSetOperation estava errada, e já foi substituida para getSetMetric(layer,​ "​union"​).**
- 
  
  
Linha 65: Linha 64:
  
 ====SQLite Driver ==== ====SQLite Driver ====
- +  ​**Aborted** due to syntax constraints. It does not support all the SQL commands TerraLib needs (left join, right join).
-  ​SQLite ​does not support all the SQL commands TerraLib needs (left join, right join).+
   * [[software:​art:​driver_sqlite|Discussions]] about the implementation of a TerraLib driver for SQLite.   * [[software:​art:​driver_sqlite|Discussions]] about the implementation of a TerraLib driver for SQLite.
  
Linha 90: Linha 88:
 ===== To Do List ===== ===== To Do List =====
  
-=== To be fixed: scripts revised === 
-  - ''​ID''​ vs ''​id''​ : lower vs upper case problem. When retrieving data with ''​getPoints()''​ we have ''​ID''​ for column names whereas ''​id''​ for ''​getData()''​. Example (na guaja): <code R> 
-con <- openConn() 
-db <- openDb(con, "​parana"​) 
-l <- openLayer(bd,​ "​dados"​) 
-pts <- getPoints(l) 
-tb <- openTable(l,​ "​t_dados"​) 
-dt <- getData(tb) 
-colnames(pts) 
-colnames(dt) 
-</​code>​ 
 === 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 +  - 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).
  
 === Temporal Tables === === Temporal Tables ===
Linha 150: Linha 136:
 3 261160605055 ​ http://​www.leg.est.ufpr.br/​~paulojus/​aviDengue/​gamCFP.avi 3 261160605055 ​ http://​www.leg.est.ufpr.br/​~paulojus/​aviDengue/​gamCFP.avi
 </​code>​ </​code>​
 +
 +o problema é que as tabelas de media exigem que ambos object id e media name sejam uma chave composta.
  
 === Miscelaneous === === Miscelaneous ===
Linha 165: Linha 153:
  
 === an old agenda === === an old agenda ===
-  - drivers para outros bancos 
   - opcao para compilar sem banco   - opcao para compilar sem banco
-  - estudar como ficam opcoes para bancos no configure 
-  - outras coisas???? (facilitar,​geracao de relatorios html, etc?) 
  
 ===== Links ===== ===== Links =====

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