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 [2009/11/03 08:32]
pedro
software:art [2010/05/26 08:56]
pedro
Linha 20: Linha 20:
  
 ===Windows binary=== ===Windows binary===
-  * Instead of using install.packages(),​ you can download **[[http://​www.leg.ufpr.br/​~pedro/​aRT/​aRT_1.7-0.zip|aRT_1.7-0.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-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.7-0.tar.gz|aRT_1.7-0.tar.gz]]** (Sunday18-Oct-2009)|+|**[[http://​www.leg.ufpr.br/​~pedro/​aRT/​aRT_1.7-2.tar.gz|aRT_1.7-2.tar.gz]]** (Monday24-May-2010)|
  
 ===== Dependencies ===== ===== Dependencies =====
Linha 30: 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 40: 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.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-leg.tgz|here]]. +    - **[[http://​www.terralib.org/​|TerraLib]] version 3.4.0**. TerraLib is a library of classes for GIS. It is available under svn
-<​html><​!-- +<code>
-It is available under cvs. Alternatives for installing are+
-      * [[software:​art:​linuxdistros|TerraLib/​TerraView binaries are available for some Linux distros]]. +
-      * Installing by compiling from sources: ​<​code ​{coloque o maior que para fechar o code}+
 mkdir terralib mkdir terralib
 cd terralib cd terralib
-cvs -d :​pserver:​anonymous@cvs.dpi.inpe.br:/home/terralib login +svn co https://svn.dpi.inpe.br/​terralib/​tags/v-3-4-0/src 
-cvs -d :​pserver:​anonymous@cvs.dpi.inpe.br:/home/terralib co -r v-3-2-src +svn co https://svn.dpi.inpe.br/​terralib/​tags/v-3-4-0/terralibx 
-cvs -d :pserver:​anonymous@cvs.dpi.inpe.br:/home/terralib co -r v-3-2-terralibx +svn co https://svn.dpi.inpe.br/​terralib/​tags/v-3-4-0/terraView
-cvs -d :pserver:​anonymous@cvs.dpi.inpe.br:/home/terralib co -r v-3-2-terraView+
 cd terraView/​linux cd terraView/​linux
 make make
-</​code ​{coloque o maior que para fechar o code} +</​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>​+The Makefile is in ''​terraView/​linux/''​. 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+LD_LIBRARY_PATH=$LD_LIBRARY_PATH:​$TERRALIBDIR/​terralibx/​Release:/​usr/​lib/​ogdi/​
 export LD_LIBRARY_PATH export LD_LIBRARY_PATH
 </​code>​ If TerraLib is located at any 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>​
Linha 106: Linha 102:
   * 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}})   * 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}})
 +  * Adehabitat example ({{http://​www.leg.ufpr.br/​~pedro/​aRT/​data/​adehabitat-example.R|script}})
 +
 <​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}})
Linha 157: Linha 155:
 </​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}}]] [[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}}]]
 +
 +<​html>​
 +<script type="​text/​javascript">​
 +var gaJsHost = (("​https:"​ == document.location.protocol) ? "​https://​ssl."​ : "​http://​www."​);​
 +document.write(unescape("​%3Cscript src='"​ + gaJsHost + "​google-analytics.com/​ga.js'​ type='​text/​javascript'​%3E%3C/​script%3E"​));​
 +</​script>​
 +<script type="​text/​javascript">​
 +try {
 +var pageTracker = _gat._getTracker("​UA-13085940-1"​);​
 +pageTracker._trackPageview();​
 +} catch(err) {}</​script>​
 +</​html>​
  

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