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/10/21 19:58]
pedro
software:art [2009/08/10 09:16]
pedro
Linha 1: Linha 1:
 ====== aRT: R-TerraLib API ====== ====== aRT: R-TerraLib API ======
  
- +[[http://​www.r-project.org|{{:​software:​rlogo-2.png?​155 }}]] 
-<​html>​ +[[http://​www.terralib.org|{{ ​ http://​www.terralib.org/​imagens/​logo_terralib_index.png?​155}}]]
-<​table>​ +
-<​tbody>​ +
-<​tr>​ +
-</​html>​ +
-[[http://​www.r-project.org|{{:​software:​rlogo-2.png?​155 }}]] <​html><​tr></​html>​ +
-[[http://​www.terralib.org|{{ ​ http://​www.terralib.org/​imagens/​logo_terralib_index.png?​155}}]] ​<​html><​tr></​html>​+
 aRT is an R package that provides the integration between the statistical software R and the GIS library TerraLib. The aim is to have a package for accessing geospatial data to be analysed in R. R is an open source language and environment for statistical computing and graphics. To learn more about R go to [[http://​www.r-project.org/​|R project]] web page. TerraLib is an open source GIS classes and functions library, available from the Internet as a collaborative environment for the development of GIS tools. For further information visit [[http://​www.terralib.org/​|TerraLib project]] web page. aRT is an R package that provides the integration between the statistical software R and the GIS library TerraLib. The aim is to have a package for accessing geospatial data to be analysed in R. R is an open source language and environment for statistical computing and graphics. To learn more about R go to [[http://​www.r-project.org/​|R project]] web page. TerraLib is an open source GIS classes and functions library, available from the Internet as a collaborative environment for the development of GIS tools. For further information visit [[http://​www.terralib.org/​|TerraLib project]] web page.
  
-<​html></​tbody></​table></​html>​ 
 \\ \\
  
Linha 19: Linha 12:
   - 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>
-> install.packages("​aRT",​ contrib="​http://​leg.ufpr.br/​aRT"​)+> install.packages("​aRT",​ contrib="​http://​www.leg.ufpr.br/​aRT"​)
 </​code>​ </​code>​
  
Linha 27: Linha 20:
  
 ===Windows binary=== ===Windows binary===
-  * Instead of using install.packages(),​ you can download **[[http://​www.leg.ufpr.br/​~pedro/​aRT/​aRT_1.6-1.zip|aRT_1.6-1.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.6-3.zip|aRT_1.6-3.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-1.tar.gz|aRT_1.6-1.tar.gz]]** (Monday13-Oct-2008)|+|**[[http://​www.leg.ufpr.br/​~pedro/​aRT/​aRT_1.6-3.tar.gz|aRT_1.6-3.tar.gz]]** (Thursday30-Jul-2009)| 
 ===== Dependencies ===== ===== Dependencies =====
 aRT depends on other availability of resources as follows and  aRT depends on other availability of resources as follows and 
Linha 46: 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**. 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-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
 cvs -d :​pserver:​anonymous@cvs.dpi.inpe.br:/​home/​terralib login cvs -d :​pserver:​anonymous@cvs.dpi.inpe.br:/​home/​terralib login
-cvs -d :​pserver:​anonymous@cvs.dpi.inpe.br:/​home/​terralib co -r v-3-2-src +cvs -d :​pserver:​anonymous@cvs.dpi.inpe.br:/​home/​terralib co -r v-3-2-src 
-cvs -d :​pserver:​anonymous@cvs.dpi.inpe.br:/​home/​terralib co -r v-3-2-terralibx +cvs -d :​pserver:​anonymous@cvs.dpi.inpe.br:/​home/​terralib co -r v-3-2-terralibx 
-cvs -d :​pserver:​anonymous@cvs.dpi.inpe.br:/​home/​terralib co -r v-3-2-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>​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. **Please copy libmysql.dll (available within the MySQL directory in Program Files) in some directory pointed by PATH, such as c:​\windows\system.**
   - **[[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 105: Linha 103:
  
   * 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}})
   * 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 114: Linha 113:
   * [[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]].
  
-===== Authors ​===== +===== Contact ​===== 
-===Contact===+===Discussion list=== 
 +  * **art_l at leg.ufpr.br** 
 + 
 +===Developers===
   * [[http://​leg.ufpr.br/​~pedro|Pedro Ribeiro de Andrade]] - pedro at dpi.inpe.br (maintainer)   * [[http://​leg.ufpr.br/​~pedro|Pedro Ribeiro de Andrade]] - pedro at dpi.inpe.br (maintainer)
   * [[http://​leg.ufpr.br/​~paulojus|Paulo Justiniano Ribeiro Junior]] - paulojus at ufpr.br   * [[http://​leg.ufpr.br/​~paulojus|Paulo Justiniano Ribeiro Junior]] - paulojus at ufpr.br
   * Eduardo Sant'​Ana da Silva - eduardo.santanadasilva at gmail.com   * Eduardo Sant'​Ana da Silva - eduardo.santanadasilva at gmail.com
   * Henrique Dallazuanna - wwwhsd at gmail.com   * Henrique Dallazuanna - wwwhsd at gmail.com
- 
-<​html><​p></​html>​ 
  
 ===Collaborators in earlier versions=== ===Collaborators in earlier versions===
Linha 146: Linha 147:
 [[http://​www.cnpq.br|{{http://​www.leg.ufpr.br/​~pedro/​aRT/​images/​logo_cnpq.jpg}}]] [[http://​www.cnpq.br|{{http://​www.leg.ufpr.br/​~pedro/​aRT/​images/​logo_cnpq.jpg}}]]
 [[http://​www.dpi.inpe.br/​saudavel/​english.html|{{http://​www.leg.ufpr.br/​~pedro/​aRT/​images/​saudavel-logo.jpeg?​300}}]] [[http://​www.dpi.inpe.br/​saudavel/​english.html|{{http://​www.leg.ufpr.br/​~pedro/​aRT/​images/​saudavel-logo.jpeg?​300}}]]
 +
 +===== Statistics =====
  
 <​html>​ <​html>​

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