1 / 18

Viorel CHENDEŞ NATIONAL INSTITUTE OF HYDROLOGY AND WATER MANAGEMENT Bucharest, ROMANIA

THE USE OF SRTM DIGITAL TERRAIN MODEL FOR THE SPATIAL REPRESENTATION OF LIQUID AND SOLID RUNOFF – ALTITUDE LINKS. Viorel CHENDEŞ NATIONAL INSTITUTE OF HYDROLOGY AND WATER MANAGEMENT Bucharest, ROMANIA. GENERAL INFORMTION CONCERNING SRTM.

dmelody
Download Presentation

Viorel CHENDEŞ NATIONAL INSTITUTE OF HYDROLOGY AND WATER MANAGEMENT Bucharest, ROMANIA

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. THE USE OF SRTM DIGITAL TERRAIN MODEL FOR THE SPATIAL REPRESENTATION OF LIQUID AND SOLID RUNOFF – ALTITUDE LINKS Viorel CHENDEŞ NATIONAL INSTITUTE OF HYDROLOGY AND WATER MANAGEMENT Bucharest, ROMANIA

  2. GENERAL INFORMTION CONCERNING SRTM • NASA Shuttle Radar Topographic Mission (SRTM) is a joint international project. • The original data have a resolution of 1’’ (aproximately 30 m). The free online data have a resolution of about 90 m (3’’). • The SRTM model was developed through the use of “radar interferometry” technique.

  3. DTM FOR ROMANIA AT A MEDIUM RESOLUTION • Being based on RADAR images, the SRTM data include "no-data" spaces where the water or the shadows obstructed the determination of the altitude. • Most of them are spread along Danube, Danube Delta, the lake areas and in large floodplains. They are restrictive factors especially in hydrological modeling applications. • The correction of the SRTM model was done in ArcView, using mostly the Spatial Analyst extension.

  4. SRTM: 90 m  30 m • The initial resolution was approximately 90 m. For using at detailed scales and in different applications, the SRTM model was re-interpolated and exported with a 30 m resolution. • Even though the elevation errors for each pixel can not be eliminated, being the same at 30 m as at 90 m, there are several benefices. • Mainly they consist in a clear delineation of the relief forms (valleys, slopes etc.), fact that helps to reach better results in hydrological applications.

  5. SRTM at 3’’ res. (about 90 m) Hm = 1275.3 SRTM at 30 m from 3’’ SRTM Hm = 1279.7 DTM from topographic maps at 1:25.000 scale Hm = 1267.3

  6. The Southern Carpathians, relief unit chosen for the exemplification. SPATIAL REPRESENTATION OF MEAN SPECIFIC LIQUID RUNOFF – ALTITUDE LINKS • q (l/s*km2) eliminate the influence of the surface. • q is a very useful parameter in spatial analyses, indicating the physical-geographical conditions and their influence on the discharge.

  7. Correlation of the mean annual liquid discharge (m3/s) between two neighboring stations with similar physical-geographical conditions Correlation between the mean annual liquid discharge (m3/s) registered over 1975-2000 period with the one registered over 1950-2000 period Step 1. Completing the data base • Generally, in Romania, the hydrometric stations offer data for a long period (1950-2005) and only in few cases there is needed an extrapolation of the data.

  8. In the Southern Carpathians, even if it seems a homogeneous area at a first view, we could identify 3 correlation functions q - Hb: Zone I: 0.0339*H0.96 Zone II: 0.0245*H0.96 Zone III: 0.0177*H0.96 Step 2. Regionalization of mean specific liquid runoff • The regionalisation of the runoff using the correlations q-Hb is carried out using classical methods.

  9. Step 3. Mapping the q - Hb correlations zones • This means the map out of the zones for every correlation curve in accordance with the stations which define them.

  10. Step 4. Building the mean specific liquid runoff map • This map is built on the basis of SRTM model and of the q-Hb functions • For this we used ESRI software products (ArcView 3.x, ArcGIS) which allow application of a function in which a variable is a grid (in our case - the altitude). • These tools are offered by Spatial Analyst extension, (Map Calculator in ArcView 3.x or Raster Calculator in ArcGIS).

  11. Step 4. • For areas characterized by a single correlation function the building mode of the map is simple, by applying once the command in Raster Calculator.

  12. Step 4. • In the case of more correlations, there are two ways of building this map: a) step by step a1) applying in RC one of the q-Hb functions, using the DTM of entire area as input. It will result an intermediary grid qn(the mean specific liquid runoff grid), where n is the zone number. For example, for zone I is applied next syntax: • (0.0339*[Elevation].Pow( 0.96)) (in ArcView 3.x) • 0.0339 * Pow([Elevation], 0.96) (in ArcGIS)

  13. Zone I (value “1”) Other zone (value “0”) Step 4. a) step by step a2) The converting of the polygon which represents the limit of the zone in grid using an attribute by 1 value for that zone and by 0 value for the rest of the zones

  14. Step 4. a) step by step a3) The multiplying of the two rasters. It is obtained a final qn raster, where n is the zone number. This will have the value of the mean specific liquid runoff for the inside pixels from zone n and 0 for the rest of the pixels x = a4) Repeat a1-a3 steps for the others zones. For each zones is obtained a final qn raster. a5) The adding together of the n grids by former type, resulting a final grid which represents mean specific liquid runoff

  15. Step 4. b) Starting from the previous way, the steps were grouped in a single expression which can be used in Map Calculator. • The needed layers are: - [Elevation]: SRTM DTM - [Zone_q]: raster conversion from the polygon theme which represents the q - Hb correlation zones. This raster will receive values equal to the number of zones, all the pixels in zone ‚n’ having that ‚n’ value. • relational operators (=, <, <=, <>, >, and >=) evaluate specific relational conditions. If the condition is TRUE, the output is assigned 1; if the condition is FALSE, the output is assigned 0. So, the syntax [Zone_q] = 2.AsGrid or [Zone_q] = 2 (in ArcView 3.x) will create a grid of value ‘1’ (for the pixels inside zone 2) and ‘0’ (for the pixels outside zone 2).

  16. Step 4. • In this way, the syntax for the computation of the mean specific liquid runoff in the area of the Southern Carpathians, based on the following correlation functions q - Hb Zone I: 0.0339*H0.96 Zone II: 0.0245*H0.96 Zone III: 0.0177*H0.96 might be written as follows: ([Zone_q] = 1.AsGrid * 0.0339.AsGrid * [Elevation].Pow(0.96)) + ([Zone_q] = 2.AsGrid * 0.0245.AsGrid * [Elevation].Pow(0.96)) + ([Zone_q] = 3.AsGrid * 0.0177.AsGrid * [Elevation].Pow(0.96)) or, simpler ([Zone_q] = 1* 0.0339 * [Elevation].Pow(0.96)) + ([Zone_q] = 2 * 0.0245 * [Elevation].Pow(0.96)) + ([Zone_q] = 3 * 0.0177 * [Elevation].Pow(0.96))

  17. Step 4.

  18. CONCLUDING REMARKS THANK YOU FOR YOUR ATTENTION • There are still problems to be solved, the principal one being the abrupt pass from one correlation zone to another. It is necessary to find a method to delineate some buffer zones through which the pass should be smoother. • Another point refer to the numerous methods of processing and analyzing the map: • the analysis of the mean runoff distribution by major relief units or by altitude steps, • the analysis of runoff formation, • the amount of the water volumes, • the distribution of the water volumes by altitude steps, • the cumulative values of the water volumes, These aspects are to be presented in a future paper.

More Related