If you were Registered and logged in, you could reply and use other advanced thread options
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!
> any way I can convert them to an arcgis-readable format?
> Thanks!
> 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 :)
- Req: A program to convert .ov2 files to .csv format pretty please!
- Global Positioning System
- 2009-10-26
- *.gpi files
- Garmin GPS
- 2007-12-09
- is it possible to convert mapsource files (.mps) to Autoroute files (.axe) ?
- Global Positioning System
- 2006-09-17
- mp3 to aa format?
- Garmin GPS
- 2006-09-09



> 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=