Não foi possível enviar o arquivo. Será algum problema com as permissões?
Diferenças
Aqui você vê as diferenças entre duas revisões dessa página.
Ambos lados da revisão anterior Revisão anterior Próxima revisão | Revisão anterior | ||
software:art [2011/01/11 09:38] pedro |
software:art [2014/02/24 10:22] (atual) pedro |
||
---|---|---|---|
Linha 22: | Linha 22: | ||
===Windows binary=== | ===Windows binary=== | ||
- | * Instead of using install.packages(), you can download **{{http://www.leg.ufpr.br/~pedro/aRT/aRT_1.7-3.zip|aRT_1.7-3.zip}}** (Thursday, 19-Aug-2010) 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.9-2.zip|aRT_1.9-2.zip}}** (Thursday, 18-Feb-2014) 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-3.tar.gz|aRT_1.7-3.tar.gz]]** (Monday, 13-Sep-2010)| | + | |**[[http://www.leg.ufpr.br/~pedro/aRT/aRT_1.9-2.tar.gz|aRT_1.9-2.tar.gz]]** (Thursday, 18-Feb-2014)| |
===== Dependencies ===== | ===== Dependencies ===== | ||
Linha 32: | Linha 32: | ||
===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 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 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 1.0-13**. sp is an R package with S4 classes and methods for spatial data. |
===Linux=== | ===Linux=== | ||
Linha 39: | Linha 39: | ||
* Individual dependencies | * Individual dependencies | ||
- | - **[[http://www.mysql.com/downloads/|MySQL]] version 14.12 Distrib 5.0.32 or greater**. MySQL is an open source DBMS. It is optional, but you have to install at least one DBMS. | + | - **[[http://www.mysql.com/downloads/|MySQL]] version 5.5 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 libmysqlclient15-dev</code> | + | * apt install: <code> apt-get install mysql-server-5.5 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. | - **[[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> | * apt install: <code> apt-get install postgresql postgis</code> | ||
Linha 54: | Linha 54: | ||
* apt install:<code> apt-get install libdrm-dev</code> | * 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://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.5.1_dev**. TerraLib is a library of classes for GIS. It is available {{http://www.leg.ufpr.br/~pedro/aRT/terralib-3.5.1_dev.zip|here}}.<html><!--under svn:<code> | + | - **[[http://www.terralib.org/|TerraLib]] version 4.2.0**. TerraLib is a library of classes for GIS. It is available under svn:<code> |
mkdir terralib | mkdir terralib | ||
cd terralib | cd terralib | ||
- | svn co https://svn.dpi.inpe.br/terralib/trunk/src | + | svn co https://svn.dpi.inpe.br/terralib/tags/v-4-2-0/src |
- | svn co https://svn.dpi.inpe.br/terralib/trunk/terralibx | + | mkdir dependencies |
- | svn co https://svn.dpi.inpe.br/terralib/trunk/terraView | + | cd dependencies |
- | </code>After that, compile terraView:<code>--></html><code> | + | svn co https://svn.dpi.inpe.br/terralib/tags/v-4-2-0/dependencies/linux |
- | unzip terralib-3.5.1_dev.zip | + | cd .. |
- | LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$TERRALIB_DIR/Release/linux-g++ | + | svn co https://svn.dpi.inpe.br/terralib/tags/v-4-2-0/terraView |
+ | mkdir build | ||
+ | cd build | ||
+ | svn co https://svn.dpi.inpe.br/terralib/tags/v-4-2-0/build/qt | ||
+ | cd .. | ||
+ | </code>After that, compile terraView:<code> | ||
+ | LD_LIBRARY_PATH=$TERRALIB_DIR/terralib/Release/linux-g++ | ||
export LD_LIBRARY_PATH | export LD_LIBRARY_PATH | ||
- | ln -s terralib-3.5.1_dev terralib | + | cd build/qt |
- | cd terralib/terraView/linux | + | |
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> | 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 | TERRALIBDIR=/usr/local/terralib | ||
- | LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$TERRALIBDIR/Release/linux-g++/:/usr/lib/ogdi/ | + | LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$TERRALIBDIR/terralib/Release/linux-g++ |
export LD_LIBRARY_PATH | 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> | </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> | ||
Linha 95: | Linha 100: | ||
===User Guides (also distributed as package vignettes)=== | ===User Guides (also distributed as package vignettes)=== | ||
- | * aRT Manual ({{http://www.leg.ufpr.br/~pedro/aRT/docs/aRT-manual.pdf|pdf}}) | + | * Introduction ([[http://www.leg.ufpr.br/~pedro/aRT/doc/aRTintro.html|html]], {{http://www.leg.ufpr.br/~pedro/aRT/doc/aRTintro.pdf|pdf}}) |
- | * Introduction ([[http://www.leg.ufpr.br/~pedro/aRT/docs/aRTintro.html|html]], {{http://www.leg.ufpr.br/~pedro/aRT/docs/aRTintro.pdf|pdf}}) | + | * Database connections ([[http://www.leg.ufpr.br/~pedro/aRT/doc/aRTconn.html|html]], {{http://www.leg.ufpr.br/~pedro/aRT/doc/aRTconn.pdf|pdf}}) |
- | * Database connections ([[http://www.leg.ufpr.br/~pedro/aRT/docs/aRTconn.html|html]], {{http://www.leg.ufpr.br/~pedro/aRT/docs/aRTconn.pdf|pdf}}) | + | * sp data ([[http://www.leg.ufpr.br/~pedro/aRT/doc/aRTsp.html|html]], {{http://www.leg.ufpr.br/~pedro/aRT/doc/aRTsp.pdf|pdf}}) |
- | * sp data ([[http://www.leg.ufpr.br/~pedro/aRT/docs/aRTsp.html|html]], {{http://www.leg.ufpr.br/~pedro/aRT/docs/aRTsp.pdf|pdf}}) | + | * Tables and Queries ([[http://www.leg.ufpr.br/~pedro/aRT/doc/aRTtable.html|html]], {{http://www.leg.ufpr.br/~pedro/aRT/doc/aRTtable.pdf|pdf}}) |
- | * Tables and Queries ([[http://www.leg.ufpr.br/~pedro/aRT/docs/aRTtable.html|html]], {{http://www.leg.ufpr.br/~pedro/aRT/docs/aRTtable.pdf|pdf}}) | + | * Filling cells ([[http://www.leg.ufpr.br/~pedro/aRT/doc/aRTfillcell.html|html]], {{http://www.leg.ufpr.br/~pedro/aRT/doc/aRTfillcell.pdf|pdf}}) |
+ | * GPM ([[http://www.leg.ufpr.br/~pedro/aRT/doc/aRTgpm.html|html]], {{http://www.leg.ufpr.br/~pedro/aRT/doc/aRTgpm.pdf|pdf}}) | ||
===Papers and Presentations=== | ===Papers and Presentations=== | ||
Linha 128: | Linha 134: | ||
* aRT [[software:art-dev|development page]] | * aRT [[software:art-dev|development page]] | ||
* [[software:art:faq|FAQ]] | * [[software:art:faq|FAQ]] | ||
- | * [[software:art:old|Old versions]] | + | * [[http://www.leg.ufpr.br/~pedro/aRT/CHANGES|Change log]] |
- | * [[http://www.leg.ufpr.br/~pedro/aRT/old|Old versions (source code)]] | + | * [[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]] | + | * [[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]]. | * R resources for spatial statistics at the [[http://cran.r-project.org/web/views/Spatial.html| the CRAN spatial task view]]. | ||
Linha 175: | Linha 181: | ||
[[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> | ||