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
- software:art [2008/11/22 01:15] pedro
+ Revisão anterior
+ software:art [2014/02/24 10:22] (atual) pedro
@@ Linha -10,5 +10,4 @@ removida criada
 
 ===General Installation===
 UPDATING
   - Install aRT dependencies as detailed in the **[[#​Dependencies|dependencies section]]**.
   - Install as usual for R packages:<​code R>
@@ Linha -17,53 +16,66 @@ removida criada
 
 See [[software:​art:​faq|FAQ]] for more details.
 <​html><​!--
 ===Linux binaries===
 UPDATING
 
   * **[[software:​art:​linuxdistros|Binaries for some Linux distros]]** are also available.
 --></​html>​
 
 ===Windows binary===
 UPDATING 
   ​  ​* Instead of using install.packages(),​ you can download **[[{{http://​www.leg.ufpr.br/​~pedro/​aRT/​aRT_1.69-12.zip|aRT_1.69-12.zip]]}}** (Thursday, 18-Feb-2014) ​and use '​Install package(s) from local zip files' ​in from the '​Packages'​ menu.
 
 ===Source code===
 |**[[http://​www.leg.ufpr.br/​~pedro/​aRT/​aRT_1.69-12.tar.gz|aRT_1.69-12.tar.gz]]** (SaturdayThursday2218-NovFeb-20082014)|
 
 ===== Dependencies =====
 aRT depends on other availability of resources as follows and 
 may not run correctly with versions other than indicated.
 
 ===Windows===
   - **[[http://​www.mysql.com/​downloads/​|MySQL]] version 5.5 or greater**. MySQL is an open source DBMS. 
   - **[[http://​cran-r.c3sl.ufpr.br/​web/​packages/​sp/​index.html|sp]] version at least 1.0-13**. sp is an R package with S4 classes and methods for spatial data.
 
 ===Linux===
   * Automatic install of all dependencies:​ **install-aRT-dep ​{{http://​www.leg.ufpr.br/​~pedro/​aRT/​install-aRT-dep-32.zip|Install32}} and {{http://​www.leg.ufpr.br/​~pedro/​aRT/​install-aRT-dep-64.zip|64}} bits** is an are apt-based ​script ​scripts ​(Debian, Ubuntu, and friends) to facilitate installing aRT dependencies. This script installs MySQL DBMS.
 
   * Individual dependencies
     - **[[http://​www.mysql.com/​downloads/​|MySQL]] version ​145.12 Distrib ​.0.32 or greater**. MySQL is an open source ​DBMS. It is optional, but you have to install at least one DBMS. 
       * apt install: <​code>​ apt-get install mysql-server-5.0 libmysqlclient155 libmysqlclient-dev</​code>​ 
     - **[[http://​www.postgresql.org/​|PostgreSQL]] version 8.3 or greater**. PostgreSQL is also an open source DBMS. It is optional, but you have to install at least one DBMS. 
       * apt install: <​code>​ apt-get install postgresql postgis</​code>​ 
     - **[[http://​www.trolltech.com/​|Qt]] version 3.3.3**. Qt is a multiplatform toolkit ​in C++ for the development of graphic interfaces, implemented by Trolltech. ​         
       * apt install: <​code>​apt-get install libqt3-mt-dev</​code>​ 
     - **[[http://​www.gdal.org/​|GDAL]]**. Geospatial Data Abstraction Library. 
       * apt install: <​code>​apt-get install libgdal1-dev</​code>​
     - **JPEG.** A library for working with jpeg image format. ​
       * apt install:<​code>​ apt-get install libjpeg62-dev</​code>​ 
     - **Libdime**:​ A library for reading, constructing,​ manipulating,​ and writing DXF file data. Necessary to compile TerraView. 
       * apt install:<​code>​ apt-get install libdime-dev</​code>​ 
     - **Libdrm** A direct interface with video hardware using the Linux kernel'​s Direct Rendering Modules. Necessary to compile TerraView. 
       * apt install:<​code>​ apt-get install libdrm-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://​www.terralib.org/​|TerraLib]] version ​34.2.10**. TerraLib is a library of classes for GIS. 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 sourcessvn:<​code>​
 mkdir terralib
 cd terralib
 cvs -d svn co https:pserver:​anonymous@cvs//svn.dpi.inpe.br:/home/terraliblogin 
 cvs /tags/v-4-2-0/src 
 mkdir dependencies 
 cd dependencies 
 svn co https:pserver:​anonymous@cvs//svn.dpi.inpe.br:/home/terralibco -r /tags/v-34-2-1 src0/​dependencies/​linux 
 cvs -d :pservercd .. 
 svn co https:anonymous@cvs//svn.dpi.inpe.br:/home/terralibco -r /tags/v-34-2-1 terralibx0/terraView 
 cvs -d mkdir build 
 cd build 
 svn co https:pserver:​anonymous@cvs//svn.dpi.inpe.br:/hometerralib/​tags/terralib co -r v-34-2-1 terraView0/build/qt 
 cd terraView/​linux 
 make.. 
 </​code>​The Makefile is in ''​After that, compile ​terraView:<​code>​ 
 LD_LIBRARY_PATH=$TERRALIB_DIR/linuxterralib/''​. If permissions allow the compiled TerraLib can be moved to ''​Release/usrlinux-g++ 
 export LD_LIBRARY_PATH 
 cd build/local''​. ​qt 
 make</​code>​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
 LD_LIBRARY_PATH=$LD_LIBRARY_PATH:​$TERRALIBDIR/​terralibxterralib/libRelease/​linux-g++
 export LD_LIBRARY_PATH
 </​code> ​After that, you can running '​terraView'​ directly from bash (<​html><​span style="​color:​red"><​b>​Important</​b></​span></​html>:​ some new versions of terraView require the argument host for connecting to a DBMS, therefore it is necessary to fill it with '​127.0.0.1'​). ​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/​diraRT
 </​code>​
 
 ===Windows===
   - **[[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.
 
 ===== Examples =====
@@ Linha -88,13 +100,14 @@ removida criada
 ===User Guides (also distributed as package vignettes)===
 
   * aRT Manual ​Introduction ​([[http://​www.leg.ufpr.br/​~pedro/​aRT/​doc/​aRTintro.html|html]], ​{{http://​www.leg.ufpr.br/​~pedro/​aRT/​docsdoc/​aRTintro.pdf|pdf}}) 
   * Database connections ([[http://​www.leg.ufpr.br/​~pedro/aRT-manual/​doc/​aRTconn.html|html]],​ {{http://​www.leg.ufpr.br/​~pedro/​aRT/​doc/​aRTconn.pdf|pdf}}) 
   * Introduction ​sp data ([[http://​www.leg.ufpr.br/​~pedro/​aRT/​docsdoc/aRTintroaRTsp.html|html]],​ {{http://​www.leg.ufpr.br/​~pedro/​aRT/​docsdoc/aRTintroaRTsp.pdf|pdf}}) 
   * Database connections ​Tables and Queries ​([[http://​www.leg.ufpr.br/​~pedro/​aRT/​docsdoc/aRTconnaRTtable.html|html]],​ {{http://​www.leg.ufpr.br/​~pedro/​aRT/​docsdoc/aRTconnaRTtable.pdf|pdf}}) 
   * sp data Filling cells ([[http://​www.leg.ufpr.br/​~pedro/​aRT/​docsdoc/aRTspaRTfillcell.html|html]],​ {{http://​www.leg.ufpr.br/​~pedro/​aRT/​docsdoc/aRTspaRTfillcell.pdf|pdf}}) 
   * Tables and Queries ​GPM ([[http://​www.leg.ufpr.br/​~pedro/​aRT/​docsdoc/aRTtableaRTgpm.html|html]],​ {{http://​www.leg.ufpr.br/​~pedro/​aRT/​docsdoc/aRTtableaRTgpm.pdf|pdf}})
 
 ===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!]]!)
   * 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}})
@@ Linha -102,14 +115,27 @@ removida criada
 ===Data sets and scripts===
 
 Please uncompress the zip files in the current folder before running the scripts. For more examples, see folder '​tests'​ within aRT installation folder.
   * 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}})
   * 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}})
   * Adehabitat example ({{http://​www.leg.ufpr.br/​~pedro/​aRT/​data/​adehabitat-peixeboi.R|script}},​ {{http://​www.leg.ufpr.br/​~pedro/​aRT/​data/​peixe_boi.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>​
 
 ===Courses===
 
   * [[software:​art:​course|An Introduction to aRT]] (in portuguese)
 
 ===Other links===
 
   * aRT [[software:​art-dev|development page]]
   * [[software:​art:​faq|FAQ]]
   ​* [[http://​www.leg.ufpr.br/​~pedro/​aRT/​CHANGES|Change log]] 
   ​* [[http://​www.leg.ufpr.br/​~pedro/​aRT/​old|Old versions]] (source code, see changelog for system requirements)]] 
   * [[http://​www.leg.ufpr.br/​~pedro/​aRT/​old/​win|Old Windows versions]] ​(see changelog for TerraLib version) 
   * R resources for spatial statistics at the [[http://​cran.r-project.org/​web/​views/​Spatial.html| the CRAN spatial task view]].
 
 ===== Contact =====
@@ Linha -118,5 +144,5 @@ removida criada
 
 ===Developers===
   * [[http://​leg.ufpr.br/​~pedro|Pedro Ribeiro de Andrade]] - pedroat dpi.andrade at inpe.br (maintainer)
   * [[http://​leg.ufpr.br/​~paulojus|Paulo Justiniano Ribeiro Junior]] - paulojus at ufpr.br
   * Eduardo Sant'​Ana da Silva - eduardo.santanadasilva at gmail.com
@@ Linha -132,12 +158,13 @@ removida criada
 ===== Acknowledgements =====
 
 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 the 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://​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.ccst.inpe.br/#​|{{http://​www.leg.ufpr.br/​~pedro/​aRT/​images/​logo-ccst.jpg?​230}}]]
 [[http://​www.inpe.br/​|{{http://​www.leg.ufpr.br/​~pedro/​aRT/​images/​inpe.jpg}}]]
 
 This project is partially supported by Fapesp, ​proccess ​process ​number 04/11012-0, FPLF proccess ​process ​2005.05.066,​ and CNPq 552044/​2002-4. ​
 
 [[http://​www.fapesp.br|{{http://​www.leg.ufpr.br/​~pedro/​aRT/​images/​logo-fapesp.gif}}]]
@@ Linha -152,2 +179,5 @@ removida criada
 </a>
 </​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)