[R-sig-Geo] Clip a raster

Robert J. Hijmans r.hijmans at gmail.com
Thu Oct 14 18:21:51 CEST 2010


Manuel,

if "costarica" is a SpatialPolygons* object, you can do:

r <- raster("bio1_23.bil")
cr <- crop(r, costarica)

Robert

On Thu, Oct 14, 2010 at 8:16 AM, Manuel Spínola <mspinola10 at gmail.com> wrote:
>  Dear list members,
>
> I download bioclim data in a raster format (estension: .bil) and I would
> like to clip the variables to a ploygon stored as a shapefile (Costa
> Rica outline).
> How can I do that?
>
> I read the raster file like this:
>
> x <- readGDAL("bio1_23.bil")
>
> Thank you very much in advance.
> Best,
>
> Manuel
>
>
> --
> *Manuel Spínola, Ph.D.*
> Instituto Internacional en Conservación y Manejo de Vida Silvestre
> Universidad Nacional
> Apartado 1350-3000
> Heredia
> COSTA RICA
> mspinola at una.ac.cr
> mspinola10 at gmail.com
> Teléfono: (506) 2277-3598
> Fax: (506) 2237-7036
> Personal website: Lobito de río
> <https://sites.google.com/site/lobitoderio/>
> Institutional website: ICOMVIS <http://www.icomvis.una.ac.cr/>
>
>        [[alternative HTML version deleted]]
>
>
> _______________________________________________
> R-sig-Geo mailing list
> R-sig-Geo at stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/r-sig-geo
>
>



More information about the R-sig-Geo mailing list