[R-sig-Geo] Memory limits in R with shapefiles

Thiago V. dos Santos thi_veloso at yahoo.com.br
Mon Apr 22 15:00:14 CEST 2013


What kind of operation do you need to perform in the shapefiles?

Depending on it, one solution could be calling gdal commands from within R, by using system(). For example:

system('gdalwarp argument1 argument2 argument3 argument4')
 
Greetings,
--
Thiago V. dos Santos
PhD student
Land and Atmospheric Science
University of Minnesota
http://www.laas.umn.edu/CurrentStudents/MeettheStudents/ThiagodosSantos/index.htm
Phone: (612) 323 9898


----- Original Message -----
From: Dominic Roye <dominic.roye at gmail.com>
To: r-sig-geo at r-project.org
Cc: 
Sent: Monday, April 22, 2013 6:41 AM
Subject: [R-sig-Geo] Memory limits in R with shapefiles

Hello everyone,

I have a problem with reading a shape of 300 MB in R. My RAM limits are 8
GB. So, i can´t work with this shape, because it needs more than 8GB. Have
anybody an idea how to handle this kind of cases?

Best regards,

Dominic

    [[alternative HTML version deleted]]

_______________________________________________
R-sig-Geo mailing list
R-sig-Geo at r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-geo




More information about the R-sig-Geo mailing list