Não foi possível enviar o arquivo. Será algum problema com as permissões?

Essa é uma revisão anterior do documento!


aRT: R-TerraLib API

aRT: R-TerraLib API

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 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 TerraLib project web page.


Download and Installation

General Installation

  1. Install aRT dependencies as detailed in the dependencies section.
  2. Install as usual for R packages:
    > install.packages("aRT", contrib="http://www.leg.ufpr.br/aRT")

See FAQ for more details.

Linux binaries

Windows binary

  • Instead of using install.packages(), you can download aRT_1.7-1.zip and use 'Install package(s) from local zip files' from the 'Packages' menu.

Source code

aRT_1.7-2.tar.gz (Monday, 24-May-2010)

Dependencies

aRT depends on other availability of resources as follows and may not run correctly with versions other than indicated.

Linux

  • Automatic install of all dependencies: install-aRT-dep 32 and 64 bits are apt-based scripts (Debian, Ubuntu, and friends) to facilitate installing aRT dependencies.
  • Individual dependencies
    1. MySQL version 14.12 Distrib 5.0.32 or greater. MySQL is an open source DBMS.
      • apt install:
         apt-get install mysql-server-5.0 libmysqlclient15-dev
    2. Qt version 3.3.3. Qt is a multiplatform toolkit in C++ for the development of graphic interfaces, implemented by Trolltech.
      • apt:
        apt-get install libqt3-mt-dev
    3. JPEG. A library for working with jpeg image format.
      • apt:
         apt-get install libjpeg62-dev
    4. sp version at least 0.9-26. sp is an R package with S4 classes and methods for spatial data.
    5. TerraLib version 3.4.0. TerraLib is a library of classes for GIS. It is available under svn:

mkdir terralib
cd terralib
svn co https://svn.dpi.inpe.br/terralib/tags/v-3-4-0/src
svn co https://svn.dpi.inpe.br/terralib/tags/v-3-4-0/terralibx
svn co https://svn.dpi.inpe.br/terralib/tags/v-3-4-0/terraView
cd terraView/linux
make

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):

TERRALIBDIR=/usr/local/terralib
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$TERRALIBDIR/terralibx/Release:/usr/lib/ogdi/
export LD_LIBRARY_PATH
If TerraLib is located at any another directory you can still install aRT by calling (replace /terralib/dir accordingly):
R CMD INSTALL --configure-args=--with-terralib=/terralib/dir aRT

Windows

  1. MySQL version 14.12 Distrib 5.0.67 or greater. MySQL is an open source DBMS.
  2. sp version at least 0.9-26. sp is an R package with S4 classes and methods for spatial data.

Examples

The following two figures are one example of R data (from geoR package) that can be exported to a TerraLib database, and then it can be visualized with TerraView.

www.leg.ufpr.br_pedro_art_images_parana-r.jpg www.leg.ufpr.br_pedro_art_images_parana-tv.jpg

One of the main objectives of aRT is to do spatial queries and operations in R. For example, in the following figure we have a spatial data from a TerraLib database of Recife city, in Brazil. In the top left figure we have the map of Recife and its districts, with some points, and the bottom left figure shows the seweage. The other two result from spatial queries. The top right answers "Which districts contains the points (yellow) and which ones are their neighbours (green)?" and the bottom right answers "Which sewers are inside (red) or touches (green) the districts that contain the points?"

www.leg.ufpr.br_pedro_art_images_saudavel.jpeg

Another example is shown below. In the left figure there are two cities and their neighbours of first and second order. The right side shows all the neighbours that are completely within a buffer given a distance from the polygons, and the ones that has some overlap with this buffer.

www.leg.ufpr.br_pedro_art_images_neighborhood.jpg

Documentation

User Guides (also distributed as package vignettes)

Papers and Presentations

Data sets and scripts

Contact

Discussion list

  • art_l at leg.ufpr.br

Developers

Collaborators in earlier versions

  • Marcos Aurélio Carrero
  • Adriana Zanella Martinhago
  • Thiago Eugênio Bezerra de Melo
  • Elias Teixeira Krainski
  • Karla Donato Fook

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 Image Processing Division (DPI), at INPE.

www.leg.ufpr.br_pedro_art_images_leg.jpg www.leg.ufpr.br_pedro_art_images_ufpr.jpg www.leg.ufpr.br_pedro_art_images_dpi.jpg www.leg.ufpr.br_pedro_art_images_logo-cst.jpg 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.

www.leg.ufpr.br_pedro_art_images_logo_cnpq.jpg www.leg.ufpr.br_pedro_art_images_saudavel-logo.jpeg

Statistics

Locations of visitors to this page Last Year

<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>


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