Surfer Tutorial
Surfer Tutorial
Tutorial Introduction
Welcome to the Surfer tutorial. This tutorial is designed to introduce you to some of Surfer's features. We cannot
cover all aspects of the program in a tutorial, so this tutorial teaches the basics of Surfer. After you have completed
the tutorial, you will have the skills needed to begin creating your own grids and maps.
If you find you still have questions after you have completed the tutorial, you should consider reviewing the
material in the quick start guide and accessing the rest of Surfer's extensive online help. The Golden Software
website contains a knowledge base of questions and answers, an interactive forum, and training videos. Usually, the
answers to your questions are found in one of these locations. However, if you find you still have questions, do not
hesitate to contact Golden Software’s technical support team. We are happy to answer your questions before they
become problems.
Tutorial Overview
The following is an overview of lessons included in the tutorial.
Starting Surfer shows you how to begin a new Surfer session and open a new plot window.
Lesson 1 - Viewing and Creating Data shows you how to import a data file and how to create a new data file.
Lesson 2 - Creating a Grid File shows you how to create a grid file, the basis for most map types in Surfer.
Lesson 3 - Creating a Contour Map shows you how to create a contour map and change the contour map properties.
Lesson 5 - Posting Data Points and Working with Map Layers shows you how to add a post map layer to display
data points on the contour map. Both maps will share the same axes, limits, and scaling.
Lesson 6 - Creating a Profile shows you how to draw a profile line on the map and automatically create a cross
section from it.
Lesson 7 - Saving a Map shows you how to save your map and all the information it contains to a Surfer .SRF file.
Lesson 8 - Creating a 3D Surface Map shows you how to create a 3D surface map and change the surface map
properties.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 2 of 62
Lesson 9 - Adding Transparency, Color Scales, and Titles shows you how to add transparency, color scales, and
map titles to your maps.
Lesson 10 - Creating Maps from Different Coordinate Systems shows you how to create a map with multiple map
layers and change the coordinate system for the entire map.
Optional Advanced Tutorial Lessons are available to demonstrate additional features of Surfer.
Also, menu commands appear as File | Open. This means, "click on the File menu at the top of the plot window,
then click on Open within the File menu list." The first word is always the menu name, followed by the commands
within the menu list.
Topic Links
Click the Next and Back links at the bottom of each tutorial to browse through the tutorial lessons. The lessons
should be completed in order, however, they do not need to be completed at one time. The advanced lessons are
optional.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 3 of 62
See Also
Using Surfer
Starting Surfer
To begin a Surfer session:
3. The Welcome dialog appears. Click New Plot to open a new blank plot window.
4. A new empty plot window opens in Surfer. This is the work area where you can produce grid files, maps,
and modify grids.
If this is the first time that you have opened Surfer, you are prompted for your serial number. Your serial number is
located on the CD cover or in the email received with the download directions. You may also access your serial
number at any time by clicking Help | About Surfer in the Surfer window.
If you have already been working with Surfer, open a new plot window before starting the tutorial. To open a new
plot window, click the File | New | Plot command.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 4 of 62
A simple XYZ data file. Notice that the X, Y, and Z data are
placed in column A, B, and C, respectively.
Lesson 1 Contents
1. Click the File | Open command, click the button, or press CTRL+O on the keyboard to open the Open
dialog.
2. If you are not in the Samples folder, browse to it. By default, the Samples folder is located in c:\Program
Files\Golden Software\Surfer 13\Samples. In the list of files, click TutorWS.dat.
Notice that the X coordinate (Easting) is in column A, the Y coordinate (Northing) is in column B, and the Z value
(Elevation) is in column C. Although it is not required, row 1 contains header text, which is helpful in identifying
the type of data in the column. When a header row exists, the information in the header row is used in the Property
Manager when selecting worksheet columns.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 5 of 62
the title bar and in the worksheet tab. In this file, row 1 contains
To do this:
5. In the Transform dialog, set the Transform with to Column variables (e.g., C = A + B).
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 6 of 62
6. Set the Transform equation to D = “MW” + ITOA( ROW() - 1). This equation will use a prefix of “MW”
before a number. The number is the row number minus 1 for each row. The ITOA function converts the ROW
() -1 number to text.
9. Leave the Empty cells, Text cells, and Number cells set to the defaults.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 7 of 62
After making changes to the worksheet, save the file by clicking the File | Save command. Note that the data cannot
be saved in the demo version.
1. Click the File | New | Worksheet command, click the button, or press CTRL+W on the keyboard. A new
empty worksheet window is displayed.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 8 of 62
2. Data is entered into the active cell. The active cell is selected by clicking on the cell or by using the arrow keys
to move between cells. The active cell is indicated by a heavy border and the contents of the active cell are
displayed in the active cell edit box. The active cell location box shows the location of the active cell in the
worksheet. Letters are the column labels and numbers are the row labels.
3. When a cell is active, enter a value or text, and the information is displayed in both the active cell and the active
cell edit box.
4. The BACKSPACE and DELETE keys can be used to edit data as you type.
5. To preserve the typed data in the active cell, move to a new cell. Move to a new cell by clicking a new cell with
the pointer, pressing one of the arrow keys, or pressing ENTER. Press the ESC key to cancel without entering
the data.
1. Click the File | Save command, click the button, or press CTRL+S on the keyboard. The Save As dialog is
displayed if you have not previously saved the data file.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 9 of 62
2. In the Save as type list, choose the DAT Data (*.dat) option.
3. Type the name of the file into the File name box.
4. Click the Save button and the Data Export Options dialog opens.
5. Accept the defaults in the Data Export Options dialog by clicking OK.
The file is saved in the Data .DAT format with the file name you specified. The name of the data file appears at the
top of the worksheet window and on the worksheet tab.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 10 of 62
2. In the plot window, click the Grid | Data command, or click the button in the grid toolbar. The Open Data
dialog is displayed.
3. In the Open Data dialog, click the file TutorWS.dat file located in the Samples folder. If you are not in the
Samples folder, browse to it. By default, the Samples folder is located in c:\Program Files\Golden
Software\Surfer 13\Samples. You can select the file in the file list section or in the Open worksheets section of
the dialog by clicking once on the file name. The name appears in the File name box below the list of data files.
5. The Grid Data dialog is displayed. The Grid Data dialog allows you to control the gridding parameters. Take a
moment to look over the various options in the dialog. Do not make changes at this time, as the default
parameters create an acceptable grid file.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 11 of 62
Use the Grid Data dialog to set gridding preferences and create a grid file.
z The Data Columns section is used to specify the columns containing the X and Y coordinates, and the Z
values in the data file.
z The View Data button is used to see a worksheet preview of your data.
z The Statistics button is used to open a statistics report for your data.
z The Grid Report option is used to specify whether to create a statistical report for the data.
z The Gridding Method option is used to specify the interpolation gridding method.
z The Advanced Options button is used to specify advanced settings for the selected Gridding Method.
z The Cross Validate button is used to assess the quality of the gridding method.
z The Grid Line Geometry section is used to specify the XY grid limits, grid spacing, and number of grid nodes
(also referred to as rows and columns) in the grid file.
z The Grid Z Limits section is used to clamp the grid output to minimum and/or maximum values.
z The Z Transform controls whether the actual Z value or the log (base 10) of the Z value is gridded and how
the Z value is stored in the grid file.
z The Blank grid outside convex hull of data automatically blanks any locations that are outside the data area.
When checked, the Inflate convex hull by option is available. This allows the area to be gridded to be
expanded or contracted beyond the data locations by the value specified.
z The Output Grid File displays the path and file name for the grid file.
6. Click OK. In the status bar at the bottom of the window, a display indicates the progress of the gridding
procedure. By accepting the defaults, the grid file uses the same path and file name as the data file, but the grid
file has a .GRD extension.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 12 of 62
7. By default, a Surfer dialog appears after gridding the data with the full path and file name of the grid file that
was created. Click OK in the Surfer dialog.
8. If Grid Report was checked in the Grid Data dialog, a report is displayed. You can minimize or close this
report. This report contains detailed information about the gridding process.
The Map | New | Contour Map command creates a contour map based on a grid file. This lesson will create a
contour map from the .GRD file created in Lesson 2 - Creating a Grid File.
2. The Open Grid dialog is displayed. Select the TutorWS.grd file created in Lesson 2 - Creating a Grid File by
clicking once on its name. The file name is entered in the File name box.
3. Click Open and the map is created using the default contour map properties.
4. If you want the contour map to fill the window, click the View | Fit to Window command, click the button,
or press CTRL+D on the keyboard. Alternatively, if you have a wheel mouse, roll the wheel forward to zoom in
on the contour map. The zoom is changed so that the cursor location remains on the screen. Click and hold the
wheel button straight down while you move the mouse to pan around the screen.
Lesson 3 Contents
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 13 of 62
Exporting 3D Contours
1. Place the cursor inside the limits of the contour map and click once. Or, click on the Contours-TutorWS.grd
object in the Object Manager. When the contour layer is selected, the contour properties are displayed in the
Property Manager.
2. In the Property Manager, click the Levels tab to display the contour levels and contour line properties for the
map. In this example, the contour levels begin at Z = 20. This is displayed next to Minimum contour. The
Maximum contour level is Z = 105.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 14 of 62
3. To change the contour range, click in the box next to Minimum contour or Maximum contour. Highlight the
existing value and type a new value. The Data range of the grid file is displayed at the top of the Levels page,
making selecting an appropriate range easier. For best results, select values for Minimum contour and Maximum
contour that are in or near this Data range.
4. The Contour interval, or the frequency of contour lines, is five. This means that a contour line will be displayed
every five Z units. We should see contour lines at 20, 25, 30, 35, etc. up to 105. Click in the Contour interval
box, highlight the value 5, and type the value 10.
5. Press ENTER on the keyboard. The map automatically updates to show contour lines every 10 Z units. The
minimum contour level is Z = 20, and the largest contour level is Z = 105.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 15 of 62
2. Press ENTER on the keyboard and every third line is a major contour line.
2. Click the next to Line Properties in the Major Contours section. The major line properties appear.
3. Click the Black color box next to Color. Select another color, such as Red, from the list. The map
automatically updates.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 16 of 62
4. Click the next to Width and change the value to 0.03 inches. Thick red lines now appear at the major
contours.
2. Click the next to Line Properties in the Minor Contours section. The minor line properties appear.
3. Click the 30% Black color box next to Color. Select another color, such as 80% Black, from the list.
4. Click in the box next to Style and select a dashed line from the list. Dashed gray lines now appear at the
minor contours.
1. Click once on the contour map to select it. The contour map properties are shown in the Property Manager.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 17 of 62
4. Check the box next to Fill contours. The contour map automatically updates to display the default grayscale
color fill between contours.
1. Click the color bar next to Fill colors. A list of colormaps appear. Click one of the preset colormaps, such as
Rainbow, and the map automatically updates to display the new colors.
2. If only a minimum and maximum color are desired, click the button next to the colormap beside Fill colors.
The Colormap dialog appears.
3. The Colormap dialog allows you to select colors to assign to specific Z values. Click the colormap next to
Presets. Select Grayscale from the list.
4. Click on the left node below the color spectrum. This selects the minimum color node. Click on the color
button next to Color and select the color Blue in the color palette. The color scale now ranges from Blue to
White. Alternatively, you could select an existing color spectrum from the Presets list, or a custom colormap by
clicking the Load button.
5. If you would like the color fill to be transparent, change the Opacity value by clicking and dragging the slider
next to Opacity.
6. Click OK and the contour map is redrawn with the blue to white fill.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 18 of 62
3. Change the Level method by clicking on the word Simple next to Level method and selecting Advanced
from the list.
4. Click the Edit Levels button next to Contour levels to open the advanced Levels for Map dialog.
5. Click on the column header buttons to make bulk changes at regular intervals. This provides a way to
emphasize contours.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 19 of 62
7. Change the First value to 2, the Set value to 1, and the Skip value to 2.
{ The First value tells Surfer which contour line to first change. This says to set the label format for the
second contour line (Z=30).
{ The Set value tells Surfer how many lines to set with this style. This says to set only one line with the
label format.
{ The Skip value tells Surfer how many lines to skip before setting the next contour line. This says to
skip two contour lines. So, the Z=40 and Z=50 contours are not set.
{ The next contour line Z=60 uses the label format. Z=70 and Z=80 are skipped. Z=90 is set. Z=100 is
skipped.
12. Click OK in the Labels dialog. Notice how the label status is changed in the Levels for Map dialog.
{ The First value tells Surfer to set the hachure setting for the first contour line, Z=20.
{ The Set value tells Surfer to set only one contour line to the hachure style.
{ The Skip value tells Surfer how many contours to skip. In this case, no contours are skipped. This
means that all of the contours will have the hachure style.
15. Check the Hachure Closed Contours Only box, if it is not already checked.
17. Click OK. This changes all of the items under Hach to Yes. All closed contours will have hachure marks.
18. Click OK in the Levels for Map dialog and the bulk changes are made to the contour map.
z setting the minimum, maximum, and contour interval by clicking the Level button,
z setting the line properties for all lines to a uniform or gradational color and style by clicking the Line button,
z setting the Colormap for the foreground and background color and the fill pattern between all contour lines by
clicking the Fill button,
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 20 of 62
z setting the label properties for all contour labels or contour labels on a frequency basis by clicking the Label
button,
z or setting the hachure properties for all contours or on a frequency basis by clicking the Hach button.
4. Click the Edit Levels button next to Contour levels to open the advanced Levels for Map dialog.
5. In the Levels for Map dialog, you can double-click an individual Z value in the list underneath the Level
button to change the Z value for that particular contour level. Let's double-click on the number 60.
8. You can also double-click the line style for an individual level to modify the line properties for the selected
level. This provides a way to emphasize individual contour levels on the map. Double-click on the line style
next to the 70.
9. In the Line Properties dialog, change the Style to a solid line by clicking on the existing dashed line and
selecting the Solid line from the list.
11. Let's add a single contour line halfway between two existing values. Click on the number 65 under the Level
column.
12. Click the Add button. The value 57.5 is added between the 50 and the 65.
13. Click OK and the individual settings are made to the contour map.
z setting an individual level value by double-click on the level value to enter a new Z value,
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 21 of 62
z setting the individual line properties for a single level by double-clicking the line style for that level,
z setting the fill color or pattern for a single level by double-clicking on the fill pattern for that level,
z setting the label properties for a single contour label by double-clicking on the Yes or No under the Label
column for that level,
z or setting the hachure properties for a single contour level by double-clicking on the Yes or No under the
Hach column for that level.
example shows the line for the Z = 70 after it is changed to a solid line.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 22 of 62
1. Click the Map | Edit Contour Labels command or right-click on the contour map and select Edit Contour
Labels. The cursor changes to to indicate that you are in edit mode. Contour labels have rectangular boxes
around them in edit mode.
2. To delete a label, click on the label and press the DELETE key on the keyboard. For example, left-click on one
of the center 65 labels and press the DELETE key on your keyboard.
3. To add a label, press and hold the CTRL key on the keyboard and left-click the location on the contour line
where you want the new label to be located. The cursor changes to a black arrowhead with a plus sign to
indicate you are able to add a new label. Add several contour labels to the solid and dashed red lines.
4. To move a contour label, left-click on the label, hold down the left mouse button, and drag the label. Release the
left mouse button to complete the label movement.
5. To duplicate a label, hold the CTRL key on the keyboard while holding the left mouse button on an existing
label. Drag the label to a new location along the line.
6. To exit the Edit Contour Labels mode, press the ESC key.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 23 of 62
1. Select the contour map layer by clicking on the map layer in the plot window or by clicking on the word
Contours-TutorWS.grd in the Object Manager.
4. Specify AutoCAD DXF File (*.dxf), 2D Esri Shapefile (*.shp), 3D Esri Shapefile (*.shp), or Text format (*.txt)
in the Save as type box.
5. Click Save and the file is exported to the current directory. This creates a file titled TutorWS.dxf, TutorWS.shp, or
TutorWS.txt depending on what file type you selected. Additional files may also be created that accompany the
DXF, SHP, or TXT file.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 24 of 62
2. The bottom axis properties are displayed in the Property Manager. Click on the General tab.
3. Click the next to Title to open the Title section if it is not already open.
4. Click in the box next to Title text. Type Bottom Axis and press the ENTER key on the keyboard. This places a
title on the selected axis. Alternatively, click the button. Type the text in the Text Editor and click OK.
5. If you cannot see the axis title, click the View | Zoom | Selected command. The map automatically increases its
size to fill the plot window.
1. In the Property Manager, click on the Scaling tab to display the axis scaling options.
2. In the Major Interval box, highlight the value 1 and type the value 1.5.
3. Press ENTER on the keyboard to place 1.5 X map units between tick marks. This spacing automatically updates
on the map axis.
6. Click the next to Label Format to open the Label Format section.
8. Click in the box next to Decimal digits. Highlight the existing value and type the value 1.
9. Press ENTER on the keyboard. This indicates that only one digit follows the decimal point for the axis tick
labels.
0. The map is updated immediately after every change, showing the axis tick spacing, labels, and the axis title.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 25 of 62
You can use the axis properties to change the tick mark and axis title properties.
Map layers allow you to add multiple maps to an existing map to create one map object displaying a variety of map
types. The map uses a single set of axes and the map layers are positioned according to the target coordinate system.
For example, if you have a contour map of weather data created, you can add a post map layer displaying the
location and station names of each data collection station.
Map layers can be added to an existing map by selecting the map and using the Map | Add command, by dragging
an existing map layer from one map object to another, or by selecting all maps and using the Map | Overlay Maps
command.
Lesson 5 Contents
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 26 of 62
If two maps already existed, a map layer can be dragged to a different map object in the Object Manager.
Alternatively, select both maps and click the Map | Overlay Maps command. All selected map layers are moved to
a single map object.
To delete a map layer, select the layer in the Object Manager and press the DELETE key. To remove a map layer
from a map object, right-click the layer and select Break Apart Map Layer.
If you have not already completed Lesson 1 - Viewing and Creating Data, do so now. This lesson adds a worksheet
column that is used for the post map labels.
1. Click once on the Contours-TutorWS.grd layer in the Object Manager to select it.
2. Click the Map | Add | Post Layer command, or right-click on the contour map and select Add | Post Layer.
3. In the Open Data dialog, select TutorWS.dat in the Open worksheets section at the bottom of the dialog. If the
TutorWS.dat file is not already open, browse to the Samples directory and select it in the file list. By default, the
Samples folder is located in C:\Program Files\Golden Software\Surfer 13\Samples.
4. Click Open.
The post map layer is added to the contour map. Notice in the Object Manager that the post map layer has been
added to the Map. The two map layers now share the same set of axes. Changes made to the map properties will
affect both the contour map layer and the post map layer.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 27 of 62
Back to Lesson 5 - Posting Data Points and Working with Map Layers
1. Click on the Post-TutorWS.dat layer in the Object Manager or on the post map layer in the plot window.
4. Click the next to Symbol Properties to open the Symbol Properties section.
5. Next to the Symbol, click on the existing symbol. In the list, click on the filled diamond symbol (Symbol set:
GSI Default Symbols, Number: 6) from the symbol palette.
6. Next to Fill color, click on the existing color. In the color palette, select the Cyan color. The symbol is now cyan
on the inside and black on the outside.
7. Fill opacity and Line opacity can be adjusted to create semi-transparent symbols by dragging the next
to Fill opacity or Line opacity, if desired.
9. Highlight the value next to the Symbol size option and type 0.09 in.
0. Press ENTER on the keyboard. The symbols update with the new symbol size.
2. To change the symbol colors based on a worksheet value, click on the None next to the Color column option
and select Column C: Elevation.
4. Click the colormap next to the Symbol colors and select the desired colormap, such as Terrain.
If the post map is not visible, ensure that the post layer is on top of the contour layer in the Object Manager. The
order the layers are listed in a map object is the order the map layers are drawn in the plot window. To move a map
layer, left-click and drag up or down in the map object. Alternatively, select the map layer and use the Arrange |
Order Objects command or right-click and select Order Objects.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 28 of 62
To add labels:
3. Click the next to Label Set 1, if the section is not already open.
4. Next to Worksheet column, click the word None. A list displaying all of the columns in TutorWS.dat are
displayed. Select Column C: Elevation from the list.
5. For the Position relative to symbol option, click on the existing option and select Below from the list.
6. Click the Add button next to the Add label set option to add a second label to the post map.
7. Next to Worksheet column, click the word None. A list displaying all of the columns in TutorWS.dat are
displayed. Select Column D: Name from the list.
8. For the Position relative to symbol option, click on the existing option and select Above from the list.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 29 of 62
9. Click the next to Font Properties to open the Font Properties section.
0. Change the Background opacity to 33%. This places a slightly white box around the names.
The post map layer is automatically redrawn with labels on each of the data points.
Add labels to post maps in the Property Manager on the Labels tab.
2. Click the Map | Edit Post Labels command or right-click on the selected map and select Edit Post Labels. The
cursor will change to to indicate you are now in post label editing mode.
3. Left-click on a label, hold the left mouse button down, and drag the label to a new location. With the left mouse
button held down, the arrow keyboard keys can be used to nudge the label location. Release the left mouse
button to place the label in the new location. A leader line will be added from the point location to the new label
location by default. The leader line visibility and line properties are controlled on the Labels page in the
Property Manager when the post map is selected.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 30 of 62
4. Press the ESC key to exit the post label editing mode.
Customize the post map labels with the Edit Post Labels command.
To start off, you must first have a grid file of your surface data. The profile line will be drawn directly on the map.
2. Click the Map | Add | Profile command. The cursor changes to a to indicate that you are in the drawing
mode.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 31 of 62
3. Click inside the contour map near the (0,4) and (9,4) coordinate locations. The exact coordinates of the cursor
are displayed in the status bar for reference.
4. After the second point has been clicked, a line connects the points. Press ENTER on the keyboard to end
drawing mode.
5. Click the View | Fit to Window command to see the entire map and profile.
The base map layer is automatically added to the contour map and the profile graph is automatically created. The
properties can be edited by clicking on the Profile 1 object in the Object Manager.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 32 of 62
and tab indicates the file has been modified and the modifications have not yet been saved.
If you are using the demo version of Surfer you will not be able to save or export the map. Please proceed to the
next lesson.
To save a map:
1. Click the File | Save command, or click the button. The Save As dialog is displayed because the map has not
been previously saved. Set the Save in directory to any directory on your computer.
3. Make sure that the Save as type is set to Surfer Document (*.srf).
4. Click Save and the file is saved to the current directory with a .SRF extension. The saved map remains open and
the title bar changes to reflect the name change. There is no longer an asterisk next to the file name.
If desired, the Save as type can be set to Surfer 11 Document (*.srf) or Surfer 12 Document (*.srf), if the file is to be
shared with users using Surfer 11 or Surfer 12. After selecting the format, click Yes in the dialog. Any Surfer 13
specific features are lost when saving to a previous Surfer version format.
For example, if you have location (X, Y) and temperature (Z) data for a region and you have the same location (X,
Y) and corresponding elevation (Z) data for the area, you could create a grid file with the Z variable being elevation
and a grid file with the Z variable being temperature. You could create a 3D surface of the elevation grid to
represent topography, then add a contour map of the temperature variation. You could continue to add map layers,
such as a classed post map layer with the temperature collection stations that have different symbols depending on
the elevation.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 33 of 62
1. Click the File | New | Plot command or click the button to open a plot document.
3. In the Open dialog, select the grid file TutorWS.grd from the list of files. The TutorWS.grd, created in Lesson 2
- Creating a Grid File, is located in Surfer's Samples folder. If you are not in the Samples folder, browse to it.
By default, the Samples folder is located in c:\Program Files\Golden Software\Surfer 13\Samples.
4. Click Open and the 3D surface is created using the default settings.
Lesson 8 Contents
Creating a Surface
Adding a Mesh
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 34 of 62
surfaces can be combined with more map types and can change the map limits. Adding mesh lines to a 3D surface
map simulates a 3D wireframe map.
1. Click once on 3D Surface-TutorWS.grd in the Object Manager to select it. The 3D surface properties are
displayed in the Property Manager.
3. Check the box next to the Draw lines option in both the Lines of Constant X and Lines of Constant Y
sections.
4. Change the Frequency in both the Lines of Constant X section and Lines of Constant Y section to five.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 35 of 62
3. Click the next to Material Color to open the section if it is not already open.
4. Click the color bar next to Upper. In the list, select one of the predefined colormaps, such as Rainbow.
5. If you wish to define your own colors, click the button to the right of the selected colormap. The Colormap
dialog opens.
6. In the Colormap dialog, select a predefined colormap from the Presets list. The Presets list contains a variety of
predefined color schemes. Alternatively, you can click the Load button and select a custom color spectrum .CLR
file. The ColorScales folder, located in the Surfer installation directory, contains many sample .CLR files.
7. The Rainbow preset has six nodes that range from purple to red. You can add, remove, apply opacity, customize
the nodes, or accept the default selections. To reverse the color order, click the Reverse button.
8. Click OK in the Colormap dialog to update the surface map properties with your color changes.
You can continue to experiment with the colors by selecting other color spectrums from the list next to Upper. Or,
click the button to the right of the colormap and make changes in the Colormap dialog. You can experiment
with selecting custom node locations and colors.
five. The 3D surface map is using the preset Rainbow color spectrum.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 36 of 62
You can add additional map layers to the 3D surface with the Map | Add command. All map layers, except other
3D surfaces, are converted into a type of image known as a texture map. This texture map is then applied to the
surface by stretching it and shrinking it as necessary. When these maps are added to the surface map, you have a
choice on how to treat the texture map. You can use the colors from overlays only, from the surface only, or blend
colors from the overlays and surface. For example, you could create a color filled contour map, add the contour map
and surface, and then use the colors from the contour map only. A 3D wireframe layer cannot be added to a 3D
surface map.
When multiple 3D surfaces of differing elevations are added as layers to an existing surface map, the surfaces can
intersect and overlap each other. If a surface map is added to another surface map with the Map | Add | Surface
Layer command and the two maps are adjacent to each other in the X or Y direction, the surfaces are drawn side-
by-side. In this example, we will add a plane layer to the surface you just created.
2. Click the Map | Add | 3D Surface Layer command, or right-click the surface map and select Add | 3D Surface
Layer.
3. In the Open Grid dialog, select the planar grid, TutorPl.grd from Surfer's Samples directory. If you are not in
the Samples folder, browse to it. By default, the Samples folder is located in c:\Program Files\Golden
Software\Surfer 13\Samples.
4. Click Open and the new surface map layer is added using the default settings.
7. Click the next to Material Color to open the Material Color section.
8. Click on the color next to Upper. Select Rainbow in the list to match the 3D Surface-TutorWS.grd color fill.
You can overlay two or more 3D surfaces. Depending on each surface's XYZ ranges,
the surfaces may overlap or intersect each other. This example shows
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 37 of 62
Before moving on to the next lesson, be sure to save your progress with the File | Save command. Type a new File
name, such as TutorWS-Surface.SRF. Click Save and the new file will be saved to include all the steps from this
lesson.
1. Click the File | New | Plot command, or click the button. A new empty plot window is displayed.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 38 of 62
3. Select the grid file Golden.grd from the list of files in the Open Grid dialog. By default, the Samples folder is
located in C:\Program Files\Golden Software\Surfer 13\Samples.
4. Click Open. The map is created using the default settings. Some settings are persistent while Surfer is open. If
you have completed Lesson 3 - Creating a Contour Map in the same session, the map created in this step will
have uphill hachures and white-text contour labels.
8. Click the next to Filled Contours to open the Filled Contours section, if it is not already open.
9. Check the box next to Fill contours to fill the contours with the default color scale.
0. Click the next to Labels to open the Labels section, if it is not already open.
1. Click the next to Font properties to open the Font properties section.
2. If the Foreground color is not Black, click the current color and select Black from the color palette.
Lesson 9 Contents
Adjusting the Opacity may be useful when you have multiple map layers and need to make one or more layers
semi-transparent to best represent your data.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 39 of 62
3. Click the button next to Fill colors. The Colormap dialog opens.
4. Click the current selection in the Presets list and select Terrain.
5. Verify the Apply opacity to ALL nodes check box is checked. If it is not checked, click the check box.
6. Highlight the existing 100% value next to the Opacity option and type 30.
7. Click OK in the Colormap dialog. The Terrain colormap and 30% opacity setting is applied to the contour
layer's Fill colors. Notice Custom is displayed in the Fill colors field.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 40 of 62
2. Click on the Level tab. Be sure the Fill contours options is checked.
3. Click the next to Filled Contours to open the Filled Contours section, if it is not already open.
4. Check the box next to Color scale. A default color scale is created. A new Color Scale object is added to the
Object Manager.
5. Make adjustments to the label or line properties. The color scale bar is automatically updated with the changed
properties.
2. In the Property Manager, click on the General tab to edit the color scale properties.
3. Click the next to Title to open the Title section, if it is not already open.
7. Change the title position by clicking the current selection next to Position. Select Top from the Position list.
8. Notice the color scale title moves to the top of the color scale, and the text orientation automatically changes to
horizontal.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 41 of 62
The map and color scale object are shown in this image. The color scale has the same opacity
as the contour map when the transparency is applied to the contour layer Fill colors colormap.
2. Click the Map | Add | Base Layer from Server command or click the button to download an image base
map from a web mapping server.
4. Click the next to the NAIP Color Imagery for US server name.
6. Notice the Specify Latitude/Longitude Extents is selected with the boundaries of the selected Map.
7. In the Select Image Resolution to Download section, drag the slider to the right to increase the image
resolution. The farther to the right the slider is located, the better the resolution and the larger the image.
Clicking on one of the lines in the middle toward the left side of the slider downloads a map of sufficient
quality that is smaller in size.
8. Click OK and the base layer downloads. The base layer is automatically placed behind the contour and layer.
9. If a Surfer dialog appears prompting you to adjust the map limits, click No.
10. Click on the Base-USGS_EROS_Ortho_NAIP layer in the Object Manager to select the new base layer.
In the Object Manager, you may want to click the check mark next to the Contours-TutorWS.grd or Base-
USGS_EROS_Ortho_NAIP layers to toggle the visibility of the maps on and off.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 42 of 62
The base map is visible behind the partially transparent contour map.
1. Click once on the Top Axis in the Object Manager to select it.
4. In the box next to Title text, click the button to open the Text Editor. This dialog allows multiple lines of text
to be created or individual characters to have a different appearance.
5. Type Tutorial Map and press the ENTER key on the keyboard.
6. On the second line, we will use a dynamic predefined math text instruction to insert the current date. Click the
button.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 43 of 62
7. In the Date/Time Format Builder dialog, select the desired date/time format in the Predefined date/time
formats list. For instance, select MM/dd/yy.
8. Click Insert next to the selected date/time format in the Predefined date/time formats list. Notice the format in
the Date/Time format field updates to the selected format.
9. Click OK in the Date/Time Format Builder dialog. Today's date is added to the Text Editor.
2. Change the Size (points) to 14. The size is located immediately to the right of the font name.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 44 of 62
Lesson 10 Contents
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 45 of 62
1. Click the File | New | Plot command or click the button to open a new plot window.
2. Click Map | New | Contour Map to create the first map layer, a new contour map.
3. In the Open Grid dialog, click on the Diablo.grd file from Surfer's Samples folder. If you are not in the
Samples folder, browse to it. By default, the Samples folder is located in C:\Program Files\Golden
Software\Surfer 13\Samples.
6. In the Property Manager, click on the Coordinate System tab. Note that the contour map layer was
imported with a coordinate system already specified. This map layer is in State Plane 1927 - California III
(Meters), as shown in the Name field.
coordinate system.
1. Create a new post map with the Map | New | Post Map command.
2. In the Open Data dialog, select the Diablo Example.dat file in the Surfer Samples directory. If you are not in
the Samples folder, browse to it. By default, the Samples folder is located in c:\Program Files\Golden
Software\Surfer 13\Samples.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 46 of 62
3. Click Open.
4. Click on the Map that contains the post map and drag it in the plot window so that the two maps are side by
side. Note that the axes on the two maps have very different coordinates.
5. Click on Post-Diablo Example.dat in the Object Manager to select the post layer.
6. In the Property Manager, click on the Coordinate System tab. Note that the post map does not have a
predefined coordinate system.
7. Click the Set button to define the coordinate system for the post map. Since we know this coordinate system,
we can set it.
8. We can use the search bar to reduce the number of projections listed in the Assign Coordinate System dialog,
since we know the map coordinate system. In the Search for text or EPSG code box, type UTM Zone 10N.
10. In the Assign Coordinate System dialog, click the next to Predefined to open the Predefined section.
11. Click the next to Projected Systems to open the Projected Systems section.
13. Click the next to North America to open the North America section.
14. Click on the North America NAD27 UTM Zone 10N to select it.
15. Click OK. On the Coordinate System tab, the post layer shows a defined coordinate system next to Name.
The two maps are displayed side by side with very different coordinates displayed on the axes.
14. In the Object Manager, click and drag the Post-Diablo Example.dat map layer into the Map object that
contains the Contours-Diablo.grd map layer. The two map layers are now overlaid. You can see the posted symbols are
located on the contour lines, despite the different coordinate systems.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 47 of 62
When searching in the Assign Coordinate System dialog, the search string must exactly match a portion of the
desired coordinate system name or EPSG code. However, the search string does not need to be the complete name
or EPSG code. For example, searching for System 1984 will return the World Geodetic System 1984 coordinate
system, but searching for World 1984 returns no results.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 48 of 62
4. In the Assign Coordinate System dialog, click the next to Predefined to open the Predefined section.
5. Click the next to Geographic (lat/lon) to open the Geographic (lat/lon) section.
7. Click OK.
On the Coordinate System tab, the map now has a different coordinate system than either the contour or post map
layers. Notice that the axes are now showing latitude and longitude values, as well.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 49 of 62
2. In the Property Manager, click on the General tab to view the General page.
3. Click the next to Labels if the Labels section is not already open.
4. Click the next to Label Format to view the Label Format properties.
5. Click the current selection next to Type and select DMS (Lat/long) from the list.
8. Click the current selection next to Type and select DMS (Lat/long) from the list.
9. Click on the Scaling tab to view the Scaling page in the Property Manager.
10. Highlight the value next to Major interval and type 0.03.
11. The axis labels are now in Degrees, Minutes, Seconds format.
Many additional edits can be made to the map. You can continue to experiment with the various coordinate systems
or editing any portion of the map layers.
The final map contains two overlaid layers, each with different source coordinate systems. The axis
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 50 of 62
Tutorial Complete
Congratulations! You have completed the Surfer tutorial lessons one through ten.
The remaining tutorial lessons are optional advanced lessons. It is recommended that you complete the optional
lessons, because these lessons provide additional information about how Surfer works.
If you have questions, try looking for answers in the online help, quick start guide, online knowledge base, and
interactive forum. If you find you still have questions, do not hesitate to contact Golden Software’s technical
support team.
Lesson 11 - Custom Toolbars and Keyboard Commands shows you how to create custom toolbars and keyboard
shortcuts to improve your efficiency in Surfer.
Lesson 12 - Overlaying Map Layers shows you the three methods to overlay map layers.
Lesson 13 - Blank a Grid File shows you how to create a blanking file and use the Grid | Blank command to create
a grid file with an irregular boundary.
Lesson 14 - Changing the Projection in the Worksheet shows you how to change the projection of a data set in the
Surfer worksheet.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 51 of 62
See Also
2. Click on the Toolbars tab. Click the New button. The Toolbar Name dialog opens.
3. Type a name for the new toolbar, such as My Custom Commands. Click OK. An empty condensed floating
toolbar will appear.
4. Drag the new toolbar to the top of the Surfer screen to dock it next to the other toolbars.
1. If the Customize dialog is not still open, open it by clicking the Tools | Customize command.
2. Click on the Commands tab. The Commands page displays all of the Surfer menus in the Categories list.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 52 of 62
6. When you are done creating your custom toolbar, click Close in the Customize dialog.
7. The custom toolbar can be toggled on or off with the View | Toolbars command.
The Help | Keyboard Map command displays a list of the current keyboard commands. The Category list contains
the menu commands for the selected accelerator. The Show Accelerator for list allows you to view the keyboard
commands for the Plot Document, Grid Document, or Worksheet.
In this example, we will create a custom keyboard shortcut for the commonly used Grid | Data command.
1. Let's verify that the Grid | Data command does not have a keyboard shortcut assigned to it. Click Help |
Keyboard Map.
3. Visually scroll down the list of Grid menu commands. Notice that there is no Keys assigned to GridData. Close
the dialog by clicking the X in the upper right corner of the dialog.
0. Press the CTRL + SHIFT + D keys on the keyboard. The shortcut will appear automatically in the Press New
Shortcut Key box.
a. If no other command has this keyboard shortcut, [Unassigned] will be displayed below Assigned to. If the
shortcut is not assigned to another command, click the Assign button. The shortcut is added to the Current
Keys list.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 53 of 62
b. If another command has the keyboard shortcut, the command is listed below Assigned to. If this is the case,
the Assign button is grayed out. Select a different shortcut key for the command. Each shortcut key can be
assigned to only one command.
8. Once you have assigned CTRL + SHIFT + D to the Plot Document, Grid | Data command, click the Close
button.
9. In the plot window, press the CTRL + SHIFT + D command on the keyboard. The Grid | Data command is
executed, and the Open Data dialog opens.
This tutorial will cover all three methods that are available to overlay map layers in Surfer. This tutorial will also
cover combining maps from different Surfer .SRF files.
Before we start, it is important to understand the difference between a map object and a map layer. The Object
Manager is the easiest place to see the difference between a map object and a map layer.
z A map object is listed in the Object Manager as Map. A map object consists of axes and an optional map
layer or map layers. Click on the Map object to open the map properties in the Property Manager, where the
View, Scale, Limits, Frame, Coordinate System, and Info are controlled.
z A map layer is listed in the Object Manager as the map type name (i.e. Contours). A single map layer or
multiple map layers can be part of a map object. Click on the map layer (i.e. Contours) to open the properties
for the selected map type (i.e. contour map properties) in the Property Manager. The specific properties
related to the map type are controlled separately from the entire map properties.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 54 of 62
1. Click the File | New | Plot command to open a blank plot window.
3. In the Open Grid dialog, select the Demogrid.grd file from Surfer's Samples folder. If you are not in the
Samples folder, browse to it. By default, the Samples folder is located in c:\Program Files\Golden
Software\Surfer 13\Samples.
4. Click Open.
5. Leave Unreferenced local system selected in the Assign Coordinate System dialog and click OK. The contour
map is displayed in the plot window and the Object Manager.
6. Click the Map | New | Post Map command to create a second map.
7. In the Open Data dialog, select the sample file Demogrid.dat from Surfer's Samples folder. If you are not in the
Samples folder, browse to it. By default, the Samples folder is located in c:\Program Files\Golden
Software\Surfer 13\Samples.
8. Click Open.
9. Leave Unreferenced local system selected in the Assign Coordinate System dialog and click OK. The post map
is displayed in the plot window and the Object Manager.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 55 of 62
The contour map layer and the post map layer are displayed in separate map
objects in the Object Manager and the plot window.
8. Click on the Post map layer in the Object Manager. Hold down the left mouse button and drag the Post map
layer to the map that contains the Contours map layer. When the cursor changes to a horizontal arrow, release the
left mouse button, and the map layer is added to the new map frame. The post map will now be overlaid on the
contour map with a single Map object.
Click on the post map layer (left). Drag the post map layer to the
other map object. When the cursor is a horizontal arrow (middle), release the
mouse button to drop the map layer in the new location (right).
The post map layer was dragged to overlay on top of the contour map layer.
The Map object now has two map layers (Post, Contours).
9. Additional map layers from other map objects can be overlaid on this map object using any of the three methods.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 56 of 62
2. Click the Map | Add | Base Layer command. Alternatively, right-click once on the map or one of the map
layers and click Add | Base Layer.
3. In the Import dialog, select the Demorect.bln file from Surfer's Samples folder. If you are not in the Samples
folder, browse to it. By default, the Samples folder is located in c:\Program Files\Golden Software\Surfer 13
\Samples.
4. Click Open.
5. Leave Unreferenced local system selected in the Assign Coordinate System dialog and click OK. A base map
of a rectangle is displayed in the plot window and the Object Manager as a new map layer to the existing Map
object.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 57 of 62
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 58 of 62
lines are not rectangular or square, the grid will need to be blanked. The Grid | Blank command combines an
irregularly shaped blanking .BLN file with a rectangular grid file. The result is a new grid file where the contours
stop at the boundary of the blanking file.
In the previous lesson (Overlaying Map Layers) in method 1-3, you created a map with a contour map layer, a post
map layer, and a three base map layers. The first base map displays the rectangular area of interest, while the
contour map displays a larger area than we need to display. Using the blanking command, we will create a new grid
file that has everything outside the base map rectangle blanked.
Click on the plot window that contains the overlaid map layers from the previous lesson. Click on the next to the
upper two base maps. This will turn the display of these base maps off.
2. Select the Demorect.bln file from Surfer's Samples folder. If you are not in the Samples folder, browse to it. By
default, the Samples folder is located in c:\Program Files\Golden Software\Surfer 13\Samples.
4. The first row displays the blanking header information. Cell A1 displays the total number of vertices (in this
example, 5). Cell B1 displays the blanking flag. The blanking flag can be either a "0" to indicate "blank outside"
or a "1" to indicate "blank inside". We want to blank outside the rectangle, so ensure the blanking flag is set
properly. A blanking flag of zero is shown in cell B1, so the file can be closed without any changes. Click File |
Close.
6. In the Open Grid dialog, select the Demogrid.grd file from Surfer's Samples folder. If you are not in the
Samples folder, browse to it. By default, the Samples folder is located in c:\Program Files\Golden
Software\Surfer 13\Samples. Click Open. This is the grid file used to create the original contour map.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 59 of 62
7. In the Open dialog, select the DemoRect.bln file from Surfer's Samples folder. If you are not in the Samples
folder, browse to it. By default, the Samples folder is located in c:\Program Files\Golden Software\Surfer 13
\Samples. Click Open. This is the boundary file displayed on the map.
8. In the Save Grid As dialog, type a File name, such as Demogrid_Blanked.grd. Change the Save as type to the
desired grid file format. Select GRD Surfer 7 Binary Grid (*.grd) to save a Surfer grid file. Click Save.
9. A Surfer dialog confirms the location and name of the blanked grid file created. Click OK.
1. In the Property Manager, click on the General tab. Next to Grid file, click the button. The Open Grid dialog
appears. Select the new Demogrid_Blanked.grd file and click Open.
2. Leave the Unreferenced local system selected in the Assign Coordinate System dialog and click OK.
A common example of when you would use the New Projected Coordinates command would be if your base map
is in latitude/longitude but your data file is in UTM. You can use this command to convert the data file from UTM
to latitude/longitude so that you can overlay it with your base map.
In this example, we will convert a grid file to a data file. Once we have a data file, we will import the data file into
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 60 of 62
1. Use the File | New | Plot command to open a new blank plot window.
3. In the Open Grid dialog, select the sample file TutorialTerraServ.GRD from Surfer's Samples folder. If you are
not in the Samples folder, browse to it. By default, the Samples folder is located in c:\Program Files\Golden
Software\Surfer 13\Samples. Click Open.
4. In the Save Grid As dialog, change the Save as type to DAT XYZ (*.dat).
5. Enter the File name Tutorial14.dat, and click Save. The data file is saved.
1. Use the File | Open command. In the Open dialog, select the Tutorial14.dat file and click Open. The data file
opens in the worksheet.
2. Use the Data | New Projected Coordinates command to open the New Projected Coordinates dialog.
3. In the New Projected Coordinates dialog, change the Source Columns (the columns containing the data you
want to reproject) to X: Column A, Y: Column B.
4. Click the button to set the Source Coordinate System (the current projection of the source data). The Assign
Coordinate System dialog opens.
5. In the Assign Coordinate System dialog, click the button to the left of Predefined.
8. Scroll down and click the button to the left of North America.
9. Scroll down and select North America NAD83 UTM zone 13N. If you will use this projection often, click the
Add to Favorites button to save this projection to your Favorites list to help easily locate North America NAD83
UTM zone 13N in the future.
0. Once the projection is selected, click the OK button. The Source Coordinate System is updated with the selected
projection in the New Projected Coordinates dialog.
1. Specify the Target Columns (the columns you want the reprojected data to go into) to X: Column D, Y: Column
E.
2. Click the button to set the Target Coordinate System (the projection you want the data to be projected to).
The Assign Coordinate System dialog opens.
3. In the Assign Coordinate System dialog, click the button to the left of Predefined.
5. Scroll down and select World Geodetic System 1984. If you will use this projection often, click the Add to
Favorites button to save this projection to your favorites list to help easily locate World Geodetic System 1984 in
the future.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 61 of 62
6. Once the projection is selected, click OK. The Target Coordinate System is updated with the selected projection
in the New Projected Coordinates dialog.
.
Specify the Source and Target columns and coordinate
systems in the New Projected Coordinates dialog.
6. Click the OK button in the New Projected Coordinates dialog. The new longitude and latitude data are
displayed in the target columns specified (column D and E).
7. Use the File | Save command to save the updated data file.
8. In the Data Export Options dialog, set the Delimiter to Comma and the Text Qualifier to None. Click OK. The
updated file is saved.
9. Click the File | Close command to close the worksheet window. Alternatively, click on the Plot1 tab to switch
back to the plot window.
0. In the plot window, click the Grid | Data command to create a grid file from the new data file.
1. In the Open Grid dialog, select the data file and click the Open button to open the Grid Data dialog.
2. In the Grid Data dialog, change the Data Columns to X: Column D, Y: Column E, and Z: Column C. Select
Kriging for the Gridding Method. Leave the Output Grid File, and Grid Line Geometry groups set to the
defaults. Uncheck the Grid Report option.
3. Click the OK button to create the grid file. A Surfer dialog appears with the full location and name of the
created grid file.
4. Use the Map | New | Contour Map command to open the Open Grid dialog.
5. Select the grid file and click the Open button to create a contour map from the new grid file.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018
Tutorial Introduction Page 62 of 62
In this example, the coordinate data was used to create a grid file.
The grid file was used to create two contour maps. The map on the left was
created from the original coordinates (NAD83 UTM zone 13N). The map on the
right was created from the new projected coordinates (Latitude/Longitude WGS 1984).
Tutorial Complete
Congratulations! You have completed the advanced Surfer tutorial lessons.
If you have questions, try looking for answers in the online help, quick start guide, online knowledge base, and
interactive forum. If you find you still have questions, do not hesitate to contact Golden Software’s technical
support team.
file:///C:/Users/Willy/AppData/Local/Temp/~hh2CBF.htm 25/01/2018