Visualizing Raster Data in 3D using Matlab Project for GIS in Water Resources Fall 2008 Joshua Roundy.

Slides:



Advertisements
Similar presentations
Comparative Precipitation Analysis and Validation of NEXRAD (Stage III) Data, Stream Flow Data, and Rain Gauge Data located in the San Antonio Basin Jayar.
Advertisements

Floodplain Mapping using HEC-RAS and ArcView GIS Eric Tate Francisco Olivera David Maidment
NR 422: GIS Review Jim Graham Fall What is GIS? Geographic Information System? Geographic Information Science? A system that provides the ability.
Geographic Information Systems : Data Types, Sources and the ArcView Program.
1 CEE 795 Water Resources Modeling and GIS Session #1 (some material from Dr. David Maidment, University of Texas) January 18, 2006 Learning Objectives:
GIS Tutorial 1 Lecture 6 Digitizing.
GIS Applications in Hydrology Baxter E. Vieux, Ph.D., P.E. School of Civil Engineering and Environmental Science University of Oklahoma 202 West Boyd Street,
CEE 795 Water Resources Modeling and GIS Learning Objectives: List the essential data needed for water resource modeling Identify sources of water resources.
GI Systems and Science January 23, Points to Cover  What is spatial data modeling?  Entity definition  Topology  Spatial data models Raster.
GIS in Water Resources: Lecture 1
Projections and Coordinate Systems Chapter 2. ArcView  Structure Project View Theme Feature  Project (.apr) ASCII text Location dependent!!!
Rebecca Boger Earth and Environmental Sciences Brooklyn College.
“Flood monitoring and mapping for Emergency Response in San Antonio-Texas” Part I by Silvana Alcoz Source photo Term.
LiDAR Data Collection Status Northwest Florida Water Management District.
Applied GIS On Kuwait’s water
Google Earth: A New Display Tool for Hydrologic Data Sets
CORSE '07 Spatial Data Spatial data comes in many forms. So How does a GIS work with the data so that it can put the data in the right place on a map?
Coordinate Systems Global Coordinate System – Latitude, Longitude and elevation UTM – eastings and northings, reference points are the equator and the.
GTOPO30 Global 30-arc-second (1-km) elevation model - “Best available” global DEM - Initial release: March Widely used for climate modeling, land.
GIS Data Structure: an Introduction
1 Review Projections etc. & data types & Downloading or HOW TO GET CONFUSED.
Expanding the Functionality of ArcGIS Through Tool Building
DIGITAL ELEVATION MODELING GEOG 421: DR. SHUNFU HU, SIUE Project One Steve Klaas Fall 2013.
HWM Depth Grid Process Overview.
Introducing ArcGIS Chapter 1. Objectives  Understand the architecture of the ArcGIS program.  Become familiar with the types of data files used in ArcGIS.
Data Sources for GIS in Water Resources by David R. Maidment, David G. Tarboton and Ayse Irmak GIS in Water Resources Fall 2009.
Data Sources for GIS in Water Resources by David R. Maidment, David G. Tarboton and Ayse Irmak GIS in Water Resources Fall 2011.
Water Balance for the Forgotten River Segment of the Rio Grande/Bravo Rebecca Teasley May 3, 2005 Surface Water Hydrology.
The Effects of Vegetation Loss on the Two Elk Creek Watershed as a Result of the Proposed Vail Category III Ski Area Development CE 394 K.2 By Dave Anderson.
Distributed Hydrologic Modeling-- Jodi Eshelman Analysis of the Number of Rain Gages Required to Calibrate Radar Rainfall for the Illinois River Basin.
Quadrilateral Data Structure Geodetic latitude and longitude on GRS80/WGS 84 ellipsoid(NAD 83) Grid cell resolution constant N-S but progressively finer.
INTRODUCTION TO GIS  Used to describe computer facilities which are used to handle data referenced to the spatial domain.  Has the ability to inter-
Data Sources for GIS in Water Resources by David R. Maidment, David G
ARC GIS IN THE SANTA RIVER BASIN IN PERU GIS in Water Resources Fall 2006 Professor: Dr. David Maidment Presented by Presented by Eusebio Ingol.
GIS for Atmospheric Sciences and Hydrology By David R. Maidment University of Texas at Austin National Center for Atmospheric Research, 6 July 2005.
U.S. Department of the Interior U.S. Geological Survey Automatic Generation of Parameter Inputs and Visualization of Model Outputs for AGNPS using GIS.
Water Availability Modeling in the State of Texas CE 394 K.2 - Surface Water Hydrology University of Texas at Austin David Mason.
Bdsfbdsfb NHDPlus for Corpus Christi Bay Term Project Report Nishesh Mehta Nishesh Mehta 21 st November st November 2006.
GIS in Water Resources: Lecture 1 The goal of this class is to learn how to apply geographic information systems in water resources. Hydrologists use many.
Geocoding and Georeferencing
Graduate Students, CEE-6190
Christian Michaelson Joe Anderson
Introduction to GIS David R. Maidment
Raster/Map Algebra/Hydrology
Spatial Data Models.
Integrating ArcHydro and HEC Models by David R
INTRODUCTION TO GEOGRAPHICAL INFORMATION SYSTEM
Water-Surface Evaporation in Reservoir
An Analysis of the Rhône River Basin through Lyon, France
National Hydro Data Programs
Introduction to GIS.
Downloading and Preparing GIS Precipitation Data Layers
Data Sources for GIS in Water Resources by David R
Preliminaries: -- vector, raster, shapefiles, feature classes.
Review for Midterm Exam
Applying GIS to Santa Cruz Island:
Data Sources for GIS in Water Resources by David R
Data Queries Raster & Vector Data Models
Data Sources for GIS in Water Resources by David R
Global Hydrologic Data Development
GTECH 709 GIS Data Formats GIS data formats
Coordinate Reference Systems
GIS FOR HYDROLOGIC DATA DEVELOPMENT FOR DESIGN OF HIGHWAY DRAINAGE FACILITIES by Francisco Olivera and David Maidment Center for Research in Water Resources.
Elaine B. Darby GIS – Fall 2005
Map Projections Displaying the earth on 2 dimensional maps
Provo River Watershed Modeling with WMS Ryan Murdock.
From GIS to HMS U.S. Army Corps of Engineers Hydrologic Engineering Center University of Texas at Austin Center for Research in Water Resources Francisco.
Data Sources for GIS in Water Resources
Development of a Hydrologic Model for the Wichita Falls District
Map Projections Displaying the earth on 2 dimensional maps
Presentation transcript:

Visualizing Raster Data in 3D using Matlab Project for GIS in Water Resources Fall 2008 Joshua Roundy

Outline Matlab Mapping Toolbox Data Sources Creation of Matlab Tool Kit (DRI) Precipitation Analysis Using DRI Tool kit

Why Matlab? Great 3D Plotting Capabilities Ability to view Raster data along with Elevation data Access large datasets with multiple files Thousands of built in functions for analysis Link Complex models written in FORTRAN or C

Matlab GIS Data Structure Vector Data – Map Structure – shaperead (Matlab Function) Reads in shapefiles – shapewrite (Matlab Function) Writes shapefiles from Map Structure Raster Data – Reference Vector Number of Cells per Degree Latitude and Longitude of Top Left Corner – Matrix of Data Top of Matrix is bottom of Map

Data Sources Digital Elevation Model (DEM) – Data Format DEM Format – Projection (WGS84) & (NGVD 29) – 1-degree quadrangles (3 arc second grid ~90 meters) – Download from Web at NEXRAD Radar Data – Data Format XMRG Binary Files – Projection HRAP Polar Stereographic Projection Spherical Datum – 6 hour Precipitation ( )

Create Matlab Tool (DRI) DEM (Easy) – usgsdems (Matlab) List required DEM files for given map limits – usgsdem (Matlab) Reads DEM files into GEO-Referenced Grid – Created routine to piece together different grids NEXRAD (Hard) – Could not read binary had to convert to ASCII – Create Lat-Lon grid and resample from Radar Data at 2 KM resolution – Create function to Convert Lat-Lon to HRAP Coordinates

Precipitation Analysis Animas River Basin (Durango, CO) – Area of ~ 3,555 KM 2 – Animas River Average Annual Discharge ~890 CFS – See what kind of relationship exists between precipitation and elevation

Precipitation Analysis January 1997

Precipitation Analysis Total 6 hour periods with precipitation Average Value of Precipitation January 1997

Precipitation Analysis January 1997

Conclusion Precipitation increases with elevation – Should consider this for hydrologic modeling Uncertainty – Accuracy of Radar Data – Compare to Rain Gages Remaining Tasks – Clean up and comment code – Write a readme file detailing how to use with other raster data sets

Sources & Questions Sources – Matlab Mapping Toolbox Documentation available on line at – Reed, S.M., and D.R. Maidment, "Coordinate Transformations for Using NEXRAD Data in GIS- based Hydrologic Modeling," Journal of Hydrologic Engineering, 4, 2, , April 1999