22 de agosto de 2018

SIG

Sistemas de Información Geográfica

Los SIG brindan informaciĂłn sobre un elemento en la superficie de la tierra, es el conocimiento sobre en donde esta alguna cosa o que hay en un determinado lugar.

La información geográfica permite encontrar respuestas de ámbitos muy distintos, permite resolver temas cotidianos (Banco más cercano).
## rgdal: version: 1.3-4, (SVN revision 766)
##  Geospatial Data Abstraction Library extensions to R successfully loaded
##  Loaded GDAL runtime: GDAL 2.2.3, released 2017/11/20
##  Path to GDAL shared files: C:/Users/User/Documents/R/win-library/3.5/rgdal/gdal
##  GDAL binary built with GEOS: TRUE 
##  Loaded PROJ.4 runtime: Rel. 4.9.3, 15 August 2016, [PJ_VERSION: 493]
##  Path to PROJ.4 shared files: C:/Users/User/Documents/R/win-library/3.5/rgdal/proj
##  Linking to sp version: 1.3-1
## rgeos version: 0.3-28, (SVN revision 572)
##  GEOS runtime version: 3.6.1-CAPI-1.10.1 r0 
##  Linking to sp version: 1.3-1 
##  Polygon checking: TRUE
## Loading required package: deldir
## deldir 0.1-15
## Loading required package: ade4
## Loading required package: adehabitatMA
## 
## Attaching package: 'adehabitatMA'
## The following object is masked from 'package:raster':
## 
##     buffer
## Loading required package: adehabitatLT
## Loading required package: CircStats
## Loading required package: MASS
## 
## Attaching package: 'MASS'
## The following objects are masked from 'package:raster':
## 
##     area, select
## OGR data source with driver: ESRI Shapefile 
## Source: "D:\CURSOS\SIG\ARCNEW\TEMPORAL\TEMP_COLOMBIA\BOGOTA\BARRIOS", layer: "barrios_SDP"
## with 5811 features
## It has 14 fields

DATOS

##   ID          SEDE LATITUD LONGITUD N_EMPLEADOS N_VENTAS N_CLIENTES
## 1  1          SUBA    4.73  -74.080          35     1823        234
## 2  2      ENGATIVA    4.71  -74.110          64     1542        291
## 3  3      FONTIBON    4.66  -74.130          23     9522        340
## 4  4       USAQUEN    4.69  -74.030          52     9926        516
## 5  5     CHAPINERO    4.66  -74.056          21     9353        223
## 6  6    CANDELARIA    4.58  -74.070          54     1007        463
## 7  7 SAN CRISTOBAL    4.56  -74.120          32     1217        283
## 8  8       KENNEDY    4.62  -74.140          46     4387        466

Icon Markers

Icon cluster

## tmap mode set to interactive viewing

MAPA DOTS

Mapa de puntos que identifica el numero de elmpleados por sede

## Linking to GEOS 3.6.1, GDAL 2.2.3, proj.4 4.9.3

mapa de burbujas

Cambio de color y de tamaño de acuerdo a numero de ventas

## Legend for symbol sizes not available in view mode.
## Warning in kernelUD(datos.sp, h = "href", grid = 1000): xy should contain only one column (the id of the animals)
## id ignored

MAPA DE DENSIDAD