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
software:art-dev [2008/11/22 17:27]
pedro
software:art-dev [2009/12/21 14:36] (atual)
pedro
Linha 1: Linha 1:
-===== aRT Development Page ==== +====== aRT Development Page ======
-Team: [[pessoais:​pedro|Pedro]],​ [[pessoais:​paulojus|PJ]],​ Eduardo Sant'​ana+
  
-This is a development page, with ongoing work and future functionalities for the package. For a description of aRT see the [[http://​www.leg.ufpr.br/​aRT|webpage]].+  * Team: [[pessoais:​pedro|Pedro]],​ [[pessoais:​paulojus|PJ]],​ Eduardo Sant'​ana 
 +  * This is a development page, with ongoing work and future functionalities for the package. For a description of aRT see the [[http://​www.leg.ufpr.br/​aRT|webpage]].
  
 ===== Ongoing Work ===== ===== Ongoing Work =====
  
-  * [[software:​art-dev:​aRT163|aRT-1.6-3]] (feb/2009)+  * [[software:​art-dev:​anesp|Vignettes do livro de análise espacial]] 
 +  * [[software:​art-dev:​aRT164|aRT-1.7-2]] (??/2010)
   * [[software:​art-dev:​drivers|Drivers]]   * [[software:​art-dev:​drivers|Drivers]]
 +  * [[software:​art-dev:​todo|TODO list]]
 +  * [[software:​art:​scripts|List of Scripts]] about aRT
 +  * [[software:​art:​winversion|Compiling aRT under Windows]]
  
 ===== Released Versions ===== ===== Released Versions =====
  
 +  * [[software:​art-dev:​aRT163|aRT-1.6-3]] (ago/2009)
   * [[software:​art-dev:​aRT162|aRT-1.6-2]] (nov/2008)   * [[software:​art-dev:​aRT162|aRT-1.6-2]] (nov/2008)
- 
-===== Scripts com exemplos, dúvidas e problemas ===== 
-  - [[software:​art:​scripts|List of Scripts]] about aRT 
- 
-===== Drivers ===== 
- 
- 
-===== To Do List ===== 
- 
-=== Bugs === 
-  - 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 
-  - Polygonos with holes still do not work very well. 
-  - 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). 
- 
-=== Temporal Tables === 
-  - aRT currently has a fixed format for temporal attributes: "​YYYY-MM-DD HH:​mm:​SS"​ 
-  - getFormat to get the format of a column? (package chron works with time formats) 
-  - if we use it, the format MUST be an argument each time we write a temporal column in the database 
-  - temporal slicing? 
- 
-  - aRTdynattrtable.cpp:​ 
- 
-<code C> 
-at.dateTimeFormat_ = "​YYYYsMMsDDsHHsmmsSS";​ 
-at.dateChronon_ = TeSECOND; 
-at.dateSeparator_ = "​-";​ 
-at.timeSeparator_ = ":";​ 
-</​code>​ 
- 
-=== Media Tables === 
- 
-Na verdade a questao é referente ao banco do saudavel onde já há uma midia e o Miguel acha (e eu concordo) ​ 
-que deveriamos ​ ncluir a media no banco.. Isto é o que motiva esta pergunta. Portanto, pelo que vc comenta ​ 
-é possível adicionar mais de uma midia à tabela. 
-Nao sei o quão complicado é isto,é desejável, embora não totalmente prioritário no momnebnt 
- 
-media tables are now (terralib 3.2) part of terraview. Put the access to the following functions: 
- 
- 
-terralib/​terraView/​TeApplicationUtils.h 
- 
-<code C> 
-bool insertMedia(TeDatabase* db, const string& tableName, string& fileName, const string& description,​ const string& type, bool blob=true); 
-bool insertMediaObjLayer (TeDatabase* db, TeLayer* layer, const string& objectId, const string& mediaName, const string& mediaTable); ​ 
-bool setDefaultMedia(TeDatabase* db, TeLayer* layer, const string& objectId, const string& mediaName, const string& mediaTable);​ 
-bool updateMediaDescription(TeDatabase* db, const string& mediaName, const string& mediaTable, const string& desc); 
-</​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. 
- 
-<​code>​ 
-object_id ​                                                ​media_name 
-1 261160605094 ​  ​http://​www.leg.est.ufpr.br/​~paulojus/​aviDengue/​gamBT.avi 
-2 261160605054 ​ http://​www.leg.est.ufpr.br/​~paulojus/​aviDengue/​gamCFP.avi 
-3 261160605055 ​ http://​www.leg.est.ufpr.br/​~paulojus/​aviDengue/​gamCFP.avi 
-</​code>​ 
- 
-o problema é que as tabelas de media exigem que ambos object id e media name sejam uma chave composta. 
- 
-=== Miscelaneous === 
-  - selecting attributes when creating themes 
-  - getLastID ou getBiggerID (or something like that), only when using ID as integers (to Elias). 
-  - getUniqueTimes(table) for temporal tables 
-  - exportShape(),​ exportMidmif,​ exportSpring() 
-  - getPoints etc para pegar a projecao e colocar no objeto sp 
-  - 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? 
-  - 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 
-  - deleteColumn() 
- 
-=== an old agenda === 
-  - opcao para compilar sem banco 
  
 ===== Links ===== ===== Links =====
-  ​- [[http://​www.leg.ufpr.br/​aRT|Página web do aRT]] +  ​[[http://​www.terralib.org|Terralib web page]] 
-  - [[http://​www.terralib.org|Terralib web page]] +  ​[[http://​cran.at.r-project.org/​src/​contrib/​Views/​Spatial.html|R Spatial]] task view and R-SIG-Geo resources 
-  ​[[http://​cran.at.r-project.org/​src/​contrib/​Views/​Spatial.html|R Spatial]] task view and R-SIG-Geo resources +  ​[[http://​www.r-project.org|R web page]]
-  ​[[http://​www.r-project.org|R web page]]+
  

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