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/21 09:17]
pedro
software:art [2011/04/11 22:14]
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===
-  * 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. +  * Instead of using install.packages(),​ you can download **{{http://​www.leg.ufpr.br/​~pedro/​aRT/​aRT_1.8-0.zip|aRT_1.8-0.zip}}** ​(Monday, 11-Apr-2011) ​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-1.tar.gz|aRT_1.7-1.tar.gz]]** (Monday, 16-Dec-2009)| +|**[[http://​www.leg.ufpr.br/​~pedro/​aRT/​aRT_1.8-0.tar.gz|aRT_1.8-0.tar.gz]]** (Monday, 11-Apr-2011)|
- +
-===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 =====
 aRT depends on other availability of resources as follows and  aRT depends on other availability of resources as follows and 
 may not run correctly with versions other than indicated. may not run correctly with versions other than indicated.
 +
 +===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.
  
 ===Linux=== ===Linux===
-  * 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.+  * 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. This script installs MySQL DBMS.
  
   * 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.  +    - **[[http://​www.mysql.com/​downloads/​|MySQL]] version 14.14 Distrib 5.1.49 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.1 libmysqlclient-dev</​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. ​         +    - **[[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: <​code>​apt-get install libqt3-mt-dev</​code>​+      * apt install: <​code>​ apt-get install postgresql postgis</​code>​ 
 +    - **[[http://​www.trolltech.com/​|Qt]] version 3.3.3**. Qt is a multiplatform toolkit 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. ​     - **JPEG.** A library for working with jpeg image format. ​
-      * apt:<​code>​ apt-get install libjpeg62-dev</​code>​+      * 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://​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.6.0**. TerraLib is a library of classes for GIS. It is available under svn:<code>
-<​html><​!-- +
-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-6-0/src 
-cvs -:pserver:​anonymous@cvs.dpi.inpe.br:/home/​terralib ​co -r v-3-2-1 src +svn co https://svn.dpi.inpe.br/​terralib/tags/v-3-6-0/​dependencies 
-cvs -d :pserver:​anonymous@cvs.dpi.inpe.br:/home/terralib co -r v-3-2-1 terralibx +svn co https://svn.dpi.inpe.br/​terralib/​tags/v-3-6-0/terraView 
-cvs -d :pserver:​anonymous@cvs.dpi.inpe.br:/home/terralib co -r v-3-2-1 terraView +svn co https://svn.dpi.inpe.br/​terralib/​tags/v-3-6-0/build 
-cd terraView/linux +</code>After that, compile terraView:<code
-make +LD_LIBRARY_PATH=$TERRALIB_DIR/terralib/Release/linux-g++ 
-</​code ​{coloque o maior que para fechar o code} +export LD_LIBRARY_PATH 
---?</html+cd build/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>​
-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/Release:/​usr/​lib/​ogdi/+LD_LIBRARY_PATH=$LD_LIBRARY_PATH:​$TERRALIBDIR/​terralib/Release/linux-g++
 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> ​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/​dir aRT+R CMD INSTALL --configure-args=--with-terralib=/​terralib/​diraRT
 </​code>​ </​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 ===== ===== Examples =====
Linha 97: Linha 99:
   * sp data ([[http://​www.leg.ufpr.br/​~pedro/​aRT/​docs/​aRTsp.html|html]],​ {{http://​www.leg.ufpr.br/​~pedro/​aRT/​docs/​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/​docs/​aRTtable.html|html]],​ {{http://​www.leg.ufpr.br/​~pedro/​aRT/​docs/​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/​docs/​aRTfillcell.html|html]],​ {{http://​www.leg.ufpr.br/​~pedro/​aRT/​docs/​aRTfillcell.pdf|pdf}})
 +  * GPM ([[http://​www.leg.ufpr.br/​~pedro/​aRT/​docs/​aRTgpm.html|html]],​ {{http://​www.leg.ufpr.br/​~pedro/​aRT/​docs/​aRTgpm.pdf|pdf}})
  
 ===Papers and Presentations=== ===Papers and Presentations===
Linha 106: Linha 110:
 ===Data sets and scripts=== ===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}})   * 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}})
   * 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}})   * 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-peixeboi.R|script}},​ {{http://​www.leg.ufpr.br/​~pedro/​aRT/​data/​peixe_boi.zip|shapefile data}})
 +
 <​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}})
 --></​html>​ --></​html>​
 +
 +===Courses===
 +
 +  * [[software:​art:​course|An Introduction to aRT]] (in portuguese)
 +
 ===Other links=== ===Other links===
 +
   * aRT [[software:​art-dev|development page]]   * aRT [[software:​art-dev|development page]]
   * [[software:​art:​faq|FAQ]]   * [[software:​art:​faq|FAQ]]
-  * [[http://​www.leg.ufpr.br/​~pedro/​aRT/​old|Old versions (source code)]] +  ​* [[http://​www.leg.ufpr.br/​~pedro/​aRT/​CHANGES|Change log]] 
-  * [[http://​www.leg.ufpr.br/​~pedro/​aRT/​old/​win|Old Windows versions]]+  ​* [[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]].   * R resources for spatial statistics at the [[http://​cran.r-project.org/​web/​views/​Spatial.html| the CRAN spatial task view]].
  
Linha 125: Linha 139:
  
 ===Developers=== ===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.andrade at 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
Linha 144: Linha 158:
 [[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.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}}]] [[http://​www.inpe.br/​|{{http://​www.leg.ufpr.br/​~pedro/​aRT/​images/​inpe.jpg}}]]
  
-This project is partially supported by Fapesp, ​proccess ​number 04/11012-0, FPLF proccess ​2005.05.066,​ and CNPq 552044/​2002-4. ​+This project is partially supported by Fapesp, ​process ​number 04/11012-0, FPLF process ​2005.05.066,​ and CNPq 552044/​2002-4. ​
  
 [[http://​www.fapesp.br|{{http://​www.leg.ufpr.br/​~pedro/​aRT/​images/​logo-fapesp.gif}}]] [[http://​www.fapesp.br|{{http://​www.leg.ufpr.br/​~pedro/​aRT/​images/​logo-fapesp.gif}}]]
Linha 163: Linha 177:
  
 <​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 language="​JavaScript" 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)