SlideShare a Scribd company logo
Page 1 of 11 © Aquaveo 2014
GMS 10.0 Tutorial
Rasters
Using rasters for interpolation and visualization in GMS
Objectives
Learn how GMS uses rasters to support all kinds of digital elevation models and how rasters can be used
for interpolation in GMS.
Prerequisite Tutorials
• Geostatistics – 2D
• MODFLOW – Interpolating
Layer Data
Required Components
• None
Time
• 15-30 minutes
v. 10.0
Page 2 of 11 © Aquaveo 2014
1 Contents
1 Contents ...............................................................................................................................2
2 Introduction.........................................................................................................................2
2.1 Outline..........................................................................................................................3
3 Getting Started....................................................................................................................3
4 Open the Starting Project...................................................................................................3
5 Importing LiDAR Data.......................................................................................................3
6 Importing via Drag and Drop ............................................................................................4
7 Viewing the Raster Properties ...........................................................................................5
8 Raster Display Options.......................................................................................................6
9 2D vs. 3D ..............................................................................................................................7
10 Downloading Elevation Data..............................................................................................7
11 Convert Raster to Scatter Points .......................................................................................8
12 Convert Scatter Points to Rasters......................................................................................9
13 Interpolate to a TIN ..........................................................................................................10
14 Interpolate to Feature Objects.........................................................................................10
15 Interpolate to MODFLOW Layers..................................................................................11
16 Conclusion..........................................................................................................................11
2 Introduction
Rasters are regularly spaced, gridded data. An image is therefore a raster, but in GMS we
typically use the term "raster" to refer to an image that has elevation data. A Digital
elevation model, or DEM, is a raster and is used to represent the surface of a terrain. A
raster doesn't have to be a DEM and the values at each pixel don't have to represent
elevations. They can represent anything - concentrations, flow rates etc.
DEM data is useful when building a groundwater model because it can be used to
determine the ground surface elevation and the elevation of features on the surface such
as drains and streams. DEMs can also be used to represent the geologic layers beneath
the surface, or they can be used like scatter points to represent any 2D data set such as
concentration of a contaminant in X and Y.
Raster data is usually quite dense and can consume a considerable amount of disk space
and memory. Although a raster could be represented using the 2D object types in GMS
(TIN, 2D Grid, 2D Mesh, 2D Scatter Points), due to the large amount of data, rasters are
rendered as images. This requires less memory and allows for fast rendering. The
disadvantage with this approach is that the raster is only visible in plan view and is not a
true 3D surface.
In this tutorial we will import some DEM files around the area of Park City, Utah, and
use the DEMs in various ways.
GMS Tutorials Rasters
Page 3 of 11 © Aquaveo 2014
2.1 Outline
This is what you will do:
1. Import some DEMs.
2. Change display options.
3. Interpolate to scatter points.
4. Interpolate to MODFLOW layers.
5. Interpolate to feature objects.
6. Convert the DEM to scatter points.
7. Create a raster from scatter points.
3 Getting Started
Let’s get started.
1. If necessary, launch GMS. If GMS is already running, select the File | New
command to ensure that the program settings are restored to their default state.
4 Open the Starting Project
We’ll start by opening a project that has some existing data.
1. Select the Open button .
2. Change the directory so that you're looking at TutorialsGISRasters.
3. Select and open the file start.gpr.
This project contains a TIN and a coverage but they are both turned off so nothing
appears in the Graphics Window. The project also has the projection set to UTM.
5 Importing LiDAR Data
Now we'll open a DEM containing LiDAR data. LiDAR data is typically very dense.
1. Select the Open button .
2. In the Open dialog, change the Files of type to Raster/DEM Files.
3. Change the directory so that you're looking at TutorialsGISRasters.
GMS Tutorials Rasters
Page 4 of 11 © Aquaveo 2014
4. Select and open the file LiDAR1.asc.
When the file opens you should see the data displayed as in Figure 1 below.
Note that in the Open dialog, the Files of type was set to Raster/DEM Files. The
extensions included in this list are the most common extensions for DEM files, but there
are many others. If you encounter a DEM file whose extension is not listed you can
change the Files of type to All Files (*.*) and attempt to open it.
In GMS, a "raster" and an image are basically the same thing but the raster icon in the
Project Explorer is different from the image icon to indicate that the raster includes
elevation data.
Figure 1. LiDAR data in GMS.
6 Importing via Drag and Drop
Now let's bring in some more DEMs. It's often easier to just drag and drop the files into
GMS.
1. Outside of GMS in a Windows Explorer window, open the
TutorialsGISRasters folder.
2. Select the following files and drag them and drop them into the GMS Graphics
Window (pay close attention to the file extensions as they aren't all the same):
• Brighton.tif
• HeberCity.tif
GMS Tutorials Rasters
Page 5 of 11 © Aquaveo 2014
• PkCityE.flt
• PkCityW.bil
Your display should look like Figure 2 below.
Figure 2. Multiple DEMs loaded into GMS.
The DEMs were created in a geographic projection, meaning latitude and longitude, but
GMS projects them on-the-fly to the UTM projection that GMS is already using so that
they are displayed in the right place.
7 Viewing the Raster Properties
1. In the Project Explorer, right-click on the LiDAR1 item and select the
Properties command.
This brings up the Image Properties dialog as shown in Figure 3.
GMS Tutorials Rasters
Page 6 of 11 © Aquaveo 2014
Figure 3. Image properties.
Notice that the path to the file on disk is shown along with the image type, projection
information, extents in X and Y, pixel resolution and size, and elevation data. Also
notice that the raster type is ARCASCIIGRID and the pixel size is about 2 meters.
2. Click OK to exit the Image Properties dialog.
3. Now examine the properties of the other rasters.
Notice that we have four different DEM types (ARCASCIIGRID, BIL, FLOATGRID
and GEOTIFF) with three different pixel sizes (2m, 10m and 30m) loaded into GMS.
8 Raster Display Options
The way rasters are rendered can be adjusted.
1. Select the Frame Image button to see all the raster data.
2. Select the Display Options button .
3. In the Display Options dialog, from the list on the left, make sure the GIS item
is selected.
4. Turn off Enable hill shading and click OK.
Hill shading creates shadows which make the image appear 3D, despite the fact that it is
really 2D. You may want to repeatedly turn this option on and off to see how it works.
The shadows associated with hill shading have nothing to do with the lighting model and
GMS Tutorials Rasters
Page 7 of 11 © Aquaveo 2014
light direction that is available with other 3D surface type objects in GMS. Thus
changing the lighting model will not change the hill shading.
5. Select the Display Options button .
6. In the Display Options dialog, from the list on the left, select the Rasters item
.
7. Change the Shader to HSV Shader and click OK.
You should try the other shaders and see how they look also. These options are currently
the only display options available for rasters in GMS.
8. Go back to the Display Options and turn on Enable hill shading and set the
Shader back to Atlas Shader.
9. Click OK.
9 2D vs. 3D
With hill shading on, the rasters appear to be 3D. However, it is just an illusion. A true
3D surface would require more memory and GMS has not implemented true 3D surfaces
for rasters at this time.
1. Switch to Oblique View .
Notice there is nothing displayed. Rasters, like images, are only rendered in 2D in the
background while in plan view.
2. Switch back to Plan View .
10 Downloading Elevation Data
Now we will download elevation data for our area using the Online Maps feature. You
must have an internet connection for this next section to work correctly. A separate
tutorial explains more about the Online Maps feature.
1. Select the Add Basemap button .
2. Select the United States Elevation Data (NED) (10m Resolution) item. You
may need to scroll to the right to see this item.
3. Select OK.
After a few moments a new item will appear in the project explorer indicating that an
online basemap is being downloaded. This basemap is different from the other available
basemaps in that it contains elevation data. You can right-click on this basemap and
GMS Tutorials Rasters
Page 8 of 11 © Aquaveo 2014
export it to a local file that you can use like the other rasters demonstrated in this tutorial.
In the interest of time, we will now remove this item from project
4. Select the United States Elevation Data (NED) (10m Resolution) item from
the Project Explorer and then select the Delete key.
11 Convert Raster to Scatter Points
A raster can be converted to a 2D Grid and to 2D Scatter Points. We'll take a look at
conversion to 2D Scatter Points.
1. In the Project Explorer, right-click on the PkCityW item and select Convert To
> 2D Scatter.
2. In the Raster  Scatter dialog, change the Num rows / columns to skip to 1.
Notice the number of scatter points that will be created decreases.
If the DEM data is very dense, it is often a good idea to reduce the number of scatter
points in this way because scatter points use much more memory than DEM data.
3. Click OK.
A new scatter point set is created.
4. Switch to Oblique View .
You should now see what appears to be a 3D surface. If you zoom in close, however,
you'll see it is really just a lot of individual points.
Figure 4. Scatter points in oblique view.
GMS Tutorials Rasters
Page 9 of 11 © Aquaveo 2014
12 Convert Scatter Points to Rasters
We can also go the other way and convert scatter points to one or more rasters.
1. Switch back to Plan View .
2. In the Project Explorer, right-click on the PkCityW 2D scatter set and select
the Interpolate To > New Raster command.
This opens the Scatter  Raster dialog. Here we can pick our interpolation scheme, the
cell size of the raster, and how we want the boundary of the raster to be defined.
3. Click the Interpolation Options button.
This opens the 2D Interpolation Options dialog - the same dialog that is always used to
specify 2D interpolation options. All the interpolation methods can be used when
interpolating to rasters, including whether we want to interpolate all time steps are just
the current one. Our data is not transient so this option does not apply, but if it was and
we selected the Use all time steps option, we would get a raster for each time step.
4. Click Cancel to return to the Scatter  Raster dialog.
If there is more than one data set associated with the scatter set then the Create rasters
for combo box can be used to specify all data sets or just the active data set. If choosing
all data sets, a separate raster will be created for each data set.
The raster that these scatter points were created from had a cell size around 30 meters.
We'll create a raster that is less dense by specifying a bigger cell size.
5. Change the Cell size to 100.
6. Make sure the Extents of scatter points option is selected in the Raster extents
section of the dialog.
We can limit the extents of the new raster(s) by using polygons defined in a coverage.
The raster will always be created as a rectangle but if we use a polygon to define the
extents we can optionally mask (inactivate) the areas of the raster outside the polygon.
We'll just use the extents of the scatter points in this case.
7. Click OK.
8. In the Save As dialog, accept the default name and click Save.
A new raster file is created on disk and automatically loaded into GMS. Let's compare it
to the original raster it is derived from.
9. Turn off the PkCityW 2D Scatter Data item.
10. Turn on and off the new raster (default_idw_grad).
GMS Tutorials Rasters
Page 10 of 11 © Aquaveo 2014
Notice that the new raster is a lot less sharp than the original PkCityW raster because
when we first converted the PkCityW raster to scatter points we skipped every other row,
and then we chose a larger cell size when we interpolated the scatter points back to a
raster.
13 Interpolate to a TIN
The elevations of the raster can be interpolated to several other GMS data types. Let's
interpolate to a TIN.
1. In the Project Explorer, turn on the TIN Data folder.
2. Select all the rasters in the Project Explorer.
3. Right-click on any of the selected rasters and select the Interpolate To > TIN
command.
4. Accept the default name and click OK.
You should now see that the contours on the TIN match the elevations of the raster. Note
that the TIN crossed over the boundaries of two rasters and GMS used all the selected
rasters to interpolate to the TIN.
14 Interpolate to Feature Objects
We can also interpolate from rasters to the Z values of feature objects.
1. In the Project Explorer, right-click in the empty space and select the Uncheck All
command to hide everything.
2. Turn on the Map Data folder.
3. Switch to Front View .
Notice that the feature objects in the coverage are all at an elevation of zero.
4. Select all the rasters in the Project Explorer.
5. Right-click on any of the selected rasters and select the Interpolate To > Active
Coverage command.
You should now see that the elevations of the feature objects in the coverage have been
changed.
GMS Tutorials Rasters
Page 11 of 11 © Aquaveo 2014
15 Interpolate to MODFLOW Layers
The "MODFLOW – Interpolating Layer Data" tutorial illustrates how to interpolate from
scatter points to MODFLOW top and bottom layer elevation arrays. You can also
interpolate to MODFLOW elevation arrays using raster data.
1. Select the New button to unload the current project.
2. Select the Open button .
3. Open the file tutorialsrasterspoints.gpr
This project is similar to the one from the "MODFLOW – Interpolating Layer Data"
tutorial but instead of scatter points, it uses rasters. Notice that the MODFLOW model
layers are completely flat.
4. Select all the rasters in the Project Explorer. You will need to expand the GIS
Layers item to see the rasters.
5. Right-click on any of the selected rasters and select the Interpolate To >
MODFLOW Layers command.
This opens the Interpolate to MODFLOW Layers dialog. The mapping in the lower part
of the dialog should already be set up. GMS automatically mapped the appropriate raster
to the appropriate MODFLOW layer array based on the names of the rasters. For more
information on this dialog, refer to the "MODFLOW – Interpolating Layer Data" tutorial.
6. Click OK.
Now see that the layer elevations are no longer flat.
16 Conclusion
This concludes the tutorial. Here are some of the key concepts in this tutorial:
• Rasters are images with elevation data.
• Rasters, like images, are 2D and only drawn in the background when in plan
view, but can appear 3D if hill shading is enabled.
• Rasters can be downloaded using the Online Maps feature.
• Rasters can be converted to 2D scatter sets and 2D grids.
• 2D scatter points can be converted into rasters.
• Rasters can be interpolated to many other GMS object types.

More Related Content

What's hot

Google Earth User Guide
Google Earth User GuideGoogle Earth User Guide
Google Earth User GuideF Blanco
 
3 d animation
3 d animation3 d animation
3 d animation
Divyanshusaxena14
 
Pdf Tutorialb Blender
Pdf Tutorialb BlenderPdf Tutorialb Blender
Pdf Tutorialb Blender
pineda2
 
Coord transform 082014
Coord transform 082014Coord transform 082014
Coord transform 082014
PramodPandit9
 
Understanding The Background Of Mudbox
Understanding The Background Of MudboxUnderstanding The Background Of Mudbox
Understanding The Background Of Mudbox
Animation Kolkata
 
Datt 2500 week 10
Datt 2500 week 10Datt 2500 week 10
Datt 2500 week 10
Joe Hambleton
 
Basic rendering techniques
Basic rendering techniquesBasic rendering techniques
Basic rendering techniquesCharles Flynt
 
Datt 2501 week 10
Datt 2501 week 10Datt 2501 week 10
Datt 2501 week 10
Joe Hambleton
 
ILWIS Manual, ILWIS Practical, ILWIS Guide, Onidex Geo-Spatial Solutions (ilw...
ILWIS Manual, ILWIS Practical, ILWIS Guide, Onidex Geo-Spatial Solutions (ilw...ILWIS Manual, ILWIS Practical, ILWIS Guide, Onidex Geo-Spatial Solutions (ilw...
ILWIS Manual, ILWIS Practical, ILWIS Guide, Onidex Geo-Spatial Solutions (ilw...
Oluwasegun Oluwaseun Onibudo
 
Image classification-in-idrisi-and-ilwis
Image classification-in-idrisi-and-ilwisImage classification-in-idrisi-and-ilwis
Image classification-in-idrisi-and-ilwis
Femi Opaleye
 
Makerbot Replicator 2 Primer
Makerbot Replicator 2 PrimerMakerbot Replicator 2 Primer
Makerbot Replicator 2 Primer
NYCCTfab
 
Creating Slope-Enhanced Shaded Relief Using Global Mapper
Creating Slope-Enhanced Shaded Relief Using Global MapperCreating Slope-Enhanced Shaded Relief Using Global Mapper
Creating Slope-Enhanced Shaded Relief Using Global MapperKent D. Brown
 
Shaders - Graeme Smedley
Shaders - Graeme SmedleyShaders - Graeme Smedley
Shaders - Graeme SmedleyPartyMix
 
TASK 2
TASK 2TASK 2
TASK 2
10metzm
 

What's hot (14)

Google Earth User Guide
Google Earth User GuideGoogle Earth User Guide
Google Earth User Guide
 
3 d animation
3 d animation3 d animation
3 d animation
 
Pdf Tutorialb Blender
Pdf Tutorialb BlenderPdf Tutorialb Blender
Pdf Tutorialb Blender
 
Coord transform 082014
Coord transform 082014Coord transform 082014
Coord transform 082014
 
Understanding The Background Of Mudbox
Understanding The Background Of MudboxUnderstanding The Background Of Mudbox
Understanding The Background Of Mudbox
 
Datt 2500 week 10
Datt 2500 week 10Datt 2500 week 10
Datt 2500 week 10
 
Basic rendering techniques
Basic rendering techniquesBasic rendering techniques
Basic rendering techniques
 
Datt 2501 week 10
Datt 2501 week 10Datt 2501 week 10
Datt 2501 week 10
 
ILWIS Manual, ILWIS Practical, ILWIS Guide, Onidex Geo-Spatial Solutions (ilw...
ILWIS Manual, ILWIS Practical, ILWIS Guide, Onidex Geo-Spatial Solutions (ilw...ILWIS Manual, ILWIS Practical, ILWIS Guide, Onidex Geo-Spatial Solutions (ilw...
ILWIS Manual, ILWIS Practical, ILWIS Guide, Onidex Geo-Spatial Solutions (ilw...
 
Image classification-in-idrisi-and-ilwis
Image classification-in-idrisi-and-ilwisImage classification-in-idrisi-and-ilwis
Image classification-in-idrisi-and-ilwis
 
Makerbot Replicator 2 Primer
Makerbot Replicator 2 PrimerMakerbot Replicator 2 Primer
Makerbot Replicator 2 Primer
 
Creating Slope-Enhanced Shaded Relief Using Global Mapper
Creating Slope-Enhanced Shaded Relief Using Global MapperCreating Slope-Enhanced Shaded Relief Using Global Mapper
Creating Slope-Enhanced Shaded Relief Using Global Mapper
 
Shaders - Graeme Smedley
Shaders - Graeme SmedleyShaders - Graeme Smedley
Shaders - Graeme Smedley
 
TASK 2
TASK 2TASK 2
TASK 2
 

Similar to Rasters

GeoScene3D Newsletter release version 630
GeoScene3D Newsletter release version 630GeoScene3D Newsletter release version 630
GeoScene3D Newsletter release version 630
TomMartlevPallesen
 
Fly thru
Fly thruFly thru
Fly thru
Ali Sam
 
Let's integrate CAD/BIM/GIS on the same platform: A practical approach in rea...
Let's integrate CAD/BIM/GIS on the same platform: A practical approach in rea...Let's integrate CAD/BIM/GIS on the same platform: A practical approach in rea...
Let's integrate CAD/BIM/GIS on the same platform: A practical approach in rea...
SANGHEE SHIN
 
Newsletter GeoScene3D release version 11 0_0_630
Newsletter GeoScene3D release version 11 0_0_630Newsletter GeoScene3D release version 11 0_0_630
Newsletter GeoScene3D release version 11 0_0_630
TomMartlevPallesen
 
4 ijaems dec-2015-10-realization of astrosat model with fused deposition mode...
4 ijaems dec-2015-10-realization of astrosat model with fused deposition mode...4 ijaems dec-2015-10-realization of astrosat model with fused deposition mode...
4 ijaems dec-2015-10-realization of astrosat model with fused deposition mode...
INFOGAIN PUBLICATION
 
CADbro white paper
CADbro white paperCADbro white paper
CADbro white paper
雪琼 林
 
5 Ways to Optimize Your LiDAR Data
5 Ways to Optimize Your LiDAR Data5 Ways to Optimize Your LiDAR Data
5 Ways to Optimize Your LiDAR Data
Safe Software
 
Extending 3D Model Visualization with FME 2017
Extending 3D Model Visualization with FME 2017Extending 3D Model Visualization with FME 2017
Extending 3D Model Visualization with FME 2017
Safe Software
 
Soil and Water Assessment Tool Procedure
Soil and Water Assessment Tool ProcedureSoil and Water Assessment Tool Procedure
Soil and Water Assessment Tool Procedure
KEFA FEYE
 
User guide of reservoir geological modeling v2.2.0
User guide of reservoir geological modeling v2.2.0User guide of reservoir geological modeling v2.2.0
User guide of reservoir geological modeling v2.2.0
Bo Sun
 
mago3D: Let's integrate BIM and 3D GIS on top of FOSS4G
mago3D: Let's integrate BIM and 3D GIS on top of FOSS4Gmago3D: Let's integrate BIM and 3D GIS on top of FOSS4G
mago3D: Let's integrate BIM and 3D GIS on top of FOSS4G
SANGHEE SHIN
 
Current State of mago3D, an Open Source Based Digital Twin Platform
Current State of mago3D, an Open Source Based Digital Twin PlatformCurrent State of mago3D, an Open Source Based Digital Twin Platform
Current State of mago3D, an Open Source Based Digital Twin Platform
SANGHEE SHIN
 
Desktop Softwares for Unmanned Aerial Systems(UAS))
Desktop Softwares for Unmanned Aerial Systems(UAS))Desktop Softwares for Unmanned Aerial Systems(UAS))
Desktop Softwares for Unmanned Aerial Systems(UAS))
Kamal Shahi
 
5 Ways to Improve Your LiDAR Workflows
5 Ways to Improve Your LiDAR Workflows5 Ways to Improve Your LiDAR Workflows
5 Ways to Improve Your LiDAR Workflows
Safe Software
 
3dsmaxdesign 2010 using_autodesk_revit_files00
3dsmaxdesign 2010 using_autodesk_revit_files003dsmaxdesign 2010 using_autodesk_revit_files00
3dsmaxdesign 2010 using_autodesk_revit_files00
An Nam Education
 
Training Manual.docx
Training Manual.docxTraining Manual.docx
Training Manual.docx
SahileKassayeTe
 
Rendering Process of Digital Terrain Model on Mobile Devices
Rendering Process of Digital Terrain Model on Mobile DevicesRendering Process of Digital Terrain Model on Mobile Devices
Rendering Process of Digital Terrain Model on Mobile Devices
Waqas Tariq
 
Dsm Presentation
Dsm PresentationDsm Presentation
Dsm Presentationrichoe
 

Similar to Rasters (20)

GeoScene3D Newsletter release version 630
GeoScene3D Newsletter release version 630GeoScene3D Newsletter release version 630
GeoScene3D Newsletter release version 630
 
Fly thru
Fly thruFly thru
Fly thru
 
High res cartographic modeling lab
High res cartographic modeling labHigh res cartographic modeling lab
High res cartographic modeling lab
 
Let's integrate CAD/BIM/GIS on the same platform: A practical approach in rea...
Let's integrate CAD/BIM/GIS on the same platform: A practical approach in rea...Let's integrate CAD/BIM/GIS on the same platform: A practical approach in rea...
Let's integrate CAD/BIM/GIS on the same platform: A practical approach in rea...
 
Newsletter GeoScene3D release version 11 0_0_630
Newsletter GeoScene3D release version 11 0_0_630Newsletter GeoScene3D release version 11 0_0_630
Newsletter GeoScene3D release version 11 0_0_630
 
4 ijaems dec-2015-10-realization of astrosat model with fused deposition mode...
4 ijaems dec-2015-10-realization of astrosat model with fused deposition mode...4 ijaems dec-2015-10-realization of astrosat model with fused deposition mode...
4 ijaems dec-2015-10-realization of astrosat model with fused deposition mode...
 
CADbro white paper
CADbro white paperCADbro white paper
CADbro white paper
 
5 Ways to Optimize Your LiDAR Data
5 Ways to Optimize Your LiDAR Data5 Ways to Optimize Your LiDAR Data
5 Ways to Optimize Your LiDAR Data
 
Extending 3D Model Visualization with FME 2017
Extending 3D Model Visualization with FME 2017Extending 3D Model Visualization with FME 2017
Extending 3D Model Visualization with FME 2017
 
Soil and Water Assessment Tool Procedure
Soil and Water Assessment Tool ProcedureSoil and Water Assessment Tool Procedure
Soil and Water Assessment Tool Procedure
 
User guide of reservoir geological modeling v2.2.0
User guide of reservoir geological modeling v2.2.0User guide of reservoir geological modeling v2.2.0
User guide of reservoir geological modeling v2.2.0
 
mago3D: Let's integrate BIM and 3D GIS on top of FOSS4G
mago3D: Let's integrate BIM and 3D GIS on top of FOSS4Gmago3D: Let's integrate BIM and 3D GIS on top of FOSS4G
mago3D: Let's integrate BIM and 3D GIS on top of FOSS4G
 
Current State of mago3D, an Open Source Based Digital Twin Platform
Current State of mago3D, an Open Source Based Digital Twin PlatformCurrent State of mago3D, an Open Source Based Digital Twin Platform
Current State of mago3D, an Open Source Based Digital Twin Platform
 
Desktop Softwares for Unmanned Aerial Systems(UAS))
Desktop Softwares for Unmanned Aerial Systems(UAS))Desktop Softwares for Unmanned Aerial Systems(UAS))
Desktop Softwares for Unmanned Aerial Systems(UAS))
 
5 Ways to Improve Your LiDAR Workflows
5 Ways to Improve Your LiDAR Workflows5 Ways to Improve Your LiDAR Workflows
5 Ways to Improve Your LiDAR Workflows
 
3dsmaxdesign 2010 using_autodesk_revit_files00
3dsmaxdesign 2010 using_autodesk_revit_files003dsmaxdesign 2010 using_autodesk_revit_files00
3dsmaxdesign 2010 using_autodesk_revit_files00
 
Training Manual.docx
Training Manual.docxTraining Manual.docx
Training Manual.docx
 
Rendering Process of Digital Terrain Model on Mobile Devices
Rendering Process of Digital Terrain Model on Mobile DevicesRendering Process of Digital Terrain Model on Mobile Devices
Rendering Process of Digital Terrain Model on Mobile Devices
 
Mg examp
Mg exampMg examp
Mg examp
 
Dsm Presentation
Dsm PresentationDsm Presentation
Dsm Presentation
 

Recently uploaded

一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理
一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理
一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理
9a93xvy
 
Can AI do good? at 'offtheCanvas' India HCI prelude
Can AI do good? at 'offtheCanvas' India HCI preludeCan AI do good? at 'offtheCanvas' India HCI prelude
Can AI do good? at 'offtheCanvas' India HCI prelude
Alan Dix
 
Book Formatting: Quality Control Checks for Designers
Book Formatting: Quality Control Checks for DesignersBook Formatting: Quality Control Checks for Designers
Book Formatting: Quality Control Checks for Designers
Confidence Ago
 
一比一原版(Bristol毕业证书)布里斯托大学毕业证成绩单如何办理
一比一原版(Bristol毕业证书)布里斯托大学毕业证成绩单如何办理一比一原版(Bristol毕业证书)布里斯托大学毕业证成绩单如何办理
一比一原版(Bristol毕业证书)布里斯托大学毕业证成绩单如何办理
smpc3nvg
 
一比一原版(UCB毕业证书)伯明翰大学学院毕业证成绩单如何办理
一比一原版(UCB毕业证书)伯明翰大学学院毕业证成绩单如何办理一比一原版(UCB毕业证书)伯明翰大学学院毕业证成绩单如何办理
一比一原版(UCB毕业证书)伯明翰大学学院毕业证成绩单如何办理
h7j5io0
 
一比一原版(BU毕业证书)伯恩茅斯大学毕业证成绩单如何办理
一比一原版(BU毕业证书)伯恩茅斯大学毕业证成绩单如何办理一比一原版(BU毕业证书)伯恩茅斯大学毕业证成绩单如何办理
一比一原版(BU毕业证书)伯恩茅斯大学毕业证成绩单如何办理
h7j5io0
 
一比一原版(NCL毕业证书)纽卡斯尔大学毕业证成绩单如何办理
一比一原版(NCL毕业证书)纽卡斯尔大学毕业证成绩单如何办理一比一原版(NCL毕业证书)纽卡斯尔大学毕业证成绩单如何办理
一比一原版(NCL毕业证书)纽卡斯尔大学毕业证成绩单如何办理
7sd8fier
 
PORTFOLIO FABIANA VILLANI ARCHITECTURE.pdf
PORTFOLIO FABIANA VILLANI ARCHITECTURE.pdfPORTFOLIO FABIANA VILLANI ARCHITECTURE.pdf
PORTFOLIO FABIANA VILLANI ARCHITECTURE.pdf
fabianavillanib
 
一比一原版(RHUL毕业证书)伦敦大学皇家霍洛威学院毕业证如何办理
一比一原版(RHUL毕业证书)伦敦大学皇家霍洛威学院毕业证如何办理一比一原版(RHUL毕业证书)伦敦大学皇家霍洛威学院毕业证如何办理
一比一原版(RHUL毕业证书)伦敦大学皇家霍洛威学院毕业证如何办理
9a93xvy
 
一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理
一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理
一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理
708pb191
 
一比一原版(MMU毕业证书)曼彻斯特城市大学毕业证成绩单如何办理
一比一原版(MMU毕业证书)曼彻斯特城市大学毕业证成绩单如何办理一比一原版(MMU毕业证书)曼彻斯特城市大学毕业证成绩单如何办理
一比一原版(MMU毕业证书)曼彻斯特城市大学毕业证成绩单如何办理
7sd8fier
 
一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理
一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理
一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理
smpc3nvg
 
Top Israeli Products and Brands - Plan it israel.pdf
Top Israeli Products and Brands - Plan it israel.pdfTop Israeli Products and Brands - Plan it israel.pdf
Top Israeli Products and Brands - Plan it israel.pdf
PlanitIsrael
 
Between Filth and Fortune- Urban Cattle Foraging Realities by Devi S Nair, An...
Between Filth and Fortune- Urban Cattle Foraging Realities by Devi S Nair, An...Between Filth and Fortune- Urban Cattle Foraging Realities by Devi S Nair, An...
Between Filth and Fortune- Urban Cattle Foraging Realities by Devi S Nair, An...
Mansi Shah
 
一比一原版(毕业证)长崎大学毕业证成绩单如何办理
一比一原版(毕业证)长崎大学毕业证成绩单如何办理一比一原版(毕业证)长崎大学毕业证成绩单如何办理
一比一原版(毕业证)长崎大学毕业证成绩单如何办理
taqyed
 
Common Designing Mistakes and How to avoid them
Common Designing Mistakes and How to avoid themCommon Designing Mistakes and How to avoid them
Common Designing Mistakes and How to avoid them
madhavlakhanpal29
 
Design Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinkingDesign Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinking
cy0krjxt
 
Let's Summon Demons Shirt Let's Summon Demons Shirt
Let's Summon Demons Shirt Let's Summon Demons ShirtLet's Summon Demons Shirt Let's Summon Demons Shirt
Let's Summon Demons Shirt Let's Summon Demons Shirt
TeeFusion
 
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理
jyz59f4j
 
一比一原版(Columbia毕业证)哥伦比亚大学毕业证如何办理
一比一原版(Columbia毕业证)哥伦比亚大学毕业证如何办理一比一原版(Columbia毕业证)哥伦比亚大学毕业证如何办理
一比一原版(Columbia毕业证)哥伦比亚大学毕业证如何办理
asuzyq
 

Recently uploaded (20)

一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理
一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理
一比一原版(CITY毕业证书)谢菲尔德哈勒姆大学毕业证如何办理
 
Can AI do good? at 'offtheCanvas' India HCI prelude
Can AI do good? at 'offtheCanvas' India HCI preludeCan AI do good? at 'offtheCanvas' India HCI prelude
Can AI do good? at 'offtheCanvas' India HCI prelude
 
Book Formatting: Quality Control Checks for Designers
Book Formatting: Quality Control Checks for DesignersBook Formatting: Quality Control Checks for Designers
Book Formatting: Quality Control Checks for Designers
 
一比一原版(Bristol毕业证书)布里斯托大学毕业证成绩单如何办理
一比一原版(Bristol毕业证书)布里斯托大学毕业证成绩单如何办理一比一原版(Bristol毕业证书)布里斯托大学毕业证成绩单如何办理
一比一原版(Bristol毕业证书)布里斯托大学毕业证成绩单如何办理
 
一比一原版(UCB毕业证书)伯明翰大学学院毕业证成绩单如何办理
一比一原版(UCB毕业证书)伯明翰大学学院毕业证成绩单如何办理一比一原版(UCB毕业证书)伯明翰大学学院毕业证成绩单如何办理
一比一原版(UCB毕业证书)伯明翰大学学院毕业证成绩单如何办理
 
一比一原版(BU毕业证书)伯恩茅斯大学毕业证成绩单如何办理
一比一原版(BU毕业证书)伯恩茅斯大学毕业证成绩单如何办理一比一原版(BU毕业证书)伯恩茅斯大学毕业证成绩单如何办理
一比一原版(BU毕业证书)伯恩茅斯大学毕业证成绩单如何办理
 
一比一原版(NCL毕业证书)纽卡斯尔大学毕业证成绩单如何办理
一比一原版(NCL毕业证书)纽卡斯尔大学毕业证成绩单如何办理一比一原版(NCL毕业证书)纽卡斯尔大学毕业证成绩单如何办理
一比一原版(NCL毕业证书)纽卡斯尔大学毕业证成绩单如何办理
 
PORTFOLIO FABIANA VILLANI ARCHITECTURE.pdf
PORTFOLIO FABIANA VILLANI ARCHITECTURE.pdfPORTFOLIO FABIANA VILLANI ARCHITECTURE.pdf
PORTFOLIO FABIANA VILLANI ARCHITECTURE.pdf
 
一比一原版(RHUL毕业证书)伦敦大学皇家霍洛威学院毕业证如何办理
一比一原版(RHUL毕业证书)伦敦大学皇家霍洛威学院毕业证如何办理一比一原版(RHUL毕业证书)伦敦大学皇家霍洛威学院毕业证如何办理
一比一原版(RHUL毕业证书)伦敦大学皇家霍洛威学院毕业证如何办理
 
一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理
一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理
一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理
 
一比一原版(MMU毕业证书)曼彻斯特城市大学毕业证成绩单如何办理
一比一原版(MMU毕业证书)曼彻斯特城市大学毕业证成绩单如何办理一比一原版(MMU毕业证书)曼彻斯特城市大学毕业证成绩单如何办理
一比一原版(MMU毕业证书)曼彻斯特城市大学毕业证成绩单如何办理
 
一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理
一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理
一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理
 
Top Israeli Products and Brands - Plan it israel.pdf
Top Israeli Products and Brands - Plan it israel.pdfTop Israeli Products and Brands - Plan it israel.pdf
Top Israeli Products and Brands - Plan it israel.pdf
 
Between Filth and Fortune- Urban Cattle Foraging Realities by Devi S Nair, An...
Between Filth and Fortune- Urban Cattle Foraging Realities by Devi S Nair, An...Between Filth and Fortune- Urban Cattle Foraging Realities by Devi S Nair, An...
Between Filth and Fortune- Urban Cattle Foraging Realities by Devi S Nair, An...
 
一比一原版(毕业证)长崎大学毕业证成绩单如何办理
一比一原版(毕业证)长崎大学毕业证成绩单如何办理一比一原版(毕业证)长崎大学毕业证成绩单如何办理
一比一原版(毕业证)长崎大学毕业证成绩单如何办理
 
Common Designing Mistakes and How to avoid them
Common Designing Mistakes and How to avoid themCommon Designing Mistakes and How to avoid them
Common Designing Mistakes and How to avoid them
 
Design Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinkingDesign Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinking
 
Let's Summon Demons Shirt Let's Summon Demons Shirt
Let's Summon Demons Shirt Let's Summon Demons ShirtLet's Summon Demons Shirt Let's Summon Demons Shirt
Let's Summon Demons Shirt Let's Summon Demons Shirt
 
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理
 
一比一原版(Columbia毕业证)哥伦比亚大学毕业证如何办理
一比一原版(Columbia毕业证)哥伦比亚大学毕业证如何办理一比一原版(Columbia毕业证)哥伦比亚大学毕业证如何办理
一比一原版(Columbia毕业证)哥伦比亚大学毕业证如何办理
 

Rasters

  • 1. Page 1 of 11 © Aquaveo 2014 GMS 10.0 Tutorial Rasters Using rasters for interpolation and visualization in GMS Objectives Learn how GMS uses rasters to support all kinds of digital elevation models and how rasters can be used for interpolation in GMS. Prerequisite Tutorials • Geostatistics – 2D • MODFLOW – Interpolating Layer Data Required Components • None Time • 15-30 minutes v. 10.0
  • 2. Page 2 of 11 © Aquaveo 2014 1 Contents 1 Contents ...............................................................................................................................2 2 Introduction.........................................................................................................................2 2.1 Outline..........................................................................................................................3 3 Getting Started....................................................................................................................3 4 Open the Starting Project...................................................................................................3 5 Importing LiDAR Data.......................................................................................................3 6 Importing via Drag and Drop ............................................................................................4 7 Viewing the Raster Properties ...........................................................................................5 8 Raster Display Options.......................................................................................................6 9 2D vs. 3D ..............................................................................................................................7 10 Downloading Elevation Data..............................................................................................7 11 Convert Raster to Scatter Points .......................................................................................8 12 Convert Scatter Points to Rasters......................................................................................9 13 Interpolate to a TIN ..........................................................................................................10 14 Interpolate to Feature Objects.........................................................................................10 15 Interpolate to MODFLOW Layers..................................................................................11 16 Conclusion..........................................................................................................................11 2 Introduction Rasters are regularly spaced, gridded data. An image is therefore a raster, but in GMS we typically use the term "raster" to refer to an image that has elevation data. A Digital elevation model, or DEM, is a raster and is used to represent the surface of a terrain. A raster doesn't have to be a DEM and the values at each pixel don't have to represent elevations. They can represent anything - concentrations, flow rates etc. DEM data is useful when building a groundwater model because it can be used to determine the ground surface elevation and the elevation of features on the surface such as drains and streams. DEMs can also be used to represent the geologic layers beneath the surface, or they can be used like scatter points to represent any 2D data set such as concentration of a contaminant in X and Y. Raster data is usually quite dense and can consume a considerable amount of disk space and memory. Although a raster could be represented using the 2D object types in GMS (TIN, 2D Grid, 2D Mesh, 2D Scatter Points), due to the large amount of data, rasters are rendered as images. This requires less memory and allows for fast rendering. The disadvantage with this approach is that the raster is only visible in plan view and is not a true 3D surface. In this tutorial we will import some DEM files around the area of Park City, Utah, and use the DEMs in various ways.
  • 3. GMS Tutorials Rasters Page 3 of 11 © Aquaveo 2014 2.1 Outline This is what you will do: 1. Import some DEMs. 2. Change display options. 3. Interpolate to scatter points. 4. Interpolate to MODFLOW layers. 5. Interpolate to feature objects. 6. Convert the DEM to scatter points. 7. Create a raster from scatter points. 3 Getting Started Let’s get started. 1. If necessary, launch GMS. If GMS is already running, select the File | New command to ensure that the program settings are restored to their default state. 4 Open the Starting Project We’ll start by opening a project that has some existing data. 1. Select the Open button . 2. Change the directory so that you're looking at TutorialsGISRasters. 3. Select and open the file start.gpr. This project contains a TIN and a coverage but they are both turned off so nothing appears in the Graphics Window. The project also has the projection set to UTM. 5 Importing LiDAR Data Now we'll open a DEM containing LiDAR data. LiDAR data is typically very dense. 1. Select the Open button . 2. In the Open dialog, change the Files of type to Raster/DEM Files. 3. Change the directory so that you're looking at TutorialsGISRasters.
  • 4. GMS Tutorials Rasters Page 4 of 11 © Aquaveo 2014 4. Select and open the file LiDAR1.asc. When the file opens you should see the data displayed as in Figure 1 below. Note that in the Open dialog, the Files of type was set to Raster/DEM Files. The extensions included in this list are the most common extensions for DEM files, but there are many others. If you encounter a DEM file whose extension is not listed you can change the Files of type to All Files (*.*) and attempt to open it. In GMS, a "raster" and an image are basically the same thing but the raster icon in the Project Explorer is different from the image icon to indicate that the raster includes elevation data. Figure 1. LiDAR data in GMS. 6 Importing via Drag and Drop Now let's bring in some more DEMs. It's often easier to just drag and drop the files into GMS. 1. Outside of GMS in a Windows Explorer window, open the TutorialsGISRasters folder. 2. Select the following files and drag them and drop them into the GMS Graphics Window (pay close attention to the file extensions as they aren't all the same): • Brighton.tif • HeberCity.tif
  • 5. GMS Tutorials Rasters Page 5 of 11 © Aquaveo 2014 • PkCityE.flt • PkCityW.bil Your display should look like Figure 2 below. Figure 2. Multiple DEMs loaded into GMS. The DEMs were created in a geographic projection, meaning latitude and longitude, but GMS projects them on-the-fly to the UTM projection that GMS is already using so that they are displayed in the right place. 7 Viewing the Raster Properties 1. In the Project Explorer, right-click on the LiDAR1 item and select the Properties command. This brings up the Image Properties dialog as shown in Figure 3.
  • 6. GMS Tutorials Rasters Page 6 of 11 © Aquaveo 2014 Figure 3. Image properties. Notice that the path to the file on disk is shown along with the image type, projection information, extents in X and Y, pixel resolution and size, and elevation data. Also notice that the raster type is ARCASCIIGRID and the pixel size is about 2 meters. 2. Click OK to exit the Image Properties dialog. 3. Now examine the properties of the other rasters. Notice that we have four different DEM types (ARCASCIIGRID, BIL, FLOATGRID and GEOTIFF) with three different pixel sizes (2m, 10m and 30m) loaded into GMS. 8 Raster Display Options The way rasters are rendered can be adjusted. 1. Select the Frame Image button to see all the raster data. 2. Select the Display Options button . 3. In the Display Options dialog, from the list on the left, make sure the GIS item is selected. 4. Turn off Enable hill shading and click OK. Hill shading creates shadows which make the image appear 3D, despite the fact that it is really 2D. You may want to repeatedly turn this option on and off to see how it works. The shadows associated with hill shading have nothing to do with the lighting model and
  • 7. GMS Tutorials Rasters Page 7 of 11 © Aquaveo 2014 light direction that is available with other 3D surface type objects in GMS. Thus changing the lighting model will not change the hill shading. 5. Select the Display Options button . 6. In the Display Options dialog, from the list on the left, select the Rasters item . 7. Change the Shader to HSV Shader and click OK. You should try the other shaders and see how they look also. These options are currently the only display options available for rasters in GMS. 8. Go back to the Display Options and turn on Enable hill shading and set the Shader back to Atlas Shader. 9. Click OK. 9 2D vs. 3D With hill shading on, the rasters appear to be 3D. However, it is just an illusion. A true 3D surface would require more memory and GMS has not implemented true 3D surfaces for rasters at this time. 1. Switch to Oblique View . Notice there is nothing displayed. Rasters, like images, are only rendered in 2D in the background while in plan view. 2. Switch back to Plan View . 10 Downloading Elevation Data Now we will download elevation data for our area using the Online Maps feature. You must have an internet connection for this next section to work correctly. A separate tutorial explains more about the Online Maps feature. 1. Select the Add Basemap button . 2. Select the United States Elevation Data (NED) (10m Resolution) item. You may need to scroll to the right to see this item. 3. Select OK. After a few moments a new item will appear in the project explorer indicating that an online basemap is being downloaded. This basemap is different from the other available basemaps in that it contains elevation data. You can right-click on this basemap and
  • 8. GMS Tutorials Rasters Page 8 of 11 © Aquaveo 2014 export it to a local file that you can use like the other rasters demonstrated in this tutorial. In the interest of time, we will now remove this item from project 4. Select the United States Elevation Data (NED) (10m Resolution) item from the Project Explorer and then select the Delete key. 11 Convert Raster to Scatter Points A raster can be converted to a 2D Grid and to 2D Scatter Points. We'll take a look at conversion to 2D Scatter Points. 1. In the Project Explorer, right-click on the PkCityW item and select Convert To > 2D Scatter. 2. In the Raster  Scatter dialog, change the Num rows / columns to skip to 1. Notice the number of scatter points that will be created decreases. If the DEM data is very dense, it is often a good idea to reduce the number of scatter points in this way because scatter points use much more memory than DEM data. 3. Click OK. A new scatter point set is created. 4. Switch to Oblique View . You should now see what appears to be a 3D surface. If you zoom in close, however, you'll see it is really just a lot of individual points. Figure 4. Scatter points in oblique view.
  • 9. GMS Tutorials Rasters Page 9 of 11 © Aquaveo 2014 12 Convert Scatter Points to Rasters We can also go the other way and convert scatter points to one or more rasters. 1. Switch back to Plan View . 2. In the Project Explorer, right-click on the PkCityW 2D scatter set and select the Interpolate To > New Raster command. This opens the Scatter  Raster dialog. Here we can pick our interpolation scheme, the cell size of the raster, and how we want the boundary of the raster to be defined. 3. Click the Interpolation Options button. This opens the 2D Interpolation Options dialog - the same dialog that is always used to specify 2D interpolation options. All the interpolation methods can be used when interpolating to rasters, including whether we want to interpolate all time steps are just the current one. Our data is not transient so this option does not apply, but if it was and we selected the Use all time steps option, we would get a raster for each time step. 4. Click Cancel to return to the Scatter  Raster dialog. If there is more than one data set associated with the scatter set then the Create rasters for combo box can be used to specify all data sets or just the active data set. If choosing all data sets, a separate raster will be created for each data set. The raster that these scatter points were created from had a cell size around 30 meters. We'll create a raster that is less dense by specifying a bigger cell size. 5. Change the Cell size to 100. 6. Make sure the Extents of scatter points option is selected in the Raster extents section of the dialog. We can limit the extents of the new raster(s) by using polygons defined in a coverage. The raster will always be created as a rectangle but if we use a polygon to define the extents we can optionally mask (inactivate) the areas of the raster outside the polygon. We'll just use the extents of the scatter points in this case. 7. Click OK. 8. In the Save As dialog, accept the default name and click Save. A new raster file is created on disk and automatically loaded into GMS. Let's compare it to the original raster it is derived from. 9. Turn off the PkCityW 2D Scatter Data item. 10. Turn on and off the new raster (default_idw_grad).
  • 10. GMS Tutorials Rasters Page 10 of 11 © Aquaveo 2014 Notice that the new raster is a lot less sharp than the original PkCityW raster because when we first converted the PkCityW raster to scatter points we skipped every other row, and then we chose a larger cell size when we interpolated the scatter points back to a raster. 13 Interpolate to a TIN The elevations of the raster can be interpolated to several other GMS data types. Let's interpolate to a TIN. 1. In the Project Explorer, turn on the TIN Data folder. 2. Select all the rasters in the Project Explorer. 3. Right-click on any of the selected rasters and select the Interpolate To > TIN command. 4. Accept the default name and click OK. You should now see that the contours on the TIN match the elevations of the raster. Note that the TIN crossed over the boundaries of two rasters and GMS used all the selected rasters to interpolate to the TIN. 14 Interpolate to Feature Objects We can also interpolate from rasters to the Z values of feature objects. 1. In the Project Explorer, right-click in the empty space and select the Uncheck All command to hide everything. 2. Turn on the Map Data folder. 3. Switch to Front View . Notice that the feature objects in the coverage are all at an elevation of zero. 4. Select all the rasters in the Project Explorer. 5. Right-click on any of the selected rasters and select the Interpolate To > Active Coverage command. You should now see that the elevations of the feature objects in the coverage have been changed.
  • 11. GMS Tutorials Rasters Page 11 of 11 © Aquaveo 2014 15 Interpolate to MODFLOW Layers The "MODFLOW – Interpolating Layer Data" tutorial illustrates how to interpolate from scatter points to MODFLOW top and bottom layer elevation arrays. You can also interpolate to MODFLOW elevation arrays using raster data. 1. Select the New button to unload the current project. 2. Select the Open button . 3. Open the file tutorialsrasterspoints.gpr This project is similar to the one from the "MODFLOW – Interpolating Layer Data" tutorial but instead of scatter points, it uses rasters. Notice that the MODFLOW model layers are completely flat. 4. Select all the rasters in the Project Explorer. You will need to expand the GIS Layers item to see the rasters. 5. Right-click on any of the selected rasters and select the Interpolate To > MODFLOW Layers command. This opens the Interpolate to MODFLOW Layers dialog. The mapping in the lower part of the dialog should already be set up. GMS automatically mapped the appropriate raster to the appropriate MODFLOW layer array based on the names of the rasters. For more information on this dialog, refer to the "MODFLOW – Interpolating Layer Data" tutorial. 6. Click OK. Now see that the layer elevations are no longer flat. 16 Conclusion This concludes the tutorial. Here are some of the key concepts in this tutorial: • Rasters are images with elevation data. • Rasters, like images, are 2D and only drawn in the background when in plan view, but can appear 3D if hill shading is enabled. • Rasters can be downloaded using the Online Maps feature. • Rasters can be converted to 2D scatter sets and 2D grids. • 2D scatter points can be converted into rasters. • Rasters can be interpolated to many other GMS object types.