R: Leer y escribir Esri Shapefiles


Estoy en un curso de la USP, en la IAG sobre smoke , Cmaq y un seminario. Hay que leer y escribir raster en netcdf ioapi. Hay varios paquetes interesantes como "ioapi-hack-R". Pero partiré mostrando como visualizar un shapefiles en R, y de mi tesis.


setwd("/home/sergio/R/tesis")
library(maptools)
red <- readShapeLines("red_10comunas")
plot(red, axes=TRUE, border="gray")


Comentarios

Entradas populares de este blog

ERROR: Grib2 file or date problem, stopping in edition_num. Can't ungrib.exe SOLVED

ARCGIS: Cálculo de pendiente entre puntos en el espacio xyz

Error If you REALLY want Grib2 output from WRF, modify the arch/Config_new.pl - WRF 3.7 in Ubuntu (Elementary)