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 [2010/08/18 16:54]
pedro
software:art [2011/01/11 17:48]
pedro
Linha 22: Linha 22:
  
 ===Windows binary=== ===Windows binary===
-  * Instead of using install.packages(),​ you can download **{{http://​www.leg.ufpr.br/​~pedro/​aRT/​aRT_1.7-1.zip|aRT_1.7-1.zip}}** and use '​Install package(s) from local zip files' from the '​Packages'​ menu. +  * Instead of using install.packages(),​ you can download **{{http://​www.leg.ufpr.br/​~pedro/​aRT/​aRT_1.7-3.zip|aRT_1.7-3.zip}}** ​(Thursday, 19-Aug-2010) ​and use '​Install package(s) from local zip files' from the '​Packages'​ menu. 
  
 ===Source code=== ===Source code===
-|**[[http://​www.leg.ufpr.br/​~pedro/​aRT/​aRT_1.7-2.tar.gz|aRT_1.7-2.tar.gz]]** (Monday24-May-2010)|+|**[[http://​www.leg.ufpr.br/​~pedro/​aRT/​aRT_1.7-4.tar.gz|aRT_1.7-4.tar.gz]]** (Tuesday11-Jan-2011)|
  
 ===== Dependencies ===== ===== Dependencies =====
Linha 54: Linha 54:
       * apt install:<​code>​ apt-get install libdrm-dev</​code>​       * apt install:<​code>​ apt-get install libdrm-dev</​code>​
     - **[[http://​cran-r.c3sl.ufpr.br/​web/​packages/​sp/​index.html|sp]] version at least 0.9-26**. sp is an R package with S4 classes and methods for spatial data.     - **[[http://​cran-r.c3sl.ufpr.br/​web/​packages/​sp/​index.html|sp]] version at least 0.9-26**. sp is an R package with S4 classes and methods for spatial data.
-    - **[[http://​www.terralib.org/​|TerraLib]] version 3.5.1_dev**. TerraLib is a library of classes for GIS. It is available under svn:<​code>​+    - **[[http://​www.terralib.org/​|TerraLib]] version 3.5.1_dev**. TerraLib is a library of classes for GIS. It is available ​{{http://​www.leg.ufpr.br/​~pedro/​aRT/​terralib-3.5.1_dev.zip|here}}.<​html><​!--under svn:<​code>​
 mkdir terralib mkdir terralib
 cd terralib cd terralib
Linha 60: Linha 60:
 svn co https://​svn.dpi.inpe.br/​terralib/​trunk/​terralibx svn co https://​svn.dpi.inpe.br/​terralib/​trunk/​terralibx
 svn co https://​svn.dpi.inpe.br/​terralib/​trunk/​terraView svn co https://​svn.dpi.inpe.br/​terralib/​trunk/​terraView
-</​code>​After that, compile terraView:<​code>​ +</​code>​After that, compile terraView:<​code>​--></​html>​<​code>​ 
-cd terraView/​linux+unzip terralib-3.5.1_dev.zip 
 +LD_LIBRARY_PATH=$LD_LIBRARY_PATH:​$TERRALIB_DIR/​Release/​linux-g++ 
 +export LD_LIBRARY_PATH 
 +ln -s terralib-3.5.1_dev terralib 
 +cd terralib/terraView/​linux
 make</​code>​TerraLib directory needs to be registered in ''​LD_LIBRARY_PATH''​. Put the following lines in your ''​.bashrc''​ (change path to ''​TERRALIBDIR''​ if needed): <​code>​ make</​code>​TerraLib directory needs to be registered in ''​LD_LIBRARY_PATH''​. Put the following lines in your ''​.bashrc''​ (change path to ''​TERRALIBDIR''​ if needed): <​code>​
 TERRALIBDIR=/​usr/​local/​terralib TERRALIBDIR=/​usr/​local/​terralib
-LD_LIBRARY_PATH=$LD_LIBRARY_PATH:​$TERRALIBDIR/terralibx/​Release/:/​usr/​lib/​ogdi/​+LD_LIBRARY_PATH=$LD_LIBRARY_PATH:​$TERRALIBDIR/​Release/linux-g++/:/​usr/​lib/​ogdi/​
 export LD_LIBRARY_PATH export LD_LIBRARY_PATH
 </​code>​ After that, you can running '​terraView'​ directly from bash (<​html><​span style="​color:​red"><​b>​Important</​b></​span></​html>:​ some new versions of terraView require the argument host for connecting to a DBMS, therefore it is necessary to fill it with '​127.0.0.1'​). If TerraLib is located at any another directory you can still install aRT by calling (replace ''/​terralib/​dir''​ accordingly):​ <​code>​ </​code>​ After that, you can running '​terraView'​ directly from bash (<​html><​span style="​color:​red"><​b>​Important</​b></​span></​html>:​ some new versions of terraView require the argument host for connecting to a DBMS, therefore it is necessary to fill it with '​127.0.0.1'​). If TerraLib is located at any another directory you can still install aRT by calling (replace ''/​terralib/​dir''​ accordingly):​ <​code>​
Linha 104: Linha 108:
  
 ===Data sets and scripts=== ===Data sets and scripts===
 +
 Please uncompress the zip files in the current folder before running the scripts. For more examples, see folder '​tests'​ within aRT installation folder. Please uncompress the zip files in the current folder before running the scripts. For more examples, see folder '​tests'​ within aRT installation folder.
   * Creating cells and filling attributes ({{http://​www.leg.ufpr.br/​~pedro/​aRT/​data/​rondonia.R|script}},​ {{http://​www.leg.ufpr.br/​~pedro/​aRT/​data/​rondonia.zip|shapefile data}})   * Creating cells and filling attributes ({{http://​www.leg.ufpr.br/​~pedro/​aRT/​data/​rondonia.R|script}},​ {{http://​www.leg.ufpr.br/​~pedro/​aRT/​data/​rondonia.zip|shapefile data}})
Linha 110: Linha 115:
   * Neighborhood matrix and analysis with spdep ({{http://​www.leg.ufpr.br/​~pedro/​aRT/​data/​neigh-parana-aRT.R|script aRT}}, {{http://​www.leg.ufpr.br/​~pedro/​aRT/​data/​neigh-parana-maptools.R|script maptools}}, {{http://​www.leg.ufpr.br/​~pedro/​aRT/​data/​neigh-parana.zip|shapefile data}})   * Neighborhood matrix and analysis with spdep ({{http://​www.leg.ufpr.br/​~pedro/​aRT/​data/​neigh-parana-aRT.R|script aRT}}, {{http://​www.leg.ufpr.br/​~pedro/​aRT/​data/​neigh-parana-maptools.R|script maptools}}, {{http://​www.leg.ufpr.br/​~pedro/​aRT/​data/​neigh-parana.zip|shapefile data}})
   * Adehabitat example ({{http://​www.leg.ufpr.br/​~pedro/​aRT/​data/​adehabitat-peixeboi.R|script}},​ {{http://​www.leg.ufpr.br/​~pedro/​aRT/​data/​peixe_boi.zip|shapefile data}})   * Adehabitat example ({{http://​www.leg.ufpr.br/​~pedro/​aRT/​data/​adehabitat-peixeboi.R|script}},​ {{http://​www.leg.ufpr.br/​~pedro/​aRT/​data/​peixe_boi.zip|shapefile data}})
- 
  
 <​html><​!-- <​html><​!--
   * Points inside of polygons ({{http://​www.leg.ufpr.br/​~pedro/​aRT/​data/​bh.R|script}},​ {{http://​www.leg.ufpr.br/​~pedro/​aRT/​data/​bh.zip| MID/MIFF data}})   * Points inside of polygons ({{http://​www.leg.ufpr.br/​~pedro/​aRT/​data/​bh.R|script}},​ {{http://​www.leg.ufpr.br/​~pedro/​aRT/​data/​bh.zip| MID/MIFF data}})
 --></​html>​ --></​html>​
 +
 +===Courses===
 +
 +  * [[software:​art:​course|An Introduction to aRT]] (in portuguese)
 +
 ===Other links=== ===Other links===
 +
   * aRT [[software:​art-dev|development page]]   * aRT [[software:​art-dev|development page]]
   * [[software:​art:​faq|FAQ]]   * [[software:​art:​faq|FAQ]]
-  * [[http://​www.leg.ufpr.br/​~pedro/​aRT/​old|Old versions (source code)]] +  ​* [[http://​www.leg.ufpr.br/​~pedro/​aRT/​CHANGES|Change log]] 
-  * [[http://​www.leg.ufpr.br/​~pedro/​aRT/​old/​win|Old Windows versions]]+  ​* [[http://​www.leg.ufpr.br/​~pedro/​aRT/​old|Old versions]] (source code, see changelog for system requirements
 +  * [[http://​www.leg.ufpr.br/​~pedro/​aRT/​old/​win|Old Windows versions]] ​(see changelog for TerraLib version)
   * R resources for spatial statistics at the [[http://​cran.r-project.org/​web/​views/​Spatial.html| the CRAN spatial task view]].   * R resources for spatial statistics at the [[http://​cran.r-project.org/​web/​views/​Spatial.html| the CRAN spatial task view]].
  
Linha 146: Linha 157:
 [[http://​www.ufpr.br/​portal/​|{{http://​www.leg.ufpr.br/​~pedro/​aRT/​images/​ufpr.jpg?​130}}]] [[http://​www.ufpr.br/​portal/​|{{http://​www.leg.ufpr.br/​~pedro/​aRT/​images/​ufpr.jpg?​130}}]]
 [[http://​www.dpi.inpe.br/​|{{http://​www.leg.ufpr.br/​~pedro/​aRT/​images/​dpi.jpg?​150}}]] [[http://​www.dpi.inpe.br/​|{{http://​www.leg.ufpr.br/​~pedro/​aRT/​images/​dpi.jpg?​150}}]]
-[[http://​www.ccst.inpe.br/#​|{{http://​www.leg.ufpr.br/​~pedro/​aRT/​images/​logo-cst.jpg?​230}}]]+[[http://​www.ccst.inpe.br/#​|{{http://​www.leg.ufpr.br/​~pedro/​aRT/​images/​logo-ccst.jpg?​230}}]]
 [[http://​www.inpe.br/​|{{http://​www.leg.ufpr.br/​~pedro/​aRT/​images/​inpe.jpg}}]] [[http://​www.inpe.br/​|{{http://​www.leg.ufpr.br/​~pedro/​aRT/​images/​inpe.jpg}}]]
  
-This project is partially supported by Fapesp, ​proccess ​number 04/11012-0, FPLF proccess ​2005.05.066,​ and CNPq 552044/​2002-4. ​+This project is partially supported by Fapesp, ​process ​number 04/11012-0, FPLF process ​2005.05.066,​ and CNPq 552044/​2002-4. ​
  
 [[http://​www.fapesp.br|{{http://​www.leg.ufpr.br/​~pedro/​aRT/​images/​logo-fapesp.gif}}]] [[http://​www.fapesp.br|{{http://​www.leg.ufpr.br/​~pedro/​aRT/​images/​logo-fapesp.gif}}]]

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