Skip to content
Back to formatted view

Raw Message

Message-ID: <CANVKczM2-8vsB1E7aQuBdhbh_8mU-3Dr+KJe1udsOH+BHB3wuw@mail.gmail.com>
Date: 2012-02-12T14:58:27Z
From: Barry Rowlingson
Subject: convert bln files
In-Reply-To: <CB98987E6A626A42A92C02833553DEF50245E8D1@ieovigo1.vi.ieo.es>

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