Bookmark this page: Add Convert surfer files to arcgis format to Yahoo MyWeb Add Convert surfer files to arcgis format to Google Bookmarks Add Convert surfer files to arcgis format to Windows Live Add Convert surfer files to arcgis format to Del.icio.us Digg Convert surfer files to arcgis format! Add Convert surfer files to arcgis format to Netscape
  •  
  • Subject
  • Author
  • Date
If you were  Registered and logged in, you could reply and use other advanced thread options
Posted by Alexander Shenkin on June 17, 2010, 12:58 pm


Hi Folks,

I want to convert surfer srf files to something that arcgis can read
(shp i assume). I don't have a copy of surfer on my computer. Is there
any way I can convert them to an arcgis-readable format?

Thanks!

Posted by Duri on July 12, 2010, 7:11 pm


> Hi Folks,
> I want to convert surfer srf files to something that arcgis can read
> (shp i assume). =A0I don't have a copy of surfer on my computer. =A0Is th=
ere
> any way I can convert them to an arcgis-readable format?
> Thanks!

I would have a look at GDAL (which is a command line tool), in
particular the gdal_translate (http://www.gdal.org/
gdal_translate.html) tool allows you to convert between many Raster
formats (http://www.gdal.org/formats_list.html )

to get GDAL i would suggest getting OSGeo4W which is a set of tools
all packaged up for easy install (http://trac.osgeo.org/osgeo4w/ )

the command you will need will be something like "gdal_translate -of
AAIGrid unput.srf output.txt" with the input.srf being your suffer
grid this should give you an ascii grid file that arcgis can import

Hope that helps :)