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/01/19 15:50]
pedro
software:art [2010/05/26 09:15]
pedro
Linha 16: Linha 16:
  
 See [[software:​art:​faq|FAQ]] for more details. See [[software:​art:​faq|FAQ]] for more details.
 +<​html><​!--
 ===Linux binaries=== ===Linux binaries===
   * **[[software:​art:​linuxdistros|Binaries for some Linux distros]]** are also available.   * **[[software:​art:​linuxdistros|Binaries for some Linux distros]]** are also available.
 +--></​html>​
  
 ===Windows binary=== ===Windows binary===
Linha 23: Linha 25:
  
 ===Source code=== ===Source code===
-|**[[http://​www.leg.ufpr.br/​~pedro/​aRT/​aRT_1.7-1.tar.gz|aRT_1.7-1.tar.gz]]** (Monday, 16-Dec-2009)| +|**[[http://​www.leg.ufpr.br/​~pedro/​aRT/​aRT_1.7-2.tar.gz|aRT_1.7-2.tar.gz]]** (Monday, ​24-May-2010)|
- +
-===Development version (unstable)=== +
-|**[[http://​www.leg.ufpr.br/​~pedro/​aRT/​aRT_1.7-2.tar.gz|aRT_1.7-2.tar.gz]]** (Monday, ​11-Jan-2010)|+
  
 ===== Dependencies ===== ===== Dependencies =====
Linha 43: Linha 42:
       * 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-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}}**. +    - **[[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:/​usr/​lib/​ogdi/​ LD_LIBRARY_PATH=$LD_LIBRARY_PATH:​$TERRALIBDIR/​terralibx/​Release:/​usr/​lib/​ogdi/​
Linha 110: Linha 104:
   * 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 163: Linha 159:
  
 <​html>​ <​html>​
-<!-- Begin Motigo Webstats counter code --> +<script type="text/javascript">​ 
-<a id="mws4709988"​ href="​http://​webstats.motigo.com/">​ +var gaJsHost ​(("https:" == document.location.protocol) ? "https://​ssl." ​"​http://​www."); 
-<img width="80" ​height="​15"​ border="0" ​alt="​Free counter and web stats" src="​http://​m1.webstats.motigo.com/n80x15.gif?id=AEfeZA60sWIF682c_wk2jfJDBiEA" ​/></a+document.write(unescape("​%3Cscript src='"​ + gaJsHost + "​google-analytics.com/ga.js' type='​text/​javascript'​%3E%3C/​script%3E")); 
-<​script ​src="​http://​m1.webstats.motigo.com/​c.js?​id=4709988&​amp;​lang=EN&​amp;​i=3" ​type="​text/​javascript"></​script+</script
-<!-- End Motigo Webstats counter code -->+<script type="​text/​javascript">​ 
 +try { 
 +var pageTracker = _gat._getTracker("​UA-13085940-1"​);​ 
 +pageTracker._trackPageview();​ 
 +} catch(err) {}</​script>​
 </​html>​ </​html>​
 +

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