Texas A&M University. Zachary Department of Civil Engineering. Instructor: Dr. Francisco Olivera. CVEN 658 Civil Engineering Applications of GIS

Size: px
Start display at page:

Download "Texas A&M University. Zachary Department of Civil Engineering. Instructor: Dr. Francisco Olivera. CVEN 658 Civil Engineering Applications of GIS"

Transcription

1 1 Texas A&M University Zachary Department of Civil Engineering Instructor: Dr. Francisco Olivera CVEN 658 Civil Engineering Applications of GIS The Use of ArcGIS Geostatistical Analyst Exploratory Spatial Data Analysis and an Integrated Regionalization of Colorado Precipitation and Elevation Data Lacey Bodnar December 6, 2010

2 2 Contents Abstract Introduction Literature Review Methodology... 5 The reference material for all information about, and procedures regarding, the Geostatistical Analyst extension is the ESRI manual ArcGIS 9: Using ArcGIS Geostatistical Analyst by Johnson et al Geostatistics The Model for Ordinary Kriging and Cokriging ArcGIS Geostatistical Analyst Exploratory spatial data analysis Validation Application, Results, and Discussion Description of the Study Area and Datasets Colorado Topographic Features Colorado Climate Datasets Results Exploratory Spatial Data Analysis Regionalization Maps Discussion Conclusion Works Cited Appendix A: Exploratory Spatial Data Analysis Graphs Appendix B: Regionalization Maps ArcGIS Default Map: Inverse Distance Weighted ESDA Map: Ordinary Kriging with Outlier Removal and 2nd Degree Local Trend Removal Elevation Map: Ordinary Cokriging with Outlier Removal and 2 nd Degree Local Trend Removal Elevation and World Image Map... 27

3 3 Abstract The primary goal of this regionalization analysis was to determine which interpolation methodology resulted in the least prediction error for precipitation in the mountainous state of Colorado. This error was systematically quantified for three models (inverse distance weighted, kriging, and cokriging) and nine variations, including combinations of logarithmic transformations, trend removal, anisotropy, and outlier removal. A secondary objective was to account for the effect of elevation on spatial variation in precipitation. The results of method comparisons demonstrated that most method variations are improvements in certain error measurements, but not in all. Variations from the default were better at improving mean error than maximum or minimum error. By combining several variations, it was possible to arrive at a prediction map with all error values lower than the default setting. Using the Ordinary kriging and cokriging methods in conjunction with outlier and 2 nd degree local trend removal resulted in the lowest error. The fact that the cokriging map, of which elevation is a secondary variable, produced the least error confirms the expectation that precipitation and elevation are positively correlated. 1 Introduction Regionalization procedures allow scientists and water managers to take point data, such as precipitation and stream flow, and extrapolate values for locations where no monitoring is in effect. This is essential because it is not possible to put a gauging station at every possible location. Additionally, large scale analysis, such as watershed modeling or soil quality models, often requires knowing aggregate values, such as total runoff (Carrera-Hernandez et al. 2007, Shen et al. 2001, Langella et at. 2010). In turn, calculating runoff requires first knowing the depth of precipitation across a surface. This report demonstrates how the application of regionalization procedures to point data allows for the creation of a continuous predicted rainfall surface map.

4 4 This project explores the uses of ArcGIS Geostatistical Analyst for Exploratory Spatial Data Analysis (ESDA) and large scale regionalization of average monthly precipitation for the year 2000 across the state of Colorado. A secondary objective of the project is to account for the effect of elevation on precipitation across the Rocky Mountains. An advantageous feature of geostatistical methods is that they allow for the statistical determination of the accuracy of the predicted surface. This capability, called validation, was applied to compare multiple regionalization methods and arrive at a final recommendation for the method with least error. 2 Literature Review A great variety of regionalization methods exist, and their complexity tends to increase with time. In 1998, Frei and Schar used a moderately simple distance weighted deterministic method to assess precipitation climatology across the Eurpoean Alps. In 2001, Shen et al. used a method of nearest-station assignment to average a dense network of gridpoints into polygons for assessment of soil quality models in Alberta, Canada. More recently, Langella et al. (2010) investigated the application of neural computing for matrix analysis in regionalization of climate data in the Campaina regions of Italy. The link between elevation and precipitation has also been studied by several authors. In 2007, J.J. Carrera-Hernandez and S.J. Gaskin used kriging algorithms to analyze the spatial and temporal characteristics of minimum and maximum temperature, precipitation, and its correlation with elevation. Additionally, in 2010, Diodato et al. used cokriging in GIS to estimate rainfall in the Eastern Nepalese Mountains. This report goes beyond that research by incorporating exploratory spatial data analysis in the selection of numerous variations in kriging models. A validation of each variation allows for the quantification of error in a large scope assessment of model prediction accuracy, and enables the author to make recommendations for the highest accuracy modeling.

5 5 3 Methodology The reference material for all information about, and procedures regarding, the Geostatistical Analyst extension is the ESRI manual ArcGIS 9: Using ArcGIS Geostatistical Analyst by Johnson et al. 3.1 Geostatistics Geostatistical interpolation is based on the assumptions that locations that are closer together will be more similar than locations that are farther apart. As a result, the values of closer points are weighted more heavily than those far away. The empirical semivariogram is the key link between point data and regionalized surfaces. It relates the distance between points to the difference squared between their values; it is the graphical representation of the similarity of points with distance. The model that is best fit to the semivariogram is then used in the interpolation method that creates a surface prediction. The geostatistical interpolation methods chosen for this report were kriging and cokriging The Model for Ordinary Kriging and Cokriging In kriging, the statistical weighting is based not only on the distance between measured points, but also the overall spatial relationships between locations. Cokriging uses the same procedure, but allows for the assessment of multiple variables which have an effect on the variable of interest. The model for kriging is based on the following equations: Eq 1) Eq 2) The value at location s [Z(s)] is equal to a constant mean (µ) plus random errors with spatial dependence *ε(s)+.

6 6 The predicted value [Ź(s 0 )] is equal to the sum from one to N of the product of an unknown weight (λ i ) of the observed value at the ith location and the value at the ith location [Z(s i )]. Eq 3) The lowest error occurs when the difference between the true value [Z(s 0 )], and the predictor *Σλ i Z(s i )] is as small as possible. This occurs when the result of Eq 3 is minimized. Eq 4) The purpose of kriging is to solve for all the weights (λ). The gamma (Г) matrix is populated with semivariogram values based on a given distance between two locations i and j. The vector g is a list of semivariogram values between the predicted location and each known point. The procedure for cokriging is conceptually similar, but it complicated by the fact that the covariance of two or more variables must be accounted for in predictions. By solving these kriging equations for the given sample points, the ArcGIS Geostatistical Analyst was able to produce regionalized surface maps.

7 7 3.2 ArcGIS Geostatistical Analyst For the purposes of the geostatistical analysis used in this project, the raw data for each point (precipitation station) must have at least the following five attributes: STATION ID, LATITUDE, LONGITUDE, AVERAGE ANNUAL PRECIPITATION, and the station ELEVATION. The station ID wasthen used to identify each point and relate it to its record in the precipitation database. Latitude and Longitude was needed for the Display XY Data function in ArcGIS to plot each point on the map. The precipitation record was the primary spatial parameter analyzed by the Geostatistical Wizard. Elevation was used as the second spatial parameter in the cokriging operation. The Geostatistical Analyst extension allows for the exploration of spatial data. An improved understating of the characteristics of a data set can be used to make improvements to the regionalization model. The extension also provides a Geostatistical Wizard for prediction mapping. The user has the option of accepting the pre-defined (default) settings, or making adjustments to better represent the spatial properties of the data. The default settings were used in this report to create the first regionalization map. Then, multiple adjustments were assessed based on information obtained from the spatial data exploration. A comparison of the error associated with these models, to the error of the default model, allowed for a quantifiable assessment of the advantages and disadvantages of each attempted model Exploratory spatial data analysis The tools available for ESDA in the Geostatistical Analyst include: Histogram, Normal QQ Plot, Trend Analysis, Voronoi Map, Semivariogram / Covariance Cloud, General QQ Plot, and Crosscovariance Cloud. Each tool is defined in greater detail on the following pages.

8 8

9 9

10 Validation Geostatistical validation required that the points be split into two groups, one to be used for the prediction surface (training), and the other to contain known values used to test the accuracy (test). Using the Geostatstical Analyst function Create Subsets, the data was split 70:30 and put in a Training_Testing geodatabase. The validation function was then invoked after the generation of a regionalized map by simply clicking on the map layer and selecting Validation. Validation calculated an error associated with each point in the test group. The statistics of the error column of the test station attribute table was used as a quantifiable measure of the various interpolation methods. 4 Application, Results, and Discussion 4.1 Description of the Study Area and Datasets The scope of the project included the entire state of Colorado. Colorado extends from 37 to 41 N latitude and from 102 to 109 W longitude (Doesken et al, 2003). It is the eighth largest American state, and has an area of over 104,000 mi 2. As a mountainous state, Colorado was chosen in order to develop a method for integrating elevation spatial data with predictions of precipitation. Records for average monthly precipitation in 2000 were used from 185 precipitation stations distributed across the state. The relative locations of the sites are shown on the map below. Figure 1: Colorado Study Sites

11 Colorado Topographic Features The average elevation of Colorado is 6,800 feet above sea level, making it the highest contiguous state (Doesken et al, 2003). It has 59 mountains over 14,000 feet, and 830 mountains between 11,000 and 14,000 feet. Along Colorado s eastern border, elevations range from approximately 3,350 feet to 4,000 feet. Elevations increase westward, and reach between 5,000 and 6,000 feet where the plains transition to the front range of the Rocky Mountains. In the Rocky Mountain foothills, elevation rise sharply to 7,000 to 9,000 feet. Across the mountains, elevations reach 9,000 feet, with the highest points over 14,000 feet. These topographic features affect temperatures, wind patterns, and storm tracks during all seasons. Though Colorado is well known for its mountains, the eastern high plains account for almost 40 percent of the state area. High ground is also present along the eastern border to the south along New Mexico, and to the north along Nebraska and Wyoming (Doesken et al, 2003) Colorado Climate The overall climate of Colorado is semi-arid (Doesken et al, 2003). It is highly affected by variations in elevation, and to a lesser extent, by the orientation of the mountains and valleys in regards to typical air movements. The average annual precipitation of Colorado is 17 inches, but that number varies significantly with location. Precipitation tends to decline gradually from the eastern border, and reaches the lowest point in the state near the Rocky Mountain foothills. Precipitation then increases rapidly across the mountain range as elevation increases. To the west of the Rockies, elevation declines, and precipitation gets progressively lower (Doesken et al, 2003).

12 Datasets The foundational dataset for the project was the monthly and annual precipitation data from climate gauging stations across Colorado. This data was retrieved in a raw format, meaning in an excel table only, with no link to ArcGIS. For the year 2000, there were 185 records available. The information for accumulated precipitation per month was averaged to find the average monthly precipitation. The information was provided by the Colorado Decision Support System, and may be found online at Three additional datasets were also used to facilitate the regionalization analysis. One was a Shapefile of the locations of Colorado Precipitation Stations, used to plot the stations in ArcMap. Important attributes of this dataset were: NAME, STATION_ID, LATDECDEG, and LONGDECDEG. The raw average annual precipitation data was joined to the precipitation stations Shapefile by the field STATION_ID. This allowed the stations with precipitation data to be projected in ArcGIS, using the Display XY function, based on the latitude and longitude record of the Shapefile. The joined table of precipitation station records was then split into a two datasets for the validation process. Seventy percent of the records (129 stations) were included in the training set. The remaining thirty percent (56 stations) were put in the test set, and stored in a personal geodatabase. The remaining two datasets, State Boundaries and World Imagery, were used for presentation purposes only, to help display the location and characteristics of the project site. Table 2: Description of Data Sets Data Source Format URL Monthly and Annual Precipitation Data Colorado Precipitation Stations Colorado Decision Support System Colorado Decision Support Excel table Shapefile System State Boundaries USGS Shapefile es/state_bounds/state_bounds.zip World Imagery ESRI JPEG Imagery/MapServer

13 Results Exploratory Spatial Data Analysis The Geostatistical Analyst was used to search for spatial trends in the state-wide distribution of precipitation. Graphs were generated for each of the ESDA tools described in section Please refer to Appendix A for the complete sequence of graphs. For a normal distribution, the mean will equal the median, the Skewness will equal one, and the Kurtosis will be equal to three. The histogram generated from the complete data set had a mean of and a median of , with a difference of The Skewness factor was , and the Kurtosis was Station 9181 appears to be a positive outlier. Positive outliers will contribute to a high positive skew factor. After removing the highest and lowest values (possible outliers), the mean became 1.21, the median , the Skewness , and the Kurtosis Also, a logarithmic transformation resulted in a mean of , and a median of The Skewness changed to , and the Kurtosis to The Normal QQ Plot was also used to assess data normalcy. The closer the data s quantile is to the straight line, the more normal the distribution. The data quanitles were high for both low (below -1.11) and high (above 1.67) standard normal values. For mid-range values, the quantiles fit the line well. After a log transformation, the low (below -1.67) standard normal values were below, rather than above, the line of normalcy. Trend analysis was used to study spatial patterns in the data. Two trends were discovered in the data. The green line projected against the XZ (north-south) plane represented a 2 nd order trend. With a rotation angle of 117:, the trend stretched from the N-NW to the S-SE. The blue line projected against the YZ plane at 45: is also a second order trend from the NE to the SW.

14 14 The standard deviation Voronoi map displayed areas of high standard deviation relative to neighboring values. The map showed that the greatest differences in precipitation are concentrated in western half of the map. The south western quadrant of the western half had especially high deviations Regionalization Maps The primary goal of this regionalization analysis was to determine which variation in methodology resulted in the least prediction error. A secondary objective was to account for the effect of elevation on spatial variation in precipitation. In order to accomplish these goals, three maps were created (See Appendix B: Regionalization Maps). The first map was generated using all the default ArcGIS Geostatistical Analyst settings. This map was called ArcGIS Default Map: Inverse Distance Weighted. The second map was produced using kriging and adjustments chosen from the exploratory spatial data analysis. Many variations of models were tested, and their error was validated. A comparison of the model errors is provided in Table 3. The second map, called ESDA Map: Ordinary Kriging with Outlier Removal and 2nd Degree Local Trend Removal was made using the model variations which produced the least error. The third map was generated using cokriging, with elevation of the stations as the second dataset. It was called Elevation Map: Ordinary Cokriging with Outlier Removal and 2nd Degree Local Trend Removal.

15 15 Table 3: Comparison of Regionalization Models Default Inverse Distance Weighted Minimum: Maximum: Mean: SD: Model Type Ordinary Kriging Ordinary Cokriging Model Variation Error Advantage Disadvantages Default MIN: MAX: Mean: SD: Log Transformation Global 2 nd degree trend removal Local 2 nd degree trend removal MIN: MAX: Mean: SD: MIN: MAX: Mean: SD: MIN: MAX: Mean: SD: Anisotropy MIN: MAX: Mean: SD: Outlier removal MIN: MAX: Mean: SD: Outlier Removal 2 nd degree local trend removal MIN: MAX: Mean: SD: Default MIN: MAX: Mean: SD: Outlier Removal 2 nd Degree Local Trend Removal MIN: MAX: Mean: SD: The mean error is reduced compared to the default IDW. Mean error and error SD are less than default. Mean error is reduced compared to default. Mean error is reduced compared to default. Mean error is lower than default. SD is slightly reduced. MAX, Mean, and SD are improvements over the default setting. All values are improvements over the default setting. Minimum and mean errors are better than the default IDW map. All values are improvements over the default setting of all maps. MIN, MAX, and SD measurements are higher than the default. Minimum and maximum error is slightly higher. Minimum and maximum error and standard deviation are slightly higher than default. Minimum and maximum error and standard deviation are higher. Minimum and maximum errors are higher. Minimum error is slightly larger. NA The MAX error and standard deviation of the error is slightly higher. NA

16 Discussion The results of method comparison demonstrated that most methods are improvements in certain respects, but not in all. A log transformation changed the error in ways consistent with what was observed on the log transformation of the Normal QQ Plot. As seen below, the transformation was an overall improvement. The maximum values and middle values are all better fit. However, the minimum values on the log graph deviated farther away from the line. This is consistent with slightly higher minimum error, and reduced maximum, mean, and standard deviation error of the log transformation regionalization map. Figure 2: Normal QQ Plot, No Transformation Figure 3: Normal QQ Plot, Log Transformation Removing trends proved to be effective at reducing average error. However, that came at a trade-off with higher minimum and maximum errors, and as a result, higher standard deviation. Trends are the non-random aspect of a spatial model, meaning they are deterministic. Recall the first kriging equation: Eq 1)

17 17 The value at location s [Z(s)] is equal to a constant mean (µ) plus random errors with spatial dependence *ε(s)+. Kriging methods are intended to account for random errors. Trend removal allows for the separation of deterministic variation from random variation in the ε(s) factor. As described earlier in section 4.2.1, two second-order trends were identified in the data. One stretched from the N-NW to the S-SE. The other extended from from the NE to the SW. Figure 4: Global Trend Removal Figure 5: Local Trend Removal Anisotropy was also effective in reducing mean error, and to a slight degree, standard deviation of error. However, the minimum and maximum errors increased. Anisotropy occurs when spatial autocorrelation changes with both distance and direction. Adding anisotropy to the regionalization method allowed for the incorporation of directional influences. In a situation such as this, where geographical variation produces large scale physical patterns that are related to the variable of interest, it seems that quantifying the effect of direction on the predicted surface will result in greater accuracy. Figure 6: Accounting for Anisotropy in Geostatistical Wizard

18 18 Method comparison showed that outlier removal is a strong technique for minimizing error. In the ordinary kriging default, log transformation, and trend removal error distributions, the highest positive error was always station number Investigating the map showed that the station with the highest positive error was located closest to the station with the highest recorded value (9181). When examining the histogram, station 9181 appears to be a definite positive outlier. Removing the outlier reduced the skew, as well as the maximum, average, and standard deviation of error. Figure 7: Spatial Relationship of Positive Outlier and Highest Positive Error The station with the highest negative error, station 1959, is also located in close proximity to the station with the lowest recorded average annual precipitation, station 797. This close spatial relationship, between the lowest value station and the most underestimated location from the kriging analysis, suggests that station 797 is skewing the results too low. However, removing the minimum value increased the minimum error from to Thus, it does not seem justified to say that station 797 is an outlier. Rather, it likely contributes to an accurate prediction of that area. The cokriging map was an improvement over the first two, because it produced the lowest

19 19 prediction error. The unique aspect of cokriging was factoring in the autocorrelation between elevation and precipitation. This reinforces the fact that precipitation increases with increasing elevation. By inspection, it is evident that the cokriging elevation map fits the geographic features of the state (See Elevation and World Imagery Map, Appendix B). Precipitation is highest (darkest red) over the mountain peaks. It tapers off moving east and west. Precipitation increases again noticeably along the eastern border. This is consistent with the topography of the state, where higher elevations occur to the south along New Mexico, and to the north along Nebraska and Wyoming (refer to Section 4.1.1). Conclusion The primary goal of this regionalization analysis was to determine which interpolation methodology resulted in the least prediction error for the mountainous state of Colorado. A secondary objective was to account for the effect of elevation on spatial variation in precipitation. The results of method comparisons demonstrated that most methods are improvements in certain error measurements, but not in all. Model variations from the default were better at improving mean error than maximum or minimum error. Every variation, including default kriging, log, trend, anisotropy, and outlier removal, resulted in a lower mean error than the default map, and either higher minimum or maximum error, or both. By combining several variations, it was possible to arrive at a prediction map with all error values lower than the default setting. Using the ordinary kriging and cokriging methods in conjunction with outlier and 2 nd degree local trend removal resulted in lower error. The fact that the cokriging map produced the least error confirms the expectation that precipitation increases with increasing elevation.

20 20 Works Cited Carrera-Hernandez, J.J., and Gaskin, S.J. (2007). Spatio temporal analysis of daily precipitation and temperature in the Basin of Mexico. Journal of Hydrology, 336, Diodato, N., Tartari, G., Bellocchi, G. (2010). Geospatial rainfall modeling at Eastern Nepalese Highland from ground environmental data. Water Resources Management, 24, Doesken, N.J., Pielke, R.A., Bliss, O.A.P. (2003). Climate of Colorado. Colorado State University, < (Nov. 13, 2010). Frei, C., and Schar, C. (1998). A precipitation climatology of the Alps from high-resolution rain-gauge observations. International Journal of Climatology, 18, Johnson, K., Ver Hoef, J.M., Krivoruchko, K., Lucas, N. (2003). ArcGIS9: Using ArcGIS Geostatistical Analysis. < (Nov. 13, 2010). Langella, G., Basile, A., Bonfante, A., Terribile, F. (2010). High-resolution space-time rainfall analysis using integrated ANN inference systems. Journal of Hydrology, 387, Shen, S.S., Dzikowski, P., Li, G., Griffith, D. (2001). Interpolation of daily temperature and precipitation data onto Alberta Polygons of Ecodistrict and Soil Landscapes of Canada. Journal of Applied Meteorology, 40,

21 21 Appendix A: Exploratory Spatial Data Analysis Graphs Histogram: No Transformation Histogram: Log Transformation Histogram: Outlier Removal (Highest and Lowest Value) Normal QQ Plot: No Transformation Normal QQ Plot: Log Transformation

22 22 Trend Analysis Voronoi Map: Mean Voronoi Map: Standard Deviation* *used to look for local variation Voronoi Map: Cluster used to look for local outliers

23 23 Semivariogram Covariance Cloud General QQ Plot* (High and Low Outlier Removed) *X-axis is precipitation, Y-axis is elevation Crosscovariance Cloud (High and Low Outlier Removed)

24 24 Appendix B: Regionalization Maps ArcGIS Default Map: Inverse Distance Weighted

25 ESDA Map: Ordinary Kriging with Outlier Removal and 2nd Degree Local Trend Removal 25

26 Elevation Map: Ordinary Cokriging with Outlier Removal and 2 nd Degree Local Trend Removal 26

27 Elevation and World Image Map 27

Report on Kriging in Interpolation

Report on Kriging in Interpolation Tabor Reedy ENVS421 3/12/15 Report on Kriging in Interpolation In this project I explored use of the geostatistical analyst extension and toolbar in the process of creating an interpolated surface through

More information

Concepts and Applications of Kriging

Concepts and Applications of Kriging Esri International User Conference San Diego, California Technical Workshops July 24, 2012 Concepts and Applications of Kriging Konstantin Krivoruchko Eric Krause Outline Intro to interpolation Exploratory

More information

Concepts and Applications of Kriging

Concepts and Applications of Kriging 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop Concepts and Applications of Kriging Eric Krause Konstantin Krivoruchko Outline Intro to interpolation Exploratory

More information

Concepts and Applications of Kriging. Eric Krause Konstantin Krivoruchko

Concepts and Applications of Kriging. Eric Krause Konstantin Krivoruchko Concepts and Applications of Kriging Eric Krause Konstantin Krivoruchko Outline Introduction to interpolation Exploratory spatial data analysis (ESDA) Using the Geostatistical Wizard Validating interpolation

More information

Concepts and Applications of Kriging. Eric Krause

Concepts and Applications of Kriging. Eric Krause Concepts and Applications of Kriging Eric Krause Sessions of note Tuesday ArcGIS Geostatistical Analyst - An Introduction 8:30-9:45 Room 14 A Concepts and Applications of Kriging 10:15-11:30 Room 15 A

More information

A GIS-based Approach to Watershed Analysis in Texas Author: Allison Guettner

A GIS-based Approach to Watershed Analysis in Texas Author: Allison Guettner Texas A&M University Zachry Department of Civil Engineering CVEN 658 Civil Engineering Applications of GIS Instructor: Dr. Francisco Olivera A GIS-based Approach to Watershed Analysis in Texas Author:

More information

Geog 210C Spring 2011 Lab 6. Geostatistics in ArcMap

Geog 210C Spring 2011 Lab 6. Geostatistics in ArcMap Geog 210C Spring 2011 Lab 6. Geostatistics in ArcMap Overview In this lab you will think critically about the functionality of spatial interpolation, improve your kriging skills, and learn how to use several

More information

Geostatistical Interpolation: Kriging and the Fukushima Data. Erik Hoel Colligium Ramazzini October 30, 2011

Geostatistical Interpolation: Kriging and the Fukushima Data. Erik Hoel Colligium Ramazzini October 30, 2011 Geostatistical Interpolation: Kriging and the Fukushima Data Erik Hoel Colligium Ramazzini October 30, 2011 Agenda Basics of geostatistical interpolation Fukushima radiation Database Web site Geoanalytic

More information

Spatial Interpolation & Geostatistics

Spatial Interpolation & Geostatistics (Z i Z j ) 2 / 2 Spatial Interpolation & Geostatistics Lag Lag Mean Distance between pairs of points 1 y Kriging Step 1 Describe spatial variation with Semivariogram (Z i Z j ) 2 / 2 Point cloud Map 3

More information

ENGRG Introduction to GIS

ENGRG Introduction to GIS ENGRG 59910 Introduction to GIS Michael Piasecki October 13, 2017 Lecture 06: Spatial Analysis Outline Today Concepts What is spatial interpolation Why is necessary Sample of interpolation (size and pattern)

More information

Gridding of precipitation and air temperature observations in Belgium. Michel Journée Royal Meteorological Institute of Belgium (RMI)

Gridding of precipitation and air temperature observations in Belgium. Michel Journée Royal Meteorological Institute of Belgium (RMI) Gridding of precipitation and air temperature observations in Belgium Michel Journée Royal Meteorological Institute of Belgium (RMI) Gridding of meteorological data A variety of hydrologic, ecological,

More information

NRC Workshop - Probabilistic Flood Hazard Assessment Jan 2013

NRC Workshop - Probabilistic Flood Hazard Assessment Jan 2013 Regional Precipitation-Frequency Analysis And Extreme Storms Including PMP Current State of Understanding/Practice Mel Schaefer Ph.D. P.E. MGS Engineering Consultants, Inc. Olympia, WA NRC Workshop - Probabilistic

More information

11/8/2018. Spatial Interpolation & Geostatistics. Kriging Step 1

11/8/2018. Spatial Interpolation & Geostatistics. Kriging Step 1 (Z i Z j ) 2 / 2 (Z i Zj) 2 / 2 Semivariance y 11/8/2018 Spatial Interpolation & Geostatistics Kriging Step 1 Describe spatial variation with Semivariogram Lag Distance between pairs of points Lag Mean

More information

VALIDATION OF SPATIAL INTERPOLATION TECHNIQUES IN GIS

VALIDATION OF SPATIAL INTERPOLATION TECHNIQUES IN GIS VALIDATION OF SPATIAL INTERPOLATION TECHNIQUES IN GIS V.P.I.S. Wijeratne and L.Manawadu University of Colombo (UOC), Kumarathunga Munidasa Mawatha, Colombo 03, wijeratnesandamali@yahoo.com and lasan@geo.cmb.ac.lk

More information

Variability Across Space

Variability Across Space Variability and Vulnerability of Western US Snowpack Potential impacts of Climactic Change Mark Losleben, Kurt Chowanski Mountain Research Station, University of Colorado Introduction The Western United

More information

Geostatistical Analysis of Spatial Variations of Groundwater Level using GIS in Banaskantha District, Gujarat, India

Geostatistical Analysis of Spatial Variations of Groundwater Level using GIS in Banaskantha District, Gujarat, India IJSRD - International Journal for Scientific Research & Development Vol. 6, Issue 02, 2018 ISSN (online): 2321-0613 Geostatistical Analysis of Spatial Variations of Groundwater Level using GIS in Banaskantha

More information

Survey on Application of Geostatistical Methods for Estimation of Rainfall in Arid and Semiarid Regions in South West Of Iran

Survey on Application of Geostatistical Methods for Estimation of Rainfall in Arid and Semiarid Regions in South West Of Iran Survey on Application of Geostatistical Methods for Estimation of Rainfall in Arid and Semiarid Regions in South West Of Iran Ebrahim Hosseini Chegini Mohammad Hossein Mahdian Sima Rahimy Bandarabadi Mohammad

More information

Leon Creek Watershed October 17-18, 1998 Rainfall Analysis Examination of USGS Gauge Helotes Creek at Helotes, Texas

Leon Creek Watershed October 17-18, 1998 Rainfall Analysis Examination of USGS Gauge Helotes Creek at Helotes, Texas Leon Creek Watershed October 17-18, 1998 Rainfall Analysis Examination of USGS Gauge 8181400 Helotes Creek at Helotes, Texas Terrance Jackson MSCE Candidate University of Texas San Antonio Abstract The

More information

Geostatistical Analyst for Deciding Optimal Interpolation Strategies for Delineating Compact Zones

Geostatistical Analyst for Deciding Optimal Interpolation Strategies for Delineating Compact Zones International Journal of Geosciences, 2011, 2, 585-596 doi:10.4236/ijg.2011.24061 Published Online November 2011 (http://www.scirp.org/journal/ijg) 585 Geostatistical Analyst for Deciding Optimal Interpolation

More information

The Australian Operational Daily Rain Gauge Analysis

The Australian Operational Daily Rain Gauge Analysis The Australian Operational Daily Rain Gauge Analysis Beth Ebert and Gary Weymouth Bureau of Meteorology Research Centre, Melbourne, Australia e.ebert@bom.gov.au Daily rainfall data and analysis procedure

More information

ANALYSIS OF DEPTH-AREA-DURATION CURVES OF RAINFALL IN SEMIARID AND ARID REGIONS USING GEOSTATISTICAL METHODS: SIRJAN KAFEH NAMAK WATERSHED, IRAN

ANALYSIS OF DEPTH-AREA-DURATION CURVES OF RAINFALL IN SEMIARID AND ARID REGIONS USING GEOSTATISTICAL METHODS: SIRJAN KAFEH NAMAK WATERSHED, IRAN JOURNAL OF ENVIRONMENTAL HYDROLOGY The Electronic Journal of the International Association for Environmental Hydrology On the World Wide Web at http://www.hydroweb.com VOLUME 14 2006 ANALYSIS OF DEPTH-AREA-DURATION

More information

Assessment of Three Spatial Interpolation Models to Obtain the Best One for Cumulative Rainfall Estimation (Case study: Ramsar District)

Assessment of Three Spatial Interpolation Models to Obtain the Best One for Cumulative Rainfall Estimation (Case study: Ramsar District) Assessment of Three Spatial Interpolation Models to Obtain the Best One for Cumulative Rainfall Estimation (Case study: Ramsar District) Hasan Zabihi, Anuar Ahmad, Mohamad Nor Said Department of Geoinformation,

More information

Interpolating Raster Surfaces

Interpolating Raster Surfaces Interpolating Raster Surfaces You can use interpolation to model the surface of a feature or a phenomenon all you need are sample points, an interpolation method, and an understanding of the feature or

More information

Determining a Useful Interpolation Method for Surficial Sediments in the Gulf of Maine Ian Cochran

Determining a Useful Interpolation Method for Surficial Sediments in the Gulf of Maine Ian Cochran Determining a Useful Interpolation Method for Surficial Sediments in the Gulf of Maine Ian Cochran ABSTRACT This study was conducted to determine if an interpolation of surficial sediments in the Gulf

More information

SEPTEMBER 2013 REVIEW

SEPTEMBER 2013 REVIEW Monthly Long Range Weather Commentary Issued: October 21, 2013 Steven A. Root, CCM, President/CEO sroot@weatherbank.com SEPTEMBER 2013 REVIEW Climate Highlights The Month in Review The average temperature

More information

NEW YORK STATE WATER RESOURCES INSTITUTE Department of Biological and Environmental Engineering

NEW YORK STATE WATER RESOURCES INSTITUTE Department of Biological and Environmental Engineering NEW YORK STATE WATER RESOURCES INSTITUTE Department of Biological and Environmental Engineering 230 Riley-Robb Hall, Cornell University Tel: (607) 254-7163 Ithaca, NY 14853-5701 Fax: (607) 255-4080 http://wri.cals.cornell.edu

More information

ArcGIS Pro: Analysis and Geoprocessing. Nicholas M. Giner Esri Christopher Gabris Blue Raster

ArcGIS Pro: Analysis and Geoprocessing. Nicholas M. Giner Esri Christopher Gabris Blue Raster ArcGIS Pro: Analysis and Geoprocessing Nicholas M. Giner Esri Christopher Gabris Blue Raster Agenda What is Analysis and Geoprocessing? Analysis in ArcGIS Pro - 2D (Spatial xy) - 3D (Elevation - z) - 4D

More information

Watershed Analysis of the Blue Ridge Mountains in Northwestern Virginia

Watershed Analysis of the Blue Ridge Mountains in Northwestern Virginia Watershed Analysis of the Blue Ridge Mountains in Northwestern Virginia Mason Fredericks December 6, 2018 Purpose The Blue Ridge Mountain range is one of the most popular mountain ranges in the United

More information

Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display.

Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. Chapter 15. SPATIAL INTERPOLATION 15.1 Elements of Spatial Interpolation 15.1.1 Control Points 15.1.2 Type of Spatial Interpolation 15.2 Global Methods 15.2.1 Trend Surface Models Box 15.1 A Worked Example

More information

GIS in Weather and Society

GIS in Weather and Society GIS in Weather and Society Olga Wilhelmi Institute for the Study of Society and Environment National Center for Atmospheric Research WAS*IS November 8, 2005 Boulder, Colorado Presentation Outline GIS basic

More information

Development of Pakistan s New Area Weighted Rainfall Using Thiessen Polygon Method

Development of Pakistan s New Area Weighted Rainfall Using Thiessen Polygon Method Pakistan Journal of Meteorology Vol. 9, Issue 17: July 2012 Technical Note Development of Pakistan s New Area Weighted Rainfall Using Thiessen Polygon Method Faisal, N. 1, 2, A. Gaffar 2 ABSTRACT In this

More information

AN OPERATIONAL DROUGHT MONITORING SYSTEM USING SPATIAL INTERPOLATION METHODS FOR PINIOS RIVER BASIN, GREECE

AN OPERATIONAL DROUGHT MONITORING SYSTEM USING SPATIAL INTERPOLATION METHODS FOR PINIOS RIVER BASIN, GREECE Proceedings of the 13 th International Conference on Environmental Science and Technology Athens, Greece, 5-7 September 2013 AN OPERATIONAL DROUGHT MONITORING SYSTEM USING SPATIAL INTERPOLATION METHODS

More information

Variability of Reference Evapotranspiration Across Nebraska

Variability of Reference Evapotranspiration Across Nebraska Know how. Know now. EC733 Variability of Reference Evapotranspiration Across Nebraska Suat Irmak, Extension Soil and Water Resources and Irrigation Specialist Kari E. Skaggs, Research Associate, Biological

More information

Investigation of Monthly Pan Evaporation in Turkey with Geostatistical Technique

Investigation of Monthly Pan Evaporation in Turkey with Geostatistical Technique Investigation of Monthly Pan Evaporation in Turkey with Geostatistical Technique Hatice Çitakoğlu 1, Murat Çobaner 1, Tefaruk Haktanir 1, 1 Department of Civil Engineering, Erciyes University, Kayseri,

More information

Recovery Analysis Methods and Data Requirements Study

Recovery Analysis Methods and Data Requirements Study Elevation Recovery Analysis Methods and Data Requirements Study Update to NTB Phase II Local Technical Peer Review Group December 3, 2003 Time 1 Schedule for Pumpage Reductions 180 160 140 120 158 121

More information

It s a Model. Quantifying uncertainty in elevation models using kriging

It s a Model. Quantifying uncertainty in elevation models using kriging It s a Model Quantifying uncertainty in elevation models using kriging By Konstantin Krivoruchko and Kevin Butler, Esri Raster based digital elevation models (DEM) are the basis of some of the most important

More information

Spatio-temporal pattern of drought in Northeast of Iran

Spatio-temporal pattern of drought in Northeast of Iran Spatio-temporal pattern of drought in Northeast of Iran Akhtari R., Bandarabadi S.R., Saghafian B. in López-Francos A. (ed.). Drought management: scientific and technological innovations Zaragoza : CIHEAM

More information

Spatial Analysis II. Spatial data analysis Spatial analysis and inference

Spatial Analysis II. Spatial data analysis Spatial analysis and inference Spatial Analysis II Spatial data analysis Spatial analysis and inference Roadmap Spatial Analysis I Outline: What is spatial analysis? Spatial Joins Step 1: Analysis of attributes Step 2: Preparing for

More information

LOCAL CLIMATOLOGICAL DATA Monthly Summary November 2006

LOCAL CLIMATOLOGICAL DATA Monthly Summary November 2006 Deg. Days Precip Ty Precip Wind Sun Hu- Adj. to Sea Level mid- ity Avg Res Res Peak Minute 1 fog 2 hvy fog 3 thunder 4 ice plt 5 hail 6 glaze 7 duststm 8 smk, hz 9 blw snw 1 2 3 4A 4B 5 6 7 8 9 12 14 15

More information

Investigation IV: Seasonal Precipitation and Seasonal Surface Runoff in the US

Investigation IV: Seasonal Precipitation and Seasonal Surface Runoff in the US Investigation IV: Seasonal Precipitation and Seasonal Surface Runoff in the US Purpose Students will consider the seasonality of precipitation and surface runoff and think about how the time of year can

More information

HYDROLOGIC AND WATER RESOURCES EVALUATIONS FOR SG. LUI WATERSHED

HYDROLOGIC AND WATER RESOURCES EVALUATIONS FOR SG. LUI WATERSHED HYDROLOGIC AND WATER RESOURCES EVALUATIONS FOR SG. LUI WATERSHED 1.0 Introduction The Sg. Lui watershed is the upper part of Langat River Basin, in the state of Selangor which located approximately 20

More information

Climatic Change Implications for Hydrologic Systems in the Sierra Nevada

Climatic Change Implications for Hydrologic Systems in the Sierra Nevada Climatic Change Implications for Hydrologic Systems in the Sierra Nevada Part Two: The HSPF Model: Basis For Watershed Yield Calculator Part two presents an an overview of why the hydrologic yield calculator

More information

Texas A&M University

Texas A&M University Texas A&M University CVEN 658 Civil Engineering Applications of GIS Hotspot Analysis of Highway Accident Spatial Pattern Based on Network Spatial Weights Instructor: Dr. Francisco Olivera Author: Zachry

More information

2003 Water Year Wrap-Up and Look Ahead

2003 Water Year Wrap-Up and Look Ahead 2003 Water Year Wrap-Up and Look Ahead Nolan Doesken Colorado Climate Center Prepared by Odie Bliss http://ccc.atmos.colostate.edu Colorado Average Annual Precipitation Map South Platte Average Precipitation

More information

Noel M. Estwick College of Agriculture and Human Sciences, Prairie View A&M University, Prairie View, Texas

Noel M. Estwick College of Agriculture and Human Sciences, Prairie View A&M University, Prairie View, Texas Exploring the use of GIS as a tool for rainfall analysis Noel M. Estwick College of Agriculture and Human Sciences, Prairie View A&M University, Prairie View, Texas Abstract This paper examines and evaluates

More information

Comparison of Interpolation Methods for Precipitation Data in a mountainous Region (Upper Indus Basin-UIB)

Comparison of Interpolation Methods for Precipitation Data in a mountainous Region (Upper Indus Basin-UIB) Comparison of Interpolation Methods for Precipitation Data in a mountainous Region (Upper Indus Basin-UIB) AsimJahangir Khan, Doctoral Candidate, Department of Geohydraulicsand Engineering Hydrology, University

More information

Integration of Topographic and Bathymetric Digital Elevation Model using ArcGIS. Interpolation Methods: A Case Study of the Klamath River Estuary

Integration of Topographic and Bathymetric Digital Elevation Model using ArcGIS. Interpolation Methods: A Case Study of the Klamath River Estuary Integration of Topographic and Bathymetric Digital Elevation Model using ArcGIS Interpolation Methods: A Case Study of the Klamath River Estuary by Rachel R. Rodriguez A Thesis Presented to the FACULTY

More information

11. Kriging. ACE 492 SA - Spatial Analysis Fall 2003

11. Kriging. ACE 492 SA - Spatial Analysis Fall 2003 11. Kriging ACE 492 SA - Spatial Analysis Fall 2003 c 2003 by Luc Anselin, All Rights Reserved 1 Objectives The goal of this lab is to further familiarize yourself with ESRI s Geostatistical Analyst, extending

More information

What is the difference between Weather and Climate?

What is the difference between Weather and Climate? What is the difference between Weather and Climate? Objective Many people are confused about the difference between weather and climate. This makes understanding the difference between weather forecasts

More information

LOCAL CLIMATOLOGICAL DATA Monthly Summary July 2013

LOCAL CLIMATOLOGICAL DATA Monthly Summary July 2013 Deg. Days Precip Ty Precip Wind Solar Hu- Adj. to Sea Level mid- ity Avg Res Res Peak Minute 1 fog 2 hvy fog 3 thunder 4 ice plt 5 hail 6 glaze 7 duststm 8 smk, hz 9 blw snw 1 2 3 4A 4B 5 6 7 8 9 12 14

More information

Empirical Bayesian Kriging

Empirical Bayesian Kriging Empirical Bayesian Kriging Implemented in ArcGIS Geostatistical Analyst By Konstantin Krivoruchko, Senior Research Associate, Software Development Team, Esri Obtaining reliable environmental measurements

More information

4.5 Comparison of weather data from the Remote Automated Weather Station network and the North American Regional Reanalysis

4.5 Comparison of weather data from the Remote Automated Weather Station network and the North American Regional Reanalysis 4.5 Comparison of weather data from the Remote Automated Weather Station network and the North American Regional Reanalysis Beth L. Hall and Timothy. J. Brown DRI, Reno, NV ABSTRACT. The North American

More information

Tropical Moist Rainforest

Tropical Moist Rainforest Tropical or Lowlatitude Climates: Controlled by equatorial tropical air masses Tropical Moist Rainforest Rainfall is heavy in all months - more than 250 cm. (100 in.). Common temperatures of 27 C (80 F)

More information

Inflow forecasting for lakes using Artificial Neural Networks

Inflow forecasting for lakes using Artificial Neural Networks Flood Recovery Innovation and Response III 143 Inflow forecasting for lakes using Artificial Neural Networks R. K. Suryawanshi 1, S. S. Gedam 1 & R. N. Sankhua 2 1 CSRE, IIT Bombay, Mumbai, India 2 National

More information

ENGRG Introduction to GIS

ENGRG Introduction to GIS ENGRG 59910 Introduction to GIS Michael Piasecki March 17, 2014 Lecture 08: Terrain Analysis Outline: Terrain Analysis Earth Surface Representation Contour TIN Mass Points Digital Elevation Models Slope

More information

Daily Rainfall Disaggregation Using HYETOS Model for Peninsular Malaysia

Daily Rainfall Disaggregation Using HYETOS Model for Peninsular Malaysia Daily Rainfall Disaggregation Using HYETOS Model for Peninsular Malaysia Ibrahim Suliman Hanaish, Kamarulzaman Ibrahim, Abdul Aziz Jemain Abstract In this paper, we have examined the applicability of single

More information

Salinity Gradients in the Mission-Aransas National Estuarine Research Reserve. Kimberly Bittler GIS and Water Resources Fall 2011

Salinity Gradients in the Mission-Aransas National Estuarine Research Reserve. Kimberly Bittler GIS and Water Resources Fall 2011 Salinity Gradients in the Mission-Aransas National Estuarine Research Reserve Kimberly Bittler GIS and Water Resources Fall 2011 INTRODUCTION Freshwater inflow has a widely recognized influence on estuary

More information

Weather and Climate Summary and Forecast October 2017 Report

Weather and Climate Summary and Forecast October 2017 Report Weather and Climate Summary and Forecast October 2017 Report Gregory V. Jones Linfield College October 4, 2017 Summary: Typical variability in September temperatures with the onset of fall conditions evident

More information

Combining Deterministic and Probabilistic Methods to Produce Gridded Climatologies

Combining Deterministic and Probabilistic Methods to Produce Gridded Climatologies Combining Deterministic and Probabilistic Methods to Produce Gridded Climatologies Michael Squires Alan McNab National Climatic Data Center (NCDC - NOAA) Asheville, NC Abstract There are nearly 8,000 sites

More information

Designing a Dam for Blockhouse Ranch. Haley Born

Designing a Dam for Blockhouse Ranch. Haley Born Designing a Dam for Blockhouse Ranch Haley Born CE 394K GIS in Water Resources Term Paper Fall 2011 Table of Contents Introduction... 1 Data Sources... 2 Precipitation Data... 2 Elevation Data... 3 Geographic

More information

Met Éireann Climatological Note No. 15 Long-term rainfall averages for Ireland,

Met Éireann Climatological Note No. 15 Long-term rainfall averages for Ireland, Met Éireann Climatological Note No. 15 Long-term rainfall averages for Ireland, 1981-2010 Séamus Walsh Glasnevin Hill, Dublin 9 2016 Disclaimer Although every effort has been made to ensure the accuracy

More information

APPENDIX G-7 METEROLOGICAL DATA

APPENDIX G-7 METEROLOGICAL DATA APPENDIX G-7 METEROLOGICAL DATA METEOROLOGICAL DATA FOR AIR AND NOISE SAMPLING DAYS AT MMR Monthly Normals and Extremes for Honolulu International Airport Table G7-1 MMR RAWS Station Hourly Data Tables

More information

Appendix D. Model Setup, Calibration, and Validation

Appendix D. Model Setup, Calibration, and Validation . Model Setup, Calibration, and Validation Lower Grand River Watershed TMDL January 1 1. Model Selection and Setup The Loading Simulation Program in C++ (LSPC) was selected to address the modeling needs

More information

SPATIO-TEMPORAL ANALYSIS OF PRECIPITATION AND TEMPERATURE DISTRIBUTION OVER TURKEY

SPATIO-TEMPORAL ANALYSIS OF PRECIPITATION AND TEMPERATURE DISTRIBUTION OVER TURKEY SPATIO-TEMPORAL ANALYSIS OF PRECIPITATION AND TEMPERATURE DISTRIBUTION OVER TURKEY P. A. Bostan a, Z. Akyürek b a METU, Geodetic and Geographic Inf. Tech. Natural and App. Sciences, 06531 Ankara, Turkey

More information

PRECIPITATION. Last Week Precipitation:

PRECIPITATION. Last Week Precipitation: 12/3/2014 NIDIS Drought and Water Assessment PRECIPITATION The images above use daily precipitation statistics from NWS COOP, CoCoRaHS, and CoAgMet stations. From top to bottom, and left to right: most

More information

SPI. RBF. (Kriging) . ArcGIS Ver

SPI. RBF. (Kriging) . ArcGIS Ver * (// : // : )... ( ) - ( ) ().. (Kriging) (SPI) (RBF GPI IDW) (- -).. ArcGIS Ver9.2 RBF... - - SPI9 SPI.. ( ). SPI : E-mail: mosaedi@yahoo.com - : - : : * ... (Misagi & Mohammadi, 2006)... (Goovaert,

More information

GeoWEPP Tutorial Appendix

GeoWEPP Tutorial Appendix GeoWEPP Tutorial Appendix Chris S. Renschler University at Buffalo - The State University of New York Department of Geography, 116 Wilkeson Quad Buffalo, New York 14261, USA Prepared for use at the WEPP/GeoWEPP

More information

SPATIAL VARIABILITY MAPPING OF N-VALUE OF SOILS OF MUMBAI CITY USING ARCGIS

SPATIAL VARIABILITY MAPPING OF N-VALUE OF SOILS OF MUMBAI CITY USING ARCGIS SPATIAL VARIABILITY MAPPING OF N-VALUE OF SOILS OF MUMBAI CITY USING ARCGIS RESHMA RASKAR - PHULE 1, KSHITIJA NADGOUDA 2 1 Assistant Professor, Department of Civil Engineering, Sardar Patel College of

More information

Development and Land Use Change in the Central Potomac River Watershed. Rebecca Posa. GIS for Water Resources, Fall 2014 University of Texas

Development and Land Use Change in the Central Potomac River Watershed. Rebecca Posa. GIS for Water Resources, Fall 2014 University of Texas Development and Land Use Change in the Central Potomac River Watershed Rebecca Posa GIS for Water Resources, Fall 2014 University of Texas December 5, 2014 Table of Contents I. Introduction and Motivation..4

More information

IMPACT OF CLIMATE CHANGE OVER THE ARABIAN PENINSULA

IMPACT OF CLIMATE CHANGE OVER THE ARABIAN PENINSULA IMPACT OF CLIMATE CHANGE OVER THE ARABIAN PENINSULA By: Talal Alharbi June, 29 2017 1 Motivation: In arid and semi-arid regions of the world the demand for fresh water resources is increasing due to: increasing

More information

Climate. Annual Temperature (Last 30 Years) January Temperature. July Temperature. Average Precipitation (Last 30 Years)

Climate. Annual Temperature (Last 30 Years) January Temperature. July Temperature. Average Precipitation (Last 30 Years) Climate Annual Temperature (Last 30 Years) Average Annual High Temp. (F)70, (C)21 Average Annual Low Temp. (F)43, (C)6 January Temperature Average January High Temp. (F)48, (C)9 Average January Low Temp.

More information

LOCAL CLIMATOLOGICAL DATA Monthly Summary September 2016

LOCAL CLIMATOLOGICAL DATA Monthly Summary September 2016 Deg. Days Precip Ty Precip Wind Solar Hu- Adj. to Sea Level mid- ity Avg Res Res Peak 2 Minute 1 fog 2 hvy fog 3 thunder 4 ice plt 5 hail 6 glaze 7 duststm 8 smk, hz 9 blw snw 1 2 3 4A 4B 5 6 7 8 9 11

More information

Drought in Southeast Colorado

Drought in Southeast Colorado Drought in Southeast Colorado Nolan Doesken and Roger Pielke, Sr. Colorado Climate Center Prepared by Tara Green and Odie Bliss http://climate.atmos.colostate.edu 1 Historical Perspective on Drought Tourism

More information

ArcGIS Geostatistical Analyst: Powerful Exploration and Data Interpolation Solutions

ArcGIS Geostatistical Analyst: Powerful Exploration and Data Interpolation Solutions TM ArcGIS Geostatistical Analyst: Powerful Exploration and Data Interpolation Solutions An ESRI White Paper March 2001 ESRI 380 New York St., Redlands, CA 92373-8100, USA TEL 909-793-2853 FAX 909-793-5953

More information

2003 Moisture Outlook

2003 Moisture Outlook 2003 Moisture Outlook Nolan Doesken and Roger Pielke, Sr. Colorado Climate Center Prepared by Tara Green and Odie Bliss http://climate.atmos.colostate.edu Through 1999 Through 1999 Fort Collins Total Water

More information

Lecture 5 Geostatistics

Lecture 5 Geostatistics Lecture 5 Geostatistics Lecture Outline Spatial Estimation Spatial Interpolation Spatial Prediction Sampling Spatial Interpolation Methods Spatial Prediction Methods Interpolating Raster Surfaces with

More information

COMPARISON OF DIGITAL ELEVATION MODELLING METHODS FOR URBAN ENVIRONMENT

COMPARISON OF DIGITAL ELEVATION MODELLING METHODS FOR URBAN ENVIRONMENT COMPARISON OF DIGITAL ELEVATION MODELLING METHODS FOR URBAN ENVIRONMENT Cahyono Susetyo Department of Urban and Regional Planning, Institut Teknologi Sepuluh Nopember, Indonesia Gedung PWK, Kampus ITS,

More information

Large Alberta Storms. March Introduction

Large Alberta Storms. March Introduction Large Alberta Storms Introduction Most of the largest runoff events in Alberta have been in response to large storms. Storm properties, such as location, magnitude, and geographic and temporal distribution

More information

NIDIS Weekly Climate, Water and Drought Assessment Summary. Upper Colorado River Basin

NIDIS Weekly Climate, Water and Drought Assessment Summary. Upper Colorado River Basin NIDIS Weekly Climate, Water and Drought Assessment Summary Upper Colorado River Basin August 3, 2010 Precipitation and Snowpack Fig. 1: July precipitation in inches Fig. 2: July precip as percent of average

More information

Application of Spatial Interpolation Method for Estimating the Spatial Variability of Rainfall in Semiarid New Mexico, USA.

Application of Spatial Interpolation Method for Estimating the Spatial Variability of Rainfall in Semiarid New Mexico, USA. Application of Spatial Interpolation Method for Estimating the Spatial Variability of Rainfall in Semiarid New Mexico, USA. Lam K.C. 1 Bryant R.G. 2 Wainright, J. 3 1 Senior Lecturer, Faculty of Social

More information

Chapter 6. Fundamentals of GIS-Based Data Analysis for Decision Support. Table 6.1. Spatial Data Transformations by Geospatial Data Types

Chapter 6. Fundamentals of GIS-Based Data Analysis for Decision Support. Table 6.1. Spatial Data Transformations by Geospatial Data Types Chapter 6 Fundamentals of GIS-Based Data Analysis for Decision Support FROM: Points Lines Polygons Fields Table 6.1. Spatial Data Transformations by Geospatial Data Types TO: Points Lines Polygons Fields

More information

The Climate of Payne County

The Climate of Payne County The Climate of Payne County Payne County is part of the Central Great Plains in the west, encompassing some of the best agricultural land in Oklahoma. Payne County is also part of the Crosstimbers in the

More information

PLANNED UPGRADE OF NIWA S HIGH INTENSITY RAINFALL DESIGN SYSTEM (HIRDS)

PLANNED UPGRADE OF NIWA S HIGH INTENSITY RAINFALL DESIGN SYSTEM (HIRDS) PLANNED UPGRADE OF NIWA S HIGH INTENSITY RAINFALL DESIGN SYSTEM (HIRDS) G.A. Horrell, C.P. Pearson National Institute of Water and Atmospheric Research (NIWA), Christchurch, New Zealand ABSTRACT Statistics

More information

Name: Climate Date: EI Niño Conditions

Name: Climate Date: EI Niño Conditions Name: Date: Base your answers to questions 1 and 2 on the maps and the passage below. The maps show differences in trade wind strength, ocean current direction, and water temperature associated with air-pressure

More information

Section 2.2 RAINFALL DATABASE S.D. Lynch and R.E. Schulze

Section 2.2 RAINFALL DATABASE S.D. Lynch and R.E. Schulze Section 2.2 RAINFALL DATABASE S.D. Lynch and R.E. Schulze Background to the Rainfall Database The rainfall database described in this Section derives from a WRC project the final report of which was titled

More information

Depth-Duration Frequency (DDF) and Depth-Area- Reduction Factors (DARF)

Depth-Duration Frequency (DDF) and Depth-Area- Reduction Factors (DARF) Spatial Analysis of Storms Using GIS Brian Hoblit, Steve Zelinka, Cris Castello, and David Curtis Abstract Point data from rain gages have been historically used to develop depth-area relationships, design

More information

URBAN WATERSHED RUNOFF MODELING USING GEOSPATIAL TECHNIQUES

URBAN WATERSHED RUNOFF MODELING USING GEOSPATIAL TECHNIQUES URBAN WATERSHED RUNOFF MODELING USING GEOSPATIAL TECHNIQUES DST Sponsored Research Project (NRDMS Division) By Prof. M. GOPAL NAIK Professor & Chairman, Board of Studies Email: mgnaikc@gmail.com Department

More information

ENGRG Introduction to GIS

ENGRG Introduction to GIS ENGRG 59910 Introduction to GIS Michael Piasecki November 17, 2017 Lecture 11: Terrain Analysis Outline: Terrain Analysis Earth Surface Representation Contour TIN Mass Points Digital Elevation Models Slope

More information

Reproduction of precipitation characteristics. by interpolated weather generator. M. Dubrovsky (1), D. Semeradova (2), L. Metelka (3), M.

Reproduction of precipitation characteristics. by interpolated weather generator. M. Dubrovsky (1), D. Semeradova (2), L. Metelka (3), M. Reproduction of precipitation characteristics by interpolated weather generator M. Dubrovsky (1), D. Semeradova (2), L. Metelka (3), M. Trnka (2) (1) Institute of Atmospheric Physics ASCR, Prague, Czechia

More information

Introducing GIS analysis

Introducing GIS analysis 1 Introducing GIS analysis GIS analysis lets you see patterns and relationships in your geographic data. The results of your analysis will give you insight into a place, help you focus your actions, or

More information

Spatial Downscaling of TRMM Precipitation Using DEM. and NDVI in the Yarlung Zangbo River Basin

Spatial Downscaling of TRMM Precipitation Using DEM. and NDVI in the Yarlung Zangbo River Basin Spatial Downscaling of TRMM Precipitation Using DEM and NDVI in the Yarlung Zangbo River Basin Yang Lu 1,2, Mingyong Cai 1,2, Qiuwen Zhou 1,2, Shengtian Yang 1,2 1 State Key Laboratory of Remote Sensing

More information

A New Class of Spatial Statistical Model for Data on Stream Networks: Overview and Applications

A New Class of Spatial Statistical Model for Data on Stream Networks: Overview and Applications A New Class of Spatial Statistical Model for Data on Stream Networks: Overview and Applications Jay Ver Hoef Erin Peterson Dan Isaak Spatial Statistical Models for Stream Networks Examples of Autocorrelated

More information

Spatial Analyst. By Sumita Rai

Spatial Analyst. By Sumita Rai ArcGIS Extentions Spatial Analyst By Sumita Rai Overview What does GIS do? How does GIS work data models Extension to GIS Spatial Analyst Spatial Analyst Tasks & Tools Surface Analysis Surface Creation

More information

Management and Sharing of Hydrologic Information of Cache County

Management and Sharing of Hydrologic Information of Cache County Geographic Information System in Water Resources CEE6440 Fall Semester 2012 Management and Sharing of Hydrologic Information of Cache County To: Dr. David Tarboton Instructor By: Tian Gan Dec.7, 2012 I.

More information

Uncertainty analysis of nonpoint source pollution modeling:

Uncertainty analysis of nonpoint source pollution modeling: 2013 SWAT Conference Uncertainty analysis of nonpoint source pollution modeling: An important implication for Soil and Water Assessment Tool Professor Zhenyao Shen 2013-07-17 Toulouse Contents 1 2 3 4

More information

The Climate of Murray County

The Climate of Murray County The Climate of Murray County Murray County is part of the Crosstimbers. This region is a transition between prairies and the mountains of southeastern Oklahoma. Average annual precipitation ranges from

More information

Weather and Climate Summary and Forecast November 2017 Report

Weather and Climate Summary and Forecast November 2017 Report Weather and Climate Summary and Forecast November 2017 Report Gregory V. Jones Linfield College November 7, 2017 Summary: October was relatively cool and wet north, while warm and very dry south. Dry conditions

More information

The Climate of Texas County

The Climate of Texas County The Climate of Texas County Texas County is part of the Western High Plains in the north and west and the Southwestern Tablelands in the east. The Western High Plains are characterized by abundant cropland

More information

KINEROS2/AGWA. Fig. 1. Schematic view (Woolhiser et al., 1990).

KINEROS2/AGWA. Fig. 1. Schematic view (Woolhiser et al., 1990). KINEROS2/AGWA Introduction Kineros2 (KINematic runoff and EROSion) (K2) model was originated at the USDA-ARS in late 1960s and released until 1990 (Smith et al., 1995; Woolhiser et al., 1990). The spatial

More information

The Climate of Marshall County

The Climate of Marshall County The Climate of Marshall County Marshall County is part of the Crosstimbers. This region is a transition region from the Central Great Plains to the more irregular terrain of southeastern Oklahoma. Average

More information