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 [2008/11/22 16:30]
pedro
software:art [2009/12/16 19:27]
pedro
Linha 10: Linha 10:
  
 ===General Installation=== ===General Installation===
-UPDATING 
   - Install aRT dependencies as detailed in the **[[#​Dependencies|dependencies section]]**.   - Install aRT dependencies as detailed in the **[[#​Dependencies|dependencies section]]**.
   - Install as usual for R packages:<​code R>   - Install as usual for R packages:<​code R>
Linha 21: Linha 20:
  
 ===Windows binary=== ===Windows binary===
-  * Instead of using install.packages(),​ you can download **[[http://​www.leg.ufpr.br/​~pedro/​aRT/​aRT_1.6-2.zip|aRT_1.6-2.zip]]** and use '​Install package(s) from local zip files' ​in the '​Packages'​ menu. +  * 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. 
  
 ===Source code=== ===Source code===
-|**[[http://​www.leg.ufpr.br/​~pedro/​aRT/​aRT_1.6-2.tar.gz|aRT_1.6-2.tar.gz]]** (Saturday22-Nov-2008)|+|**{{http://​www.leg.ufpr.br/​~pedro/​aRT/​aRT_1.7-1.tar.gz|aRT_1.7-1.tar.gz}}** (Monday16-Dec-2009)|
  
 ===== Dependencies ===== ===== Dependencies =====
Linha 31: Linha 30:
  
 ===Linux=== ===Linux===
-  * Automatic install of all dependencies:​ **{{http://​www.leg.ufpr.br/​~pedro/​aRT/​install-aRT-dep.zip|Install-aRT-dep}}** ​is an apt-based ​script ​(Debian, Ubuntu, and friends) to facilitate installing aRT dependencies.+  * Automatic install of all dependencies:​ **install-aRT-dep ​{{http://​www.leg.ufpr.br/​~pedro/​aRT/​install-aRT-dep-32.zip|32}} and {{http://​www.leg.ufpr.br/​~pedro/​aRT/​install-aRT-dep-64.zip|64}} bits** are apt-based ​scripts ​(Debian, Ubuntu, and friends) to facilitate installing aRT dependencies.
  
   * Individual dependencies   * Individual dependencies
Linha 41: Linha 40:
       * apt:<​code>​ apt-get install libjpeg62-dev</​code>​       * apt:<​code>​ apt-get install libjpeg62-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.2.1**. TerraLib is a library of classes for GIS. It is available under cvs. Alternatives for installing are:+    - **[[http://​www.terralib.org/​|TerraLib]] version 3.3.0**. TerraLib is a library of classes for GIS. You can find its **source code {{http://​www.leg.ufpr.br/​~pedro/​aRT/​terralib-3.3.0-32-leg.tgz|here}}**. There is also a **64 bits version {{http://​www.leg.ufpr.br/​~pedro/​aRT/​terralib-3.3.0-64-leg.tgz|here}}**. 
 +<​html><​!-- 
 +It is available under cvs. Alternatives for installing are:
       * [[software:​art:​linuxdistros|TerraLib/​TerraView binaries are available for some Linux distros]].       * [[software:​art:​linuxdistros|TerraLib/​TerraView binaries are available for some Linux distros]].
-      * Installing by compiling from sources: <code>+      * Installing by compiling from sources: <​code ​{coloque o maior que para fechar o code}
 mkdir terralib mkdir terralib
 cd terralib cd terralib
Linha 52: Linha 53:
 cd terraView/​linux cd terraView/​linux
 make make
-</​code>​The Makefile is in ''​terraView/​linux/''​. If permissions allow the compiled TerraLib can be moved to ''/​usr/​local''​. TerraLib directory needs to be registered in ''​LD_LIBRARY_PATH''​. Put the following lines in your ''​.bashrc''​ (change path to ''​TERRALIBDIR''​ if needed): <​code>​+</​code ​{coloque o maior que para fechar o code} 
 +--?</​html> 
 + 
 +The Makefile is in ''​terraView/​linux/''​. If permissions allow the compiled TerraLib can be moved to ''/​usr/​local''​. 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/​lib+LD_LIBRARY_PATH=$LD_LIBRARY_PATH:​$TERRALIBDIR/​terralibx/​Release
 export LD_LIBRARY_PATH export LD_LIBRARY_PATH
-</​code>​ If TerraLib is located at another directory you can still install aRT by calling (replace ''/​terralib/​dir''​ accordingly):​ <​code>​+</​code>​ If TerraLib is located at any another directory you can still install aRT by calling (replace ''/​terralib/​dir''​ accordingly):​ <​code>​
 R CMD INSTALL --configure-args=--with-terralib=/​terralib/​dir aRT R CMD INSTALL --configure-args=--with-terralib=/​terralib/​dir aRT
 </​code>​ </​code>​
  
 ===Windows=== ===Windows===
-  - **[[http://​www.mysql.com/​downloads/​|MySQL]] version 14.12 Distrib 5.0.67 or greater**. MySQL is an open source DBMS.+  - **[[http://​www.mysql.com/​downloads/​|MySQL]] version 14.12 Distrib 5.0.67 or greater**. MySQL is an open source DBMS. 
   - **[[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.
  
Linha 93: Linha 97:
 ===Papers and Presentations=== ===Papers and Presentations===
  
-  * aRT: R-TerraLib API. P. R. Andrade, P. J. Ribeiro Junior. [[http://​www.r-project.org/​useR-2006/​|useR! 2006]] ({{http://​www.leg.ufpr.br/​~pedro/​aRT/​docs/​aRTuseR.pdf|presentation}},​ and a [[http://​www.r-project.org/​useR-2006/​Photos/​Conference/​6.html|photo]]!)+  * aRT: R-TerraLib API. P. R. Andrade, P. J. Ribeiro Junior. [[http://​www.r-project.org/​useR-2006/​|useR! 2006]] ({{http://​www.leg.ufpr.br/​~pedro/​aRT/​docs/​aRTuseR.pdf|presentation}},​ and a [[http://​www.r-project.org/​useR-2006/​Photos/​Conference/​6.html|photo!]])
   * Integration of Statistics and Geographic Information Systems: the R/TerraLib Case. P. R. Andrade, P. J. Ribeiro Junior, K. Fook. [[http://​www.geoinfo.info/​|GeoInfo 2005]] ({{http://​www.leg.ufpr.br/​~pedro/​aRT/​docs/​P74.pdf|paper}},​ {{http://​www.leg.ufpr.br/​~pedro/​aRT/​docs/​IntegrationRTerraLib.pdf|presentation}})   * Integration of Statistics and Geographic Information Systems: the R/TerraLib Case. P. R. Andrade, P. J. Ribeiro Junior, K. Fook. [[http://​www.geoinfo.info/​|GeoInfo 2005]] ({{http://​www.leg.ufpr.br/​~pedro/​aRT/​docs/​P74.pdf|paper}},​ {{http://​www.leg.ufpr.br/​~pedro/​aRT/​docs/​IntegrationRTerraLib.pdf|presentation}})
   * A Process and Environment for Embedding The R Software into TerraLib. P. R. Andrade, P. J. Ribeiro Junior. [[http://​www.geoinfo.info/​|GeoInfo 2005]] ({{http://​www.leg.ufpr.br/​~pedro/​aRT/​docs/​p70.pdf|paper}},​ {{http://​www.leg.ufpr.br/​~pedro/​aRT/​docs/​ProccessAndEnvironment.pdf|presentation}})   * A Process and Environment for Embedding The R Software into TerraLib. P. R. Andrade, P. J. Ribeiro Junior. [[http://​www.geoinfo.info/​|GeoInfo 2005]] ({{http://​www.leg.ufpr.br/​~pedro/​aRT/​docs/​p70.pdf|paper}},​ {{http://​www.leg.ufpr.br/​~pedro/​aRT/​docs/​ProccessAndEnvironment.pdf|presentation}})
Linha 100: Linha 104:
  
   * 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}})
-  * 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}}) 
   * Union of polygons ({{http://​www.leg.ufpr.br/​~pedro/​aRT/​data/​meso-parana.R|script}},​ {{http://​www.leg.ufpr.br/​~pedro/​aRT/​data/​meso-parana.zip|shapefile data}})   * Union of polygons ({{http://​www.leg.ufpr.br/​~pedro/​aRT/​data/​meso-parana.R|script}},​ {{http://​www.leg.ufpr.br/​~pedro/​aRT/​data/​meso-parana.zip|shapefile data}})
 +  * Neighbourhood,​ relations, and metrics ({{http://​www.leg.ufpr.br/​~pedro/​aRT/​data/​northwest.R|script}},​ {{http://​www.leg.ufpr.br/​~pedro/​aRT/​data/​northwest.zip|data dumped from R}})
   * 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}})
 +<​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}}) 
 +--></​html>​
 ===Other links=== ===Other links===
   * aRT [[software:​art-dev|development page]]   * aRT [[software:​art-dev|development page]]
Linha 109: Linha 115:
   * [[http://​www.leg.ufpr.br/​~pedro/​aRT/​old|Old versions (source code)]]   * [[http://​www.leg.ufpr.br/​~pedro/​aRT/​old|Old versions (source code)]]
   * [[http://​www.leg.ufpr.br/​~pedro/​aRT/​old/​win|Old Windows versions]]   * [[http://​www.leg.ufpr.br/​~pedro/​aRT/​old/​win|Old Windows versions]]
 +  * R resources for spatial statistics at the [[http://​cran.r-project.org/​web/​views/​Spatial.html| the CRAN spatial task view]].
  
 ===== Contact ===== ===== Contact =====
Linha 129: Linha 136:
 ===== Acknowledgements ===== ===== Acknowledgements =====
  
-aRT has been developed with the computational resources of the Laboratory of Statistics and Geoinformation (LEG), at UFPR, and the Image Processing Division (DPI), at INPE.+aRT has been developed with the computational resources of the Laboratory of Statistics and Geoinformation (LEG), at UFPR, together with Earth System Science Center (CST) and Image Processing Division (DPI), at INPE.
  
 [[http://​wiki.leg.ufpr.br/​doku.php/​|{{http://​www.leg.ufpr.br/​~pedro/​aRT/​images/​leg.jpg?​100}}]] [[http://​wiki.leg.ufpr.br/​doku.php/​|{{http://​www.leg.ufpr.br/​~pedro/​aRT/​images/​leg.jpg?​100}}]]
 [[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.ess.inpe.br/​|{{http://​www.leg.ufpr.br/​~pedro/​aRT/​images/​logo-cst.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}}]]
  
Linha 149: Linha 157:
 </a> </a>
 </​html>​ </​html>​
 +[[http://​www.leg.ufpr.br/​~pedro/​aRT/​images/​art-couts-2009-grande.jpg|{{http://​www.leg.ufpr.br/​~pedro/​aRT/​images/​art-couts-2009-pequeno.jpg|Last Year}}]]
 +

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