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/07/30 15:53]
pedro
software:art [2010/05/26 08:56]
pedro
Linha 1: Linha 1:
 ====== aRT: R-TerraLib API ====== ====== aRT: R-TerraLib API ======
- 
-====== This page is currently under maintenance====== 
-====== aRT 1.6-3 is going to be released today===== 
  
 [[http://​www.r-project.org|{{:​software:​rlogo-2.png?​155 }}]] [[http://​www.r-project.org|{{:​software:​rlogo-2.png?​155 }}]]
Linha 23: Linha 20:
  
 ===Windows binary=== ===Windows binary===
-  * Instead of using install.packages(),​ you can download **[[http://​www.leg.ufpr.br/​~pedro/​aRT/​aRT_1.6-3.zip|aRT_1.6-3.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.6-3.tar.gz|aRT_1.6-3.tar.gz]]** (Friday30-Jul-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 33: 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 43: 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 67: Linha 60:
  
 ===Windows=== ===Windows===
-  - **[[http://​www.mysql.com/​downloads/​|MySQL]] version 14.12 Distrib 5.0.67 or greater**. MySQL is an open source DBMS. **Please copy libmysql.dll (available within the MySQL directory in Program Files) in some directory pointed by PATH, such as c:​\windows\system.**+  - **[[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 99: Linha 92:
 ===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 106: Linha 99:
  
   * 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}})
 +  * Adehabitat example ({{http://​www.leg.ufpr.br/​~pedro/​aRT/​data/​adehabitat-example.R|script}})
  
 +<​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 136: Linha 133:
 ===== 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 156: Linha 154:
 </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}}]]
 +
 +<​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)