SlideShare a Scribd company logo
Watershed
Delineation
March 2016
Dr. Arthur ‘Gill’ Green
arthur.green@mail.mcgill.ca
What is This?
Watershed Delineation by Arthur Gill Green is licensed under a Creative Commons Attribution-
ShareAlike 4.0 International License.
Based on a work at http://greengeographer.com/.
• An open training module for learning
Geographic Information Science as applied to
watershed delineation.
• It was developed for students at UBC.
• It uses data from the USGS (SRTM) and
software from ESRI (ArcMap 10.3).
Why Do This Training?
It’s free and you will learn how to:
• Get SRTM 1 Arc-Second (30 meter resolution) for
free to make Digital Elevation Models (DEM).
• Merge raster grids into mosaics.
• Derive streams, stream orders, basins, and specific
watersheds from the data.
• Convert raster grids into vector features.
• Calculate area and length.
• Create and analyze evidence for responding to
geographic questions.
Research Question
While working in Cameroon on a transboundary
international conservation area near Tchabal
Mbabo, we wondered…
Does the Faro River basin cross the international
border between Cameroon and Nigeria?
If it does, this is one reason to explore setting up a
transboundary international conservation area or
international watershed co-management plan.
Where are Tchabal Mbabo &
the Faro River?
• This photo is from the Tchabal Mbabo cliffs
looking down into the Faro River basin.
• This is a remote region, located in the west of the
Adamaoua Province of Cameroon. Livelihoods
are based around herding.
• The rapid drop of the cliffs provide many
microclimates and are home to rare Afromontane
and Sudano-Guinean flora and fauna. For
example, Prunus africana is one rare species
here.
Click below to see
the region on OSM.
What You Need
• Software: ArcMap 10.3.
• A license to use Spatial Analyst.
• Access to the internet.
• 3-4 hours (depending on the size of the data
you download and your computer’s processing
abilities it could be even longer – so choose a
small area).
Outline
1. Get Data
2. Set Work Environment
3. Mosaic Rasters (put them together)
4. Find Sinks and Fill Sinks (create a depressionless DEM)
5. Flow Direction
6. Flow Accumulation
7. Basins and Watersheds
8. Stream Network
9. Converting to Polygons and Cleaning Up
10. Comparing Basin to Watersheds
11. Answering the Research Question
1. Get Data
Get Data
• We will use SRTM (Shuttle Radar Topographic
Mission) 1 Arc-Second Global elevation data
(~30 meter resolution) from the USGS and
NASA. Collected Feb. 2000.
• Get an account at:
http://earthexplorer.usgs.gov/
• I use data from the border of Cameroon and
Nigeria to look at where the Faro River is
located.
https://en.wikipedia.org/wiki/Faro_River
• You can select your own region. Make sure
to only take 1-2 SRTM image areas or your
computer may take a very long time to
process the data.
Source:
http://www2.jpl.nasa.gov/srtm/mis
sion.htm
• This is the http://earthexplorer.usgs.gov/ interface.
• Sign up for a free account.
• Once you have a free account, you can search for data
from any part of the world or manually outline your area of
interest (AOI).
• I manually outlined my area of interest using the above
points.
• Once you have outlined your area of interest, you can
move on to searching the types of data available. We are
going to search for SRTM.
• After outlining your area
of interest (AOI), move
on to the Data Sets tab.
• Type in “srtm” and you
should see SRTM 1 Arc-
Second Global.
• Select that, then click on
Results.
• You can show the SRTM image footprints by using the buttons on the
left.
• We see there are two SRTM images that fall within my AOI.
• I will have to download both of them and mosaic (merge) them into a
new raster.
• You can display metadata (SRTM files were collected in 2000 but
published in 2014). You can do individual or bulk downloads.
Get Metadata
Product Specifications (some metadata)
Projection Geographic
Horizontal Datum WGS84
Vertical Datum EGM96 (Earth Gravitational Model
1996) ellipsoid
Vertical Units Meters
Spatial Resolution 1 arc-second for global coverage
(~30 meters)
3 arc-seconds for global coverage
(~90 meters)
Raster Size 1 degree tiles
C-band Wavelength 5.6 cm
Projection is geographic, so we will need to reproject to do
measurements (area, length) in meters.
Download Data
Download Data
• Earth Explorer offers SRTM data as:
• Digital Terrain Elevation Data (DTED)
• Band interleaved by line (BIL) (a binary raster format)
• Georeferenced Tagged Image File Format (tif, tiff,
GeoTIFF)
• Any of these formats will work for this exercise.
• I downloaded the GeoTIFF.
• You should make a project directory (such as
“C:/WATERSHED/DATA”) and move/unzip the files
into that directory.
https://lta.cr.usgs.gov/SRTM1Arc
2. Set Work
Environment
Map Document Settings
• Create a new mxd document in the same folder as
your data. Call it “watershed.mxd”
• Enable Spatial Analyst tools Customize > Extensions >
Spatial Analyst. Search the Hydrology toolbox.
• Set Map Document Properties
Geoprocessing Settings
• Create a new file geodatabase in your DATA directory using
ArcCatalogue. You can name it what you want.
• Go to Geoprocessing > Environment and enter the following
settings.
Load Data and Check
Properties
• Load your geodatabase and images into the
mxd.
• Check your data properties.
• I have 1 band and 16 Bit pixel depth. None of
the data values are negative so, I can use a 16
Bit Unsigned when I mosaic rasters in the next
step.
3. Mosaic Rasters
Mosaic Rasters
We need to
combine images to
have one raster =
Mosaic To New
Raster.
The new raster
name is
“mosaicsrtm1.tif”.
Mosaic Output =
mosaicsrtm1.tif
Enhance Visualization: Histogram
Stretch & Color Scale
Nigeria/Cameroon border
4. Find Sinks &
Fill Sinks
(Creating a depressionless DEM)
Find Sinks
• Sinks are a common problem in DEM. “A sink is a cell or set of
spatially connected cells whose flow direction cannot be assigned
one of the eight valid values in a flow direction raster.”
• Sinks are often data aberrations and they will impact and possibly
ruin models of flow direction…. Yet, to find sinks we need to first
do a flow direction analysis which assigns cell values that reflect
flow direction.
Flow Direction Results, Source:
http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-
toolbox/how-flow-direction-works.htm
Up to 4.7% of the cells in a 30 meter DEM
might be sinks.
Tarboton, D. G., R. L. Bras, and I. Rodriguez–
Iturbe. 1991. "On the Extraction of Channel
Networks from Digital Elevation
Data." Hydrological Processes 5: 81–100.
http://dx.doi.org/10.1002/hyp.3360050107
Flow Direction to Find Sinks
Sinks are assigned a value of the sum of
their possible directions. You can see
below that the results do not give the
actual flow direction grid that we want,
they give us a raster with values 1-255.
We can use this to identify sinks.
I zoomed into a small AOI. These
dots are all sinks and peaks in the
data that we need to fix. Notice how
an apparent stream bed has a
number of low and high values.
Fill
• We need to run Fill on the original mosaic
raster. Then we will run the Flow Direction
again.
• Fill will create a depressionless DEM.
5. Flow Direction
Flow Direction
• Now we can do a flow direction analysis on a
depressionless DEM. (Notice the difference in our results
now versus using the uncorrected data previously!)
• We can include a drop raster that models drops in elevation
too.
AOI Flow Direction
AOI Drop Raster
6. Flow Accumulation
Flow Accumulation
• Now that we know flow direction we can do a
number of additional analyses.
• Flow Accumulation counts the number of cells
that flow into a particular cell.
Flow Accumulation
• Deriving streams from flow accumulation requires examining your
data and that you make a threshold decision.
• Here I have made two classes of the flow accumulation grid, as a
result any cells with more than 5000 cells flowing into them will be
recognized as part of the stream network.
AOI Flow Accumulation Classification
AOI Flow Accumulation Classification
over satellite images (visual check).
6. Basins and
Watersheds
Basins and Watersheds
• There is a function (Basin) that will
automatically calculate the basins in your data
set using flow direction.
• There is a way for us to choose to model
specific watersheds by establishing pour points
and looking at flow accumulation.
• Let’s look at how to do both of these and then
compare our results. Watersheds will take
longer, so let’s start by making basins.
Results of the
Basin tool.
Watersheds
• Pour points are outlets of the watershed that
you are interested in mapping.
• You can upload a predetermined set of pour
points (based on known locations) or you can
establish your own set of points.
• You will first need to create an empty shapefile
(or geodatabase feature class) for your points.
You can do this in ArcCatalogue. Call the new
layer “pourpoints”.
Watersheds
• When creating the new
feature class, create a
field called UNIQUEID
using Short Integer Data
Type.
• This will be used to
identify watersheds.
Pour Points
• Load the new layer
you created.
• Start editing the file.
• You may need to
open the Create
Features window to
make the points.
• Add points to
your new feature
class as close as
possible to the
stream network.
• Assign an
“uniqueid”
number to each
point.
• Save your edits
and stop editing
when done.
• Snap pour points to the highest
point of flow accumulation near
them.
• Snap to Pour Point will do this
and it will convert the points to a
new raster grid.
• Try several snap distances to
avoid having all points go the
same location (snap distance to
large) or miss the stream network
completely (snap distance too
small).
• We have a geographic coordinate
system so the distance is
measured in decimal degrees (1
decimal degree is ~111 km at the
equator but changes further from
the equator).
• Snap pour point distance has big
impacts on watershed generation.
• Distance 5 (~555km) led all my
points to be collapsed to one point.
• Distance 0 (no movement) led me
to have one good watershed and
one poor watershed.
• Distance 0.005 (roughly 555
meters) allowed me snap my points
to the highest flow cells and keep
three watersheds.
Original vector pour points (yellow) shown next to the
new raster pour points snapped to the highest flow
accumulation point within roughly 555 meters.
Generate Watershed
Using the three different snap pour
points rasters to generate
watersheds, I found that the 555
meters snap measurement gave the
best results.
Erroneous watershed generated
when Snap Distance = 0 km
Only one
watershed
generated
when Snap
Distance =
555km
Three watersheds
generated when
snap distance =
555 meters
7. Stream Network
Creating a Stream Network
• In order to get our raster streams into a vector
format and to perform some other analysis, we
need to make a raster that only shows our
streams.
• We will use Raster Calculator (located in the
toolbox Spatial Analyst > Map Algebra).
• Use the formula on the following slide to
generate a new raster with only the streams
represented.
This creates a new raster “streams” wherein all cells that
had the flow accumulation value greater than 5000 will
be given the value “1” and all other cells no value.
Creating a Stream Network
Linear raster
stream network.
• We can perform Stream Link (to assign unique
values to branches of the stream network).
• Also, look at stream order using Shreve or
Strahler approaches.
• Shreve adds cumulatively
saying that 1+1=2, 2+3=5,
and 2+2=4.
• Strahler says that when
order 1+1=2 and that 2+3 =
3 and that 2+2=3.
• This makes a big difference
in the number of orders!
We can now convert these ordered steams to a vector
(polyline) feature using Stream to Feature.
This gives us a feature
class that includes
attributes for the nodes
and the order (“grid code”)
as well as the length (but
in decimal degrees, so we
need to fix that).
Projections and
Calculating Length
• We need to project our data into a projected
coordinate system in order to accurately
measure length and areas.
• There are two ways to do this calculation:
• Project our data into a new feature class in a
geodatabase (automatically will calculate length
and are in meters).
• Project our data into a shapefile, add data fields,
and calculate geometry for the new fields.
Projections
• First find a projected coordinate system that is
appropriate.
• For my data I used UTM Zone 33N (which
covers the majority of my region).
• I add the EPSG number to the file name to
identify the projection. The EPSG for UTM
Zone 33N is 32633.
• You can reproject direcly to a feature class
(gdb) or a shapefile.
You can also project directly to a
feature class in your geodatabase.
Or use Feature Class to Feature
Class to send the shapefile to your
geodatabase.
Project to a shapefile:
No geographic transformation is
needed as I am using the same
datum.
Calculating Length
(geodatabase)
• This is done for you in the geodatabase. See
Shape_Length now in meters.
Calculating Length (shapefile)
Add a new field, right click on the field and choose Calculate Geometry,
Now you should see the calculation in your attribute table.
You can now change the Symbology (try line width
and/or colors) on your new vector stream network
to visually represent the stream orders, section
length, or other attributes.
9. Converting to
Polygons and Cleaning
Up
Basin to Polygon
• Open up the Basin raster attribute table and
sort by count.
• By selecting the row you will be able to visually
identify and select the basin near your
watershed.
Basin to Polygon
• The only function you need now is Raster to
Polygon.
• If you don’t select parts of the raster, then you
can get all the basin polygons using the above
function.
Basin to Polygon
Now you should have your new basin polygon.
Watersheds to Polygon
• Like Basins, we use Raster to Polygon.
• Yet, something funny happens… Open the
attribute table to see.
Watersheds to Polygon
• We now have five watersheds because in
converting the raster to a polygon, some cells were
cut off and formed new features.
• Select one of the areas with small or no
Shape_Area (again this is in decimal degree
because we have not projected our data yet).
• Zoom to the selected area (this is an option in the
menu).
Watersheds to Polygon
Here we see the original
raster watershed below the
vector watershed.
We have two options, delete
the hanging area or merge
the features.
Given the small size, I simply
deleted the small polygon
features in the table (you may
need to turn on editing).
I then projected (EPSG
32633) the feature class in
the geodatabase. I now have
my three watersheds and the
measurement of area in
meters.
10. Comparing Basin to
Watersheds
We now have watersheds.
We now have a basin and
rivers.
We can compare our basin to
our watersheds and rivers.
We can compare our basin to
our watersheds and rivers.
• When we decided to locate pour points, we ended
up not capturing the entire basin and even
including part of another basin.
• This could impact field decisions.
• For example, if we were collecting flow information
with monitors located in the field we might decide
to change the location of our pour points
(monitors) to more accurately represent the entire
basin and maybe even capture 1-2 more basins
with the same amount of monitors.
11. Answering the
Research Question
Does the basin or any small
watershed cross international
borders?
Does the basin or any small
watershed cross international
borders?
• Yes, the basin appears to cross the border, it is largely in
Cameroon with small parts of it in Nigeria.
• As well there were other basins that, appeared to cross the
border (largely in Nigeria with small parts in Cameroon).
• We could continue on with this analysis identifying and
quantifying the overlap of basins throughout this region.
• Given our findings, we might suggest that the basin and
watersheds overlapping the border are reasons to explore
an international conservation area or an international
agreement on watershed management.
Looking Back
You now know how to:
• Get SRTM 1 Arc-Second (30 meter resolution) for free.
• Merge raster grids into mosaics.
• Derive streams, stream orders, basins, and specific
watersheds from the data.
• Convert raster grids into vector features.
• Calculate area and length.
• Create and analyze evidence for responding to geographic
questions.
More information about this region can be found from organizations
such as BirdLife International:
http://www.birdlife.org/datazone/sitefactsheet.php?id=6112
End
Did you find an error?
Could something be more clearly explained?
Did you adopt and adapt these materials?
Let me know at arthur.green@mail.mcgill.ca
Watershed Delineation by Arthur Gill Green is licensed under a Creative Commons Attribution-
ShareAlike 4.0 International License.
Based on a work at http://greengeographer.com/.

More Related Content

What's hot

Dem analaysis and catchment delineation using GIS
Dem analaysis and catchment delineation using GISDem analaysis and catchment delineation using GIS
Dem analaysis and catchment delineation using GIS
Hans van der Kwast
 
Introduction to arc gis
Introduction to arc gisIntroduction to arc gis
Introduction to arc gis
Mohamed Hamed
 
Watershed delineation
Watershed delineationWatershed delineation
Watershed delineation
lizbasile
 
Flood Mapping using GIS
Flood Mapping using GISFlood Mapping using GIS
Flood Mapping using GIS
Prabhas Gupta
 
Digital Elevation Model (DEM)
Digital Elevation Model (DEM)Digital Elevation Model (DEM)
Digital Elevation Model (DEM)
Malla Reddy University
 
Data compression
Data compressionData compression
Data compression
Sumant Diwakar
 
Introduction to remote sensing and gis
Introduction to remote sensing and gisIntroduction to remote sensing and gis
Introduction to remote sensing and gis
Mohsin Siddique
 
Image classification, remote sensing, P K MANI
Image classification, remote sensing, P K MANIImage classification, remote sensing, P K MANI
Image classification, remote sensing, P K MANI
P.K. Mani
 
Components of gis
Components of gisComponents of gis
Components of gis
Pramoda Raj
 
Spatial analysis & interpolation in ARC GIS
Spatial analysis & interpolation in ARC GISSpatial analysis & interpolation in ARC GIS
Spatial analysis & interpolation in ARC GIS
KU Leuven
 
georeference
georeferencegeoreference
georeference
Thana Chirapiwat
 
Gis functions
Gis functionsGis functions
Gis functions
Shah Naseer
 
Digital image processing
Digital image processingDigital image processing
Digital image processing
lakhveer singh
 
GIS.INTRODUCTION TO GIS PACKAGES &GEOGRAPHIIC ANALYSIS
GIS.INTRODUCTION TO GIS PACKAGES &GEOGRAPHIIC ANALYSISGIS.INTRODUCTION TO GIS PACKAGES &GEOGRAPHIIC ANALYSIS
GIS.INTRODUCTION TO GIS PACKAGES &GEOGRAPHIIC ANALYSIS
TessaRaju
 
Hydrologic modeling
Hydrologic modelingHydrologic modeling
Inverse distance weighting
Inverse distance weightingInverse distance weighting
Inverse distance weighting
Penchala Vineeth
 
Basic of gis concept and theories
Basic of gis concept and theoriesBasic of gis concept and theories
Basic of gis concept and theories
Mohsin Siddique
 
DATA in GIS and DATA Query
DATA in GIS and DATA QueryDATA in GIS and DATA Query
DATA in GIS and DATA Query
KU Leuven
 
Scale of photograph (Aerial Photogrammetry)
Scale of photograph (Aerial Photogrammetry)Scale of photograph (Aerial Photogrammetry)
Scale of photograph (Aerial Photogrammetry)
Mr Amol Ghogare
 
Spatial interpolation techniques
Spatial interpolation techniquesSpatial interpolation techniques
Spatial interpolation techniques
Manisha Shrivastava
 

What's hot (20)

Dem analaysis and catchment delineation using GIS
Dem analaysis and catchment delineation using GISDem analaysis and catchment delineation using GIS
Dem analaysis and catchment delineation using GIS
 
Introduction to arc gis
Introduction to arc gisIntroduction to arc gis
Introduction to arc gis
 
Watershed delineation
Watershed delineationWatershed delineation
Watershed delineation
 
Flood Mapping using GIS
Flood Mapping using GISFlood Mapping using GIS
Flood Mapping using GIS
 
Digital Elevation Model (DEM)
Digital Elevation Model (DEM)Digital Elevation Model (DEM)
Digital Elevation Model (DEM)
 
Data compression
Data compressionData compression
Data compression
 
Introduction to remote sensing and gis
Introduction to remote sensing and gisIntroduction to remote sensing and gis
Introduction to remote sensing and gis
 
Image classification, remote sensing, P K MANI
Image classification, remote sensing, P K MANIImage classification, remote sensing, P K MANI
Image classification, remote sensing, P K MANI
 
Components of gis
Components of gisComponents of gis
Components of gis
 
Spatial analysis & interpolation in ARC GIS
Spatial analysis & interpolation in ARC GISSpatial analysis & interpolation in ARC GIS
Spatial analysis & interpolation in ARC GIS
 
georeference
georeferencegeoreference
georeference
 
Gis functions
Gis functionsGis functions
Gis functions
 
Digital image processing
Digital image processingDigital image processing
Digital image processing
 
GIS.INTRODUCTION TO GIS PACKAGES &GEOGRAPHIIC ANALYSIS
GIS.INTRODUCTION TO GIS PACKAGES &GEOGRAPHIIC ANALYSISGIS.INTRODUCTION TO GIS PACKAGES &GEOGRAPHIIC ANALYSIS
GIS.INTRODUCTION TO GIS PACKAGES &GEOGRAPHIIC ANALYSIS
 
Hydrologic modeling
Hydrologic modelingHydrologic modeling
Hydrologic modeling
 
Inverse distance weighting
Inverse distance weightingInverse distance weighting
Inverse distance weighting
 
Basic of gis concept and theories
Basic of gis concept and theoriesBasic of gis concept and theories
Basic of gis concept and theories
 
DATA in GIS and DATA Query
DATA in GIS and DATA QueryDATA in GIS and DATA Query
DATA in GIS and DATA Query
 
Scale of photograph (Aerial Photogrammetry)
Scale of photograph (Aerial Photogrammetry)Scale of photograph (Aerial Photogrammetry)
Scale of photograph (Aerial Photogrammetry)
 
Spatial interpolation techniques
Spatial interpolation techniquesSpatial interpolation techniques
Spatial interpolation techniques
 

Viewers also liked

Philippines Watershed
Philippines WatershedPhilippines Watershed
Philippines Watershed
guest121c1a
 
Masek_Watershed Deliniation Portfolio
Masek_Watershed Deliniation PortfolioMasek_Watershed Deliniation Portfolio
Masek_Watershed Deliniation Portfolio
Ryan Masek
 
Blum erosion gp
Blum erosion gpBlum erosion gp
Blum erosion gp
Michael Newbold
 
Membuat peta digital dengan quantum gis
Membuat peta digital dengan quantum gisMembuat peta digital dengan quantum gis
Membuat peta digital dengan quantum gisGien Rockmantic
 
Mid term presentation_Sunil Basnet
Mid term presentation_Sunil BasnetMid term presentation_Sunil Basnet
Mid term presentation_Sunil Basnet
tensab_linus419
 
Watershed Science - The Upper Grand River
Watershed Science - The Upper Grand RiverWatershed Science - The Upper Grand River
Watershed Science - The Upper Grand River
Derek Moy
 
Beyond Free
Beyond FreeBeyond Free
Beyond Free
Clint Lalonde
 
Stereoscopic Parallax
Stereoscopic ParallaxStereoscopic Parallax
Stereoscopic Parallax
Siva Subramanian M
 
Reusable Learning Objects
Reusable Learning ObjectsReusable Learning Objects
Reusable Learning Objects
Gerard Sylvester
 
Soil Erosion for Vishwamitri River watershed using RS and GIS
Soil Erosion for Vishwamitri River watershed using RS and GISSoil Erosion for Vishwamitri River watershed using RS and GIS
Soil Erosion for Vishwamitri River watershed using RS and GIS
vishvam Pancholi
 
hydro chapter_11_hydrology_by louy al hami
hydro  chapter_11_hydrology_by louy al hami hydro  chapter_11_hydrology_by louy al hami
hydro chapter_11_hydrology_by louy al hami
Louy Alhamy
 
Watersheds PowerPoint
Watersheds PowerPointWatersheds PowerPoint
Watersheds PowerPoint
www.sciencepowerpoint.com
 
APPLICATIONS OF REMOTE SENSING AND GIS IN WATERSHED MANAGEMENT
APPLICATIONS OF REMOTE SENSING AND GIS IN WATERSHED MANAGEMENTAPPLICATIONS OF REMOTE SENSING AND GIS IN WATERSHED MANAGEMENT
APPLICATIONS OF REMOTE SENSING AND GIS IN WATERSHED MANAGEMENT
Sriram Chakravarthy
 
Water Resources in the Philippines
Water Resources in the PhilippinesWater Resources in the Philippines
Water Resources in the Philippines
Janilo Sarmiento
 
Characteristics of Watershed
Characteristics of WatershedCharacteristics of Watershed
Characteristics of Watershed
Malla Reddy University
 
Presentation watershed
Presentation watershedPresentation watershed
Presentation watershed
akshitakohli
 
A narrative of open pedagogy using open educational resources
A narrative of open pedagogy using open educational resourcesA narrative of open pedagogy using open educational resources
A narrative of open pedagogy using open educational resources
Open Education Global (OEGlobal)
 
Watershed analysis using GIS
Watershed analysis using GISWatershed analysis using GIS
Watershed analysis using GIS
Aya Osman
 

Viewers also liked (18)

Philippines Watershed
Philippines WatershedPhilippines Watershed
Philippines Watershed
 
Masek_Watershed Deliniation Portfolio
Masek_Watershed Deliniation PortfolioMasek_Watershed Deliniation Portfolio
Masek_Watershed Deliniation Portfolio
 
Blum erosion gp
Blum erosion gpBlum erosion gp
Blum erosion gp
 
Membuat peta digital dengan quantum gis
Membuat peta digital dengan quantum gisMembuat peta digital dengan quantum gis
Membuat peta digital dengan quantum gis
 
Mid term presentation_Sunil Basnet
Mid term presentation_Sunil BasnetMid term presentation_Sunil Basnet
Mid term presentation_Sunil Basnet
 
Watershed Science - The Upper Grand River
Watershed Science - The Upper Grand RiverWatershed Science - The Upper Grand River
Watershed Science - The Upper Grand River
 
Beyond Free
Beyond FreeBeyond Free
Beyond Free
 
Stereoscopic Parallax
Stereoscopic ParallaxStereoscopic Parallax
Stereoscopic Parallax
 
Reusable Learning Objects
Reusable Learning ObjectsReusable Learning Objects
Reusable Learning Objects
 
Soil Erosion for Vishwamitri River watershed using RS and GIS
Soil Erosion for Vishwamitri River watershed using RS and GISSoil Erosion for Vishwamitri River watershed using RS and GIS
Soil Erosion for Vishwamitri River watershed using RS and GIS
 
hydro chapter_11_hydrology_by louy al hami
hydro  chapter_11_hydrology_by louy al hami hydro  chapter_11_hydrology_by louy al hami
hydro chapter_11_hydrology_by louy al hami
 
Watersheds PowerPoint
Watersheds PowerPointWatersheds PowerPoint
Watersheds PowerPoint
 
APPLICATIONS OF REMOTE SENSING AND GIS IN WATERSHED MANAGEMENT
APPLICATIONS OF REMOTE SENSING AND GIS IN WATERSHED MANAGEMENTAPPLICATIONS OF REMOTE SENSING AND GIS IN WATERSHED MANAGEMENT
APPLICATIONS OF REMOTE SENSING AND GIS IN WATERSHED MANAGEMENT
 
Water Resources in the Philippines
Water Resources in the PhilippinesWater Resources in the Philippines
Water Resources in the Philippines
 
Characteristics of Watershed
Characteristics of WatershedCharacteristics of Watershed
Characteristics of Watershed
 
Presentation watershed
Presentation watershedPresentation watershed
Presentation watershed
 
A narrative of open pedagogy using open educational resources
A narrative of open pedagogy using open educational resourcesA narrative of open pedagogy using open educational resources
A narrative of open pedagogy using open educational resources
 
Watershed analysis using GIS
Watershed analysis using GISWatershed analysis using GIS
Watershed analysis using GIS
 

Similar to Watershed Delineation Using ArcMap

How to empower community by using GIS lecture 2
How to empower community by using GIS lecture 2How to empower community by using GIS lecture 2
How to empower community by using GIS lecture 2
wang yaohui
 
The Matsu Project - Open Source Software for Processing Satellite Imagery Data
The Matsu Project - Open Source Software for Processing Satellite Imagery DataThe Matsu Project - Open Source Software for Processing Satellite Imagery Data
The Matsu Project - Open Source Software for Processing Satellite Imagery Data
Robert Grossman
 
WebServices_Grid.ppt
WebServices_Grid.pptWebServices_Grid.ppt
WebServices_Grid.ppt
EqinNiftalyev
 
LiDAR_Project
LiDAR_ProjectLiDAR_Project
LiDAR_Project
Jason Jubain
 
What is a Data Commons and Why Should You Care?
What is a Data Commons and Why Should You Care? What is a Data Commons and Why Should You Care?
What is a Data Commons and Why Should You Care?
Robert Grossman
 
Using Deep Learning to Derive 3D Cities from Satellite Imagery
Using Deep Learning to Derive 3D Cities from Satellite ImageryUsing Deep Learning to Derive 3D Cities from Satellite Imagery
Using Deep Learning to Derive 3D Cities from Satellite Imagery
Astraea, Inc.
 
Introduction_to_QGIS_Revision, read before
Introduction_to_QGIS_Revision, read beforeIntroduction_to_QGIS_Revision, read before
Introduction_to_QGIS_Revision, read before
MadhuSudhan725843
 
BREEZE 3D Analyst for the Advanced AERMOD Modeler
BREEZE 3D Analyst for the Advanced AERMOD ModelerBREEZE 3D Analyst for the Advanced AERMOD Modeler
BREEZE 3D Analyst for the Advanced AERMOD Modeler
BREEZE Software
 
Bring Satellite and Drone Imagery into your Data Science Workflows
Bring Satellite and Drone Imagery into your Data Science WorkflowsBring Satellite and Drone Imagery into your Data Science Workflows
Bring Satellite and Drone Imagery into your Data Science Workflows
Databricks
 
Making sense of the Graph Revolution
Making sense of the Graph RevolutionMaking sense of the Graph Revolution
Making sense of the Graph Revolution
InfiniteGraph
 
Geoservices Activities at EDINA
Geoservices Activities at EDINAGeoservices Activities at EDINA
Geoservices Activities at EDINA
EDINA, University of Edinburgh
 
Working with HDF and netCDF Data in ArcGIS: Tools and Case Studies
Working with HDF and netCDF Data in ArcGIS: Tools and Case StudiesWorking with HDF and netCDF Data in ArcGIS: Tools and Case Studies
Working with HDF and netCDF Data in ArcGIS: Tools and Case Studies
The HDF-EOS Tools and Information Center
 
Geoscience For Gis A
Geoscience For Gis AGeoscience For Gis A
Geoscience For Gis A
Andrew Zolnai
 
Accumulo Summit 2016: GeoMesa: Using Accumulo for Optimized Spatio-Temporal P...
Accumulo Summit 2016: GeoMesa: Using Accumulo for Optimized Spatio-Temporal P...Accumulo Summit 2016: GeoMesa: Using Accumulo for Optimized Spatio-Temporal P...
Accumulo Summit 2016: GeoMesa: Using Accumulo for Optimized Spatio-Temporal P...
Accumulo Summit
 
DA_MAP
DA_MAPDA_MAP
DA_MAP
skbhate
 
Modelling complex geometry structures using SAP2000 API
Modelling complex geometry structures using SAP2000 APIModelling complex geometry structures using SAP2000 API
Modelling complex geometry structures using SAP2000 API
Valerio Stuart
 
Better Mapping II - Sourcing good data
Better Mapping II - Sourcing good dataBetter Mapping II - Sourcing good data
Better Mapping II - Sourcing good data
Steve Chilton
 
Enterprise Scale Topological Data Analysis Using Spark
Enterprise Scale Topological Data Analysis Using SparkEnterprise Scale Topological Data Analysis Using Spark
Enterprise Scale Topological Data Analysis Using Spark
Alpine Data
 
Enterprise Scale Topological Data Analysis Using Spark
Enterprise Scale Topological Data Analysis Using SparkEnterprise Scale Topological Data Analysis Using Spark
Enterprise Scale Topological Data Analysis Using Spark
Spark Summit
 
Making the Most of Raster Analysis with Living Atlas Data - Esri UC 2018
Making the Most of Raster Analysis with Living Atlas Data - Esri UC 2018Making the Most of Raster Analysis with Living Atlas Data - Esri UC 2018
Making the Most of Raster Analysis with Living Atlas Data - Esri UC 2018
Aileen Buckley
 

Similar to Watershed Delineation Using ArcMap (20)

How to empower community by using GIS lecture 2
How to empower community by using GIS lecture 2How to empower community by using GIS lecture 2
How to empower community by using GIS lecture 2
 
The Matsu Project - Open Source Software for Processing Satellite Imagery Data
The Matsu Project - Open Source Software for Processing Satellite Imagery DataThe Matsu Project - Open Source Software for Processing Satellite Imagery Data
The Matsu Project - Open Source Software for Processing Satellite Imagery Data
 
WebServices_Grid.ppt
WebServices_Grid.pptWebServices_Grid.ppt
WebServices_Grid.ppt
 
LiDAR_Project
LiDAR_ProjectLiDAR_Project
LiDAR_Project
 
What is a Data Commons and Why Should You Care?
What is a Data Commons and Why Should You Care? What is a Data Commons and Why Should You Care?
What is a Data Commons and Why Should You Care?
 
Using Deep Learning to Derive 3D Cities from Satellite Imagery
Using Deep Learning to Derive 3D Cities from Satellite ImageryUsing Deep Learning to Derive 3D Cities from Satellite Imagery
Using Deep Learning to Derive 3D Cities from Satellite Imagery
 
Introduction_to_QGIS_Revision, read before
Introduction_to_QGIS_Revision, read beforeIntroduction_to_QGIS_Revision, read before
Introduction_to_QGIS_Revision, read before
 
BREEZE 3D Analyst for the Advanced AERMOD Modeler
BREEZE 3D Analyst for the Advanced AERMOD ModelerBREEZE 3D Analyst for the Advanced AERMOD Modeler
BREEZE 3D Analyst for the Advanced AERMOD Modeler
 
Bring Satellite and Drone Imagery into your Data Science Workflows
Bring Satellite and Drone Imagery into your Data Science WorkflowsBring Satellite and Drone Imagery into your Data Science Workflows
Bring Satellite and Drone Imagery into your Data Science Workflows
 
Making sense of the Graph Revolution
Making sense of the Graph RevolutionMaking sense of the Graph Revolution
Making sense of the Graph Revolution
 
Geoservices Activities at EDINA
Geoservices Activities at EDINAGeoservices Activities at EDINA
Geoservices Activities at EDINA
 
Working with HDF and netCDF Data in ArcGIS: Tools and Case Studies
Working with HDF and netCDF Data in ArcGIS: Tools and Case StudiesWorking with HDF and netCDF Data in ArcGIS: Tools and Case Studies
Working with HDF and netCDF Data in ArcGIS: Tools and Case Studies
 
Geoscience For Gis A
Geoscience For Gis AGeoscience For Gis A
Geoscience For Gis A
 
Accumulo Summit 2016: GeoMesa: Using Accumulo for Optimized Spatio-Temporal P...
Accumulo Summit 2016: GeoMesa: Using Accumulo for Optimized Spatio-Temporal P...Accumulo Summit 2016: GeoMesa: Using Accumulo for Optimized Spatio-Temporal P...
Accumulo Summit 2016: GeoMesa: Using Accumulo for Optimized Spatio-Temporal P...
 
DA_MAP
DA_MAPDA_MAP
DA_MAP
 
Modelling complex geometry structures using SAP2000 API
Modelling complex geometry structures using SAP2000 APIModelling complex geometry structures using SAP2000 API
Modelling complex geometry structures using SAP2000 API
 
Better Mapping II - Sourcing good data
Better Mapping II - Sourcing good dataBetter Mapping II - Sourcing good data
Better Mapping II - Sourcing good data
 
Enterprise Scale Topological Data Analysis Using Spark
Enterprise Scale Topological Data Analysis Using SparkEnterprise Scale Topological Data Analysis Using Spark
Enterprise Scale Topological Data Analysis Using Spark
 
Enterprise Scale Topological Data Analysis Using Spark
Enterprise Scale Topological Data Analysis Using SparkEnterprise Scale Topological Data Analysis Using Spark
Enterprise Scale Topological Data Analysis Using Spark
 
Making the Most of Raster Analysis with Living Atlas Data - Esri UC 2018
Making the Most of Raster Analysis with Living Atlas Data - Esri UC 2018Making the Most of Raster Analysis with Living Atlas Data - Esri UC 2018
Making the Most of Raster Analysis with Living Atlas Data - Esri UC 2018
 

Recently uploaded

Solutons Maths Escape Room Spatial .pptx
Solutons Maths Escape Room Spatial .pptxSolutons Maths Escape Room Spatial .pptx
Solutons Maths Escape Room Spatial .pptx
spdendr
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
Nicholas Montgomery
 
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) CurriculumPhilippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
MJDuyan
 
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UPLAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
RAHUL
 
Bed Making ( Introduction, Purpose, Types, Articles, Scientific principles, N...
Bed Making ( Introduction, Purpose, Types, Articles, Scientific principles, N...Bed Making ( Introduction, Purpose, Types, Articles, Scientific principles, N...
Bed Making ( Introduction, Purpose, Types, Articles, Scientific principles, N...
Leena Ghag-Sakpal
 
Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
adhitya5119
 
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem studentsRHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
Himanshu Rai
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
Colégio Santa Teresinha
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
mulvey2
 
UGC NET Exam Paper 1- Unit 1:Teaching Aptitude
UGC NET Exam Paper 1- Unit 1:Teaching AptitudeUGC NET Exam Paper 1- Unit 1:Teaching Aptitude
UGC NET Exam Paper 1- Unit 1:Teaching Aptitude
S. Raj Kumar
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
adhitya5119
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
Celine George
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
heathfieldcps1
 
Walmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdfWalmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdf
TechSoup
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
Nicholas Montgomery
 
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptxNEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
iammrhaywood
 
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
Nguyen Thanh Tu Collection
 
BBR 2024 Summer Sessions Interview Training
BBR  2024 Summer Sessions Interview TrainingBBR  2024 Summer Sessions Interview Training
BBR 2024 Summer Sessions Interview Training
Katrina Pritchard
 
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
imrankhan141184
 
Constructing Your Course Container for Effective Communication
Constructing Your Course Container for Effective CommunicationConstructing Your Course Container for Effective Communication
Constructing Your Course Container for Effective Communication
Chevonnese Chevers Whyte, MBA, B.Sc.
 

Recently uploaded (20)

Solutons Maths Escape Room Spatial .pptx
Solutons Maths Escape Room Spatial .pptxSolutons Maths Escape Room Spatial .pptx
Solutons Maths Escape Room Spatial .pptx
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
 
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) CurriculumPhilippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
 
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UPLAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
 
Bed Making ( Introduction, Purpose, Types, Articles, Scientific principles, N...
Bed Making ( Introduction, Purpose, Types, Articles, Scientific principles, N...Bed Making ( Introduction, Purpose, Types, Articles, Scientific principles, N...
Bed Making ( Introduction, Purpose, Types, Articles, Scientific principles, N...
 
Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
 
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem studentsRHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
RHEOLOGY Physical pharmaceutics-II notes for B.pharm 4th sem students
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
 
UGC NET Exam Paper 1- Unit 1:Teaching Aptitude
UGC NET Exam Paper 1- Unit 1:Teaching AptitudeUGC NET Exam Paper 1- Unit 1:Teaching Aptitude
UGC NET Exam Paper 1- Unit 1:Teaching Aptitude
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
 
Walmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdfWalmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdf
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
 
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptxNEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
NEWSPAPERS - QUESTION 1 - REVISION POWERPOINT.pptx
 
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
 
BBR 2024 Summer Sessions Interview Training
BBR  2024 Summer Sessions Interview TrainingBBR  2024 Summer Sessions Interview Training
BBR 2024 Summer Sessions Interview Training
 
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
 
Constructing Your Course Container for Effective Communication
Constructing Your Course Container for Effective CommunicationConstructing Your Course Container for Effective Communication
Constructing Your Course Container for Effective Communication
 

Watershed Delineation Using ArcMap

  • 1. Watershed Delineation March 2016 Dr. Arthur ‘Gill’ Green arthur.green@mail.mcgill.ca
  • 2. What is This? Watershed Delineation by Arthur Gill Green is licensed under a Creative Commons Attribution- ShareAlike 4.0 International License. Based on a work at http://greengeographer.com/. • An open training module for learning Geographic Information Science as applied to watershed delineation. • It was developed for students at UBC. • It uses data from the USGS (SRTM) and software from ESRI (ArcMap 10.3).
  • 3. Why Do This Training? It’s free and you will learn how to: • Get SRTM 1 Arc-Second (30 meter resolution) for free to make Digital Elevation Models (DEM). • Merge raster grids into mosaics. • Derive streams, stream orders, basins, and specific watersheds from the data. • Convert raster grids into vector features. • Calculate area and length. • Create and analyze evidence for responding to geographic questions.
  • 4. Research Question While working in Cameroon on a transboundary international conservation area near Tchabal Mbabo, we wondered…
  • 5. Does the Faro River basin cross the international border between Cameroon and Nigeria? If it does, this is one reason to explore setting up a transboundary international conservation area or international watershed co-management plan.
  • 6. Where are Tchabal Mbabo & the Faro River? • This photo is from the Tchabal Mbabo cliffs looking down into the Faro River basin. • This is a remote region, located in the west of the Adamaoua Province of Cameroon. Livelihoods are based around herding. • The rapid drop of the cliffs provide many microclimates and are home to rare Afromontane and Sudano-Guinean flora and fauna. For example, Prunus africana is one rare species here. Click below to see the region on OSM.
  • 7.
  • 8. What You Need • Software: ArcMap 10.3. • A license to use Spatial Analyst. • Access to the internet. • 3-4 hours (depending on the size of the data you download and your computer’s processing abilities it could be even longer – so choose a small area).
  • 9. Outline 1. Get Data 2. Set Work Environment 3. Mosaic Rasters (put them together) 4. Find Sinks and Fill Sinks (create a depressionless DEM) 5. Flow Direction 6. Flow Accumulation 7. Basins and Watersheds 8. Stream Network 9. Converting to Polygons and Cleaning Up 10. Comparing Basin to Watersheds 11. Answering the Research Question
  • 11. Get Data • We will use SRTM (Shuttle Radar Topographic Mission) 1 Arc-Second Global elevation data (~30 meter resolution) from the USGS and NASA. Collected Feb. 2000. • Get an account at: http://earthexplorer.usgs.gov/ • I use data from the border of Cameroon and Nigeria to look at where the Faro River is located. https://en.wikipedia.org/wiki/Faro_River • You can select your own region. Make sure to only take 1-2 SRTM image areas or your computer may take a very long time to process the data. Source: http://www2.jpl.nasa.gov/srtm/mis sion.htm
  • 12. • This is the http://earthexplorer.usgs.gov/ interface. • Sign up for a free account. • Once you have a free account, you can search for data from any part of the world or manually outline your area of interest (AOI).
  • 13. • I manually outlined my area of interest using the above points. • Once you have outlined your area of interest, you can move on to searching the types of data available. We are going to search for SRTM.
  • 14. • After outlining your area of interest (AOI), move on to the Data Sets tab. • Type in “srtm” and you should see SRTM 1 Arc- Second Global. • Select that, then click on Results.
  • 15. • You can show the SRTM image footprints by using the buttons on the left. • We see there are two SRTM images that fall within my AOI. • I will have to download both of them and mosaic (merge) them into a new raster. • You can display metadata (SRTM files were collected in 2000 but published in 2014). You can do individual or bulk downloads.
  • 17. Product Specifications (some metadata) Projection Geographic Horizontal Datum WGS84 Vertical Datum EGM96 (Earth Gravitational Model 1996) ellipsoid Vertical Units Meters Spatial Resolution 1 arc-second for global coverage (~30 meters) 3 arc-seconds for global coverage (~90 meters) Raster Size 1 degree tiles C-band Wavelength 5.6 cm Projection is geographic, so we will need to reproject to do measurements (area, length) in meters.
  • 19. Download Data • Earth Explorer offers SRTM data as: • Digital Terrain Elevation Data (DTED) • Band interleaved by line (BIL) (a binary raster format) • Georeferenced Tagged Image File Format (tif, tiff, GeoTIFF) • Any of these formats will work for this exercise. • I downloaded the GeoTIFF. • You should make a project directory (such as “C:/WATERSHED/DATA”) and move/unzip the files into that directory. https://lta.cr.usgs.gov/SRTM1Arc
  • 21. Map Document Settings • Create a new mxd document in the same folder as your data. Call it “watershed.mxd” • Enable Spatial Analyst tools Customize > Extensions > Spatial Analyst. Search the Hydrology toolbox. • Set Map Document Properties
  • 22. Geoprocessing Settings • Create a new file geodatabase in your DATA directory using ArcCatalogue. You can name it what you want. • Go to Geoprocessing > Environment and enter the following settings.
  • 23. Load Data and Check Properties • Load your geodatabase and images into the mxd. • Check your data properties. • I have 1 band and 16 Bit pixel depth. None of the data values are negative so, I can use a 16 Bit Unsigned when I mosaic rasters in the next step.
  • 25. Mosaic Rasters We need to combine images to have one raster = Mosaic To New Raster. The new raster name is “mosaicsrtm1.tif”.
  • 29. 4. Find Sinks & Fill Sinks (Creating a depressionless DEM)
  • 30. Find Sinks • Sinks are a common problem in DEM. “A sink is a cell or set of spatially connected cells whose flow direction cannot be assigned one of the eight valid values in a flow direction raster.” • Sinks are often data aberrations and they will impact and possibly ruin models of flow direction…. Yet, to find sinks we need to first do a flow direction analysis which assigns cell values that reflect flow direction. Flow Direction Results, Source: http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst- toolbox/how-flow-direction-works.htm Up to 4.7% of the cells in a 30 meter DEM might be sinks. Tarboton, D. G., R. L. Bras, and I. Rodriguez– Iturbe. 1991. "On the Extraction of Channel Networks from Digital Elevation Data." Hydrological Processes 5: 81–100. http://dx.doi.org/10.1002/hyp.3360050107
  • 31. Flow Direction to Find Sinks Sinks are assigned a value of the sum of their possible directions. You can see below that the results do not give the actual flow direction grid that we want, they give us a raster with values 1-255. We can use this to identify sinks.
  • 32. I zoomed into a small AOI. These dots are all sinks and peaks in the data that we need to fix. Notice how an apparent stream bed has a number of low and high values.
  • 33. Fill • We need to run Fill on the original mosaic raster. Then we will run the Flow Direction again. • Fill will create a depressionless DEM.
  • 35. Flow Direction • Now we can do a flow direction analysis on a depressionless DEM. (Notice the difference in our results now versus using the uncorrected data previously!) • We can include a drop raster that models drops in elevation too.
  • 39. Flow Accumulation • Now that we know flow direction we can do a number of additional analyses. • Flow Accumulation counts the number of cells that flow into a particular cell.
  • 40. Flow Accumulation • Deriving streams from flow accumulation requires examining your data and that you make a threshold decision. • Here I have made two classes of the flow accumulation grid, as a result any cells with more than 5000 cells flowing into them will be recognized as part of the stream network.
  • 41. AOI Flow Accumulation Classification
  • 42. AOI Flow Accumulation Classification over satellite images (visual check).
  • 44. Basins and Watersheds • There is a function (Basin) that will automatically calculate the basins in your data set using flow direction. • There is a way for us to choose to model specific watersheds by establishing pour points and looking at flow accumulation. • Let’s look at how to do both of these and then compare our results. Watersheds will take longer, so let’s start by making basins.
  • 46. Watersheds • Pour points are outlets of the watershed that you are interested in mapping. • You can upload a predetermined set of pour points (based on known locations) or you can establish your own set of points. • You will first need to create an empty shapefile (or geodatabase feature class) for your points. You can do this in ArcCatalogue. Call the new layer “pourpoints”.
  • 47. Watersheds • When creating the new feature class, create a field called UNIQUEID using Short Integer Data Type. • This will be used to identify watersheds.
  • 48. Pour Points • Load the new layer you created. • Start editing the file. • You may need to open the Create Features window to make the points.
  • 49. • Add points to your new feature class as close as possible to the stream network. • Assign an “uniqueid” number to each point. • Save your edits and stop editing when done.
  • 50. • Snap pour points to the highest point of flow accumulation near them. • Snap to Pour Point will do this and it will convert the points to a new raster grid. • Try several snap distances to avoid having all points go the same location (snap distance to large) or miss the stream network completely (snap distance too small). • We have a geographic coordinate system so the distance is measured in decimal degrees (1 decimal degree is ~111 km at the equator but changes further from the equator).
  • 51. • Snap pour point distance has big impacts on watershed generation. • Distance 5 (~555km) led all my points to be collapsed to one point. • Distance 0 (no movement) led me to have one good watershed and one poor watershed. • Distance 0.005 (roughly 555 meters) allowed me snap my points to the highest flow cells and keep three watersheds.
  • 52. Original vector pour points (yellow) shown next to the new raster pour points snapped to the highest flow accumulation point within roughly 555 meters.
  • 53. Generate Watershed Using the three different snap pour points rasters to generate watersheds, I found that the 555 meters snap measurement gave the best results.
  • 54. Erroneous watershed generated when Snap Distance = 0 km Only one watershed generated when Snap Distance = 555km Three watersheds generated when snap distance = 555 meters
  • 56. Creating a Stream Network • In order to get our raster streams into a vector format and to perform some other analysis, we need to make a raster that only shows our streams. • We will use Raster Calculator (located in the toolbox Spatial Analyst > Map Algebra). • Use the formula on the following slide to generate a new raster with only the streams represented.
  • 57. This creates a new raster “streams” wherein all cells that had the flow accumulation value greater than 5000 will be given the value “1” and all other cells no value.
  • 58. Creating a Stream Network Linear raster stream network.
  • 59. • We can perform Stream Link (to assign unique values to branches of the stream network). • Also, look at stream order using Shreve or Strahler approaches.
  • 60. • Shreve adds cumulatively saying that 1+1=2, 2+3=5, and 2+2=4. • Strahler says that when order 1+1=2 and that 2+3 = 3 and that 2+2=3. • This makes a big difference in the number of orders!
  • 61. We can now convert these ordered steams to a vector (polyline) feature using Stream to Feature. This gives us a feature class that includes attributes for the nodes and the order (“grid code”) as well as the length (but in decimal degrees, so we need to fix that).
  • 62. Projections and Calculating Length • We need to project our data into a projected coordinate system in order to accurately measure length and areas. • There are two ways to do this calculation: • Project our data into a new feature class in a geodatabase (automatically will calculate length and are in meters). • Project our data into a shapefile, add data fields, and calculate geometry for the new fields.
  • 63. Projections • First find a projected coordinate system that is appropriate. • For my data I used UTM Zone 33N (which covers the majority of my region). • I add the EPSG number to the file name to identify the projection. The EPSG for UTM Zone 33N is 32633. • You can reproject direcly to a feature class (gdb) or a shapefile.
  • 64. You can also project directly to a feature class in your geodatabase. Or use Feature Class to Feature Class to send the shapefile to your geodatabase. Project to a shapefile: No geographic transformation is needed as I am using the same datum.
  • 65. Calculating Length (geodatabase) • This is done for you in the geodatabase. See Shape_Length now in meters.
  • 66. Calculating Length (shapefile) Add a new field, right click on the field and choose Calculate Geometry, Now you should see the calculation in your attribute table.
  • 67. You can now change the Symbology (try line width and/or colors) on your new vector stream network to visually represent the stream orders, section length, or other attributes.
  • 68. 9. Converting to Polygons and Cleaning Up
  • 69. Basin to Polygon • Open up the Basin raster attribute table and sort by count. • By selecting the row you will be able to visually identify and select the basin near your watershed.
  • 70. Basin to Polygon • The only function you need now is Raster to Polygon. • If you don’t select parts of the raster, then you can get all the basin polygons using the above function.
  • 71. Basin to Polygon Now you should have your new basin polygon.
  • 72. Watersheds to Polygon • Like Basins, we use Raster to Polygon. • Yet, something funny happens… Open the attribute table to see.
  • 73. Watersheds to Polygon • We now have five watersheds because in converting the raster to a polygon, some cells were cut off and formed new features. • Select one of the areas with small or no Shape_Area (again this is in decimal degree because we have not projected our data yet). • Zoom to the selected area (this is an option in the menu).
  • 74. Watersheds to Polygon Here we see the original raster watershed below the vector watershed. We have two options, delete the hanging area or merge the features. Given the small size, I simply deleted the small polygon features in the table (you may need to turn on editing). I then projected (EPSG 32633) the feature class in the geodatabase. I now have my three watersheds and the measurement of area in meters.
  • 75. 10. Comparing Basin to Watersheds
  • 76. We now have watersheds.
  • 77. We now have a basin and rivers.
  • 78. We can compare our basin to our watersheds and rivers.
  • 79. We can compare our basin to our watersheds and rivers. • When we decided to locate pour points, we ended up not capturing the entire basin and even including part of another basin. • This could impact field decisions. • For example, if we were collecting flow information with monitors located in the field we might decide to change the location of our pour points (monitors) to more accurately represent the entire basin and maybe even capture 1-2 more basins with the same amount of monitors.
  • 81. Does the basin or any small watershed cross international borders?
  • 82. Does the basin or any small watershed cross international borders? • Yes, the basin appears to cross the border, it is largely in Cameroon with small parts of it in Nigeria. • As well there were other basins that, appeared to cross the border (largely in Nigeria with small parts in Cameroon). • We could continue on with this analysis identifying and quantifying the overlap of basins throughout this region. • Given our findings, we might suggest that the basin and watersheds overlapping the border are reasons to explore an international conservation area or an international agreement on watershed management.
  • 83. Looking Back You now know how to: • Get SRTM 1 Arc-Second (30 meter resolution) for free. • Merge raster grids into mosaics. • Derive streams, stream orders, basins, and specific watersheds from the data. • Convert raster grids into vector features. • Calculate area and length. • Create and analyze evidence for responding to geographic questions. More information about this region can be found from organizations such as BirdLife International: http://www.birdlife.org/datazone/sitefactsheet.php?id=6112
  • 84. End Did you find an error? Could something be more clearly explained? Did you adopt and adapt these materials? Let me know at arthur.green@mail.mcgill.ca Watershed Delineation by Arthur Gill Green is licensed under a Creative Commons Attribution- ShareAlike 4.0 International License. Based on a work at http://greengeographer.com/.

Editor's Notes

  1. http://www.openstreetmap.org/?mlat=7.2610&mlon=12.1241#map=11/7.2610/12.1241&layers=C