[R-sig-Geo] convert bln files

Barry Rowlingson b.rowlingson at lancaster.ac.uk
Sun Feb 12 15:58:27 CET 2012


On Sun, Feb 12, 2012 at 2:35 PM, Elena Guijarro Garcia
<elena.guijarro at vi.ieo.es> wrote:
>
> Dear all,
>
> I am new to GIS and just starting to explore R as GIS tool. I have got a compilation of bln files (made in surfer) with the stratification of my study area. Is there a way to convert them with R to other file types so I can use them in R or export them to QGIS?

 If they are supported by GDAL (for raster data) or OGR (for vector
data) then they should be readable by either readGDAL or readOGR from
the rgdal package, or via the raster() function in the raster package.

 If you point us to a sample file then maybe we can have a go...

Barry



More information about the R-sig-Geo mailing list