Top Banner
GIS for Atmospheric Sciences and Hydrology By David R. Maidment University of Texas at Austin National Center for Atmospheric Research, 6 July 2005
30

GIS for Atmospheric Sciences and Hydrology

Jan 07, 2016

Download

Documents

zaza

GIS for Atmospheric Sciences and Hydrology. By David R. Maidment University of Texas at Austin. National Center for Atmospheric Research, 6 July 2005. GIS for Atmospheric Science and Hydrology. Space-time data models Hydrologic observations data Weather and climate data Common data model. - PowerPoint PPT Presentation
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: GIS for Atmospheric Sciences and Hydrology

GIS for Atmospheric Sciences and Hydrology

By David R. Maidment

University of Texas at Austin

National Center for Atmospheric Research, 6 July 2005

Page 2: GIS for Atmospheric Sciences and Hydrology

GIS for Atmospheric Science and Hydrology

• Space-time data models

• Hydrologic observations data

• Weather and climate data

• Common data model

Page 3: GIS for Atmospheric Sciences and Hydrology

Atmospheric science – hydrology

• Weather and climate fields are the drivers – continuous in space and time across the nation

• Hydrologic flows in watersheds are the reactors – behaving according to watershed location and characteristics

Page 4: GIS for Atmospheric Sciences and Hydrology

Issues

• Atmospheric science describes a fluid domain continuous in space and time, globally connected

• The earth’s surface is a static, highly spatially varied domain whose water properties vary continuously in time, where water is concentrated in flow paths (streams and rivers)

Page 5: GIS for Atmospheric Sciences and Hydrology

Issues

• Atmospheric science data are spatially extensive (e.g. North America), involve many variables, are “thin” in time (one day, one forecast period, one month), and use UTC time coordinates

• Hydrologic data are spatially localized (e.g. my watershed), involve few variables (precipitation, evaporation, runoff), are “deep” in time (many decades), and use local time coordinates

This space-time recompositing problem Is not trivial!

Page 6: GIS for Atmospheric Sciences and Hydrology

Issues

• Atmospheric science data are stored in vary large binary files with specialized formats (Grib, netCDF, XMRG, ….) whose georeferencing may not be strong

• Hydrologic data are stored in tables in GIS and relational databases, and accessed using GIS spatial and SQL queries

How do we connect these very different data worlds?

Page 7: GIS for Atmospheric Sciences and Hydrology

Space, L

Time, T

Variables, V

D

Data Cube

Page 8: GIS for Atmospheric Sciences and Hydrology

Continuous Space-Time Data Model -- NetCDF

Space, L

Time, T

Variables, V

D

Coordinate dimensions

{X}

Variable dimensions{Y}

Page 9: GIS for Atmospheric Sciences and Hydrology

Space, FeatureID

Time, TSDateTime

Variables, TSTypeID

TSValue

Discrete Space-Time Data Model-- Arc Hydro

Page 10: GIS for Atmospheric Sciences and Hydrology

Geospatial Time Series

Value

Time

Shape

Time SeriesProperties

(Type)A Value-Time array

A time series that knows what geographic feature it describes and what type of time series it is

Page 11: GIS for Atmospheric Sciences and Hydrology

GIS for Atmospheric Science and Hydrology

• Space-time data models

• Hydrologic observations data

• Weather and climate data

• Common data model

Page 12: GIS for Atmospheric Sciences and Hydrology

Data Model for Hydrologic Observations

Relationships

Page 13: GIS for Atmospheric Sciences and Hydrology

USGS National Water Information System

Access is rapid enough that it is as if NWIS is a local disk on your computer

Page 14: GIS for Atmospheric Sciences and Hydrology

CUAHSI Data Portal

Page 15: GIS for Atmospheric Sciences and Hydrology

CUAHSI Data Portal

Page 16: GIS for Atmospheric Sciences and Hydrology

Plot from the Hydrology Data PortalProduced using a CUAHSI Hydrology Web Service: getDailyStreamflowChart

Page 17: GIS for Atmospheric Sciences and Hydrology

Applications and Services

Web ServicesLibrary

Web application: Data PortalYour application• Excel, ArcGIS, Matlab• Fortran, C/C++, Visual Basic• Hydrologic model• …………….

Your operating system• Windows, Unix, Linux, Mac

Internet

Page 18: GIS for Atmospheric Sciences and Hydrology

GIS for Atmospheric Science and Hydrology

• Space-time data models

• Hydrologic observations data

• Weather and climate data

• Common data model

Page 19: GIS for Atmospheric Sciences and Hydrology

http://wwwt.emc.ncep.noaa.gov/mmb/rreanl/

A retrospective study of weather and climate made by the National Centers for Environmental Prediction’s (NCEP)

numerical weather prediction model and observations from 1979 to 2003 to make 3 hour forecasts. 3 hour, daily and

monthly data are available on a 32 km grid over North America.

Page 20: GIS for Atmospheric Sciences and Hydrology

Using IDV and THREDDS to access NARR

NARR.xml

Get NARR.xml from NARR home page

NARR at Asheville, NC

IDV in Austin, TX

Page 21: GIS for Atmospheric Sciences and Hydrology

Precipitable Water and Specific Humidity over Gulf

0.005 0.020 Specific humidity (kg/kg)

Alti

tude

Page 22: GIS for Atmospheric Sciences and Hydrology

Precipitable Water and Specific Humidity over Texas

0.005 0.020 Specific humidity (kg/kg)

Alti

tude

Page 23: GIS for Atmospheric Sciences and Hydrology

Precipitation

July 2003, 1800Z

Page 24: GIS for Atmospheric Sciences and Hydrology

Surface evaporation

July 2003, 1800Z

Page 25: GIS for Atmospheric Sciences and Hydrology

GIS for Atmospheric Science and Hydrology

• Space-time data models

• Hydrologic observations data

• Weather and climate data

• Common data model

Page 26: GIS for Atmospheric Sciences and Hydrology

NetCDF-Java version 2.2 Common Data Model

John Caron

Unidata/UCAR

Dec 10, 2004

Page 27: GIS for Atmospheric Sciences and Hydrology

NetcdfDataset

Application

Scientific Datatypes

Grid Station Image

NetCDF-Java version 2.2 architecture

ADDEOpenDAPTHREDDS

Catalog.xml NetCDF-3

HDF5

I/O service provider

GRIB

GININIDS

NetcdfFile

NetCDF-4

…NexradDMSP

Page 28: GIS for Atmospheric Sciences and Hydrology

File Format#N

File Format#2

File Format#1

CDM

Visualization&Analysis

Goal: N + M instead of N * M things on your TODO List

NetCDF file

Data Server

Web Service

Page 29: GIS for Atmospheric Sciences and Hydrology

ArcGIS ModelBuilder Application for Automated Water Balancing

Page 30: GIS for Atmospheric Sciences and Hydrology

Conclusions

• Data access through web services can mask the variations in data structure between relational databases and data file systems

• We need a “Common, common” data model to better integrate GIS and weather and climate information

• We need tools for space-time recompositing of weather and climate information to make it suitable for hydrology