CN109472868B - A sub-basin division method for inland river basins - Google Patents
A sub-basin division method for inland river basins Download PDFInfo
- Publication number
- CN109472868B CN109472868B CN201811313462.3A CN201811313462A CN109472868B CN 109472868 B CN109472868 B CN 109472868B CN 201811313462 A CN201811313462 A CN 201811313462A CN 109472868 B CN109472868 B CN 109472868B
- Authority
- CN
- China
- Prior art keywords
- grid
- river
- river network
- basin
- network
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
- 238000000034 method Methods 0.000 title claims abstract description 26
- 102100037091 Exonuclease V Human genes 0.000 claims abstract description 19
- 101000881977 Homo sapiens Exonuclease V Proteins 0.000 claims abstract description 19
- XLYOFNOQVPJJNP-UHFFFAOYSA-N water Substances O XLYOFNOQVPJJNP-UHFFFAOYSA-N 0.000 claims description 18
- 238000011144 upstream manufacturing Methods 0.000 claims description 10
- 238000005192 partition Methods 0.000 claims description 6
- 230000003252 repetitive effect Effects 0.000 claims description 3
- 238000010586 diagram Methods 0.000 description 6
- 238000007796 conventional method Methods 0.000 description 5
- 238000004364 calculation method Methods 0.000 description 4
- 238000000605 extraction Methods 0.000 description 3
- 230000002159 abnormal effect Effects 0.000 description 2
- 238000004088 simulation Methods 0.000 description 2
- 238000009825 accumulation Methods 0.000 description 1
- 230000001186 cumulative effect Effects 0.000 description 1
- 238000001704 evaporation Methods 0.000 description 1
- 230000008020 evaporation Effects 0.000 description 1
- 230000001932 seasonal effect Effects 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T17/00—Three dimensional [3D] modelling, e.g. data description of 3D objects
- G06T17/05—Geographic models
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2210/00—Indexing scheme for image generation or computer graphics
- G06T2210/32—Image data format
Landscapes
- Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- Geometry (AREA)
- Software Systems (AREA)
- Remote Sensing (AREA)
- Computer Graphics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
本发明公开了一种内流河流域的子流域划分方法,包括:设内流河流域内低洼地或湖泊中心为其虚拟出口点;将DEM中虚拟出口点栅格处高程值设为Null,得到DEM1;绘制矢量虚拟河网,使该河网最终连向虚拟出口点,并转成参考河网栅格;将内流河流域内外边界转成栅格;对DEM1中参考河网和流域内外边界栅格位置处高程进行修正,得到DEM2;从DEM2提取模拟河网;对湖泊范围进行编码并转化成栅格;对模拟河网栅格进行溯源遍历,并考虑湖泊范围进行河网编码;以模拟河网栅格为起点,对非河网栅格进行溯源遍历,将该河网栅格的河网编码设为所有汇入当前河网栅格的非河网栅格子流域编码。本发明能够对无河流出口的内流河流域进行子流域划分,且确保湖泊位于同一个子流域内。
The invention discloses a sub-basin division method of an inland river basin, which includes: setting the low-lying land or lake center in the inland river basin as its virtual exit point; setting the elevation value at the grid of the virtual exit point in DEM as Null, and obtaining DEM1; draw a vector virtual river network, so that the river network is finally connected to the virtual outlet point, and convert it into a reference river network grid; convert the internal and external boundaries of the inland river basin into a grid; for the reference river network and the internal and external boundaries of the watershed in DEM1 The elevation at the grid position is corrected to obtain DEM2; the simulated river network is extracted from DEM2; the range of the lake is encoded and converted into a grid; the grid of the simulated river network is traced and traversed, and the river network is coded considering the range of the lake; The river network grid is used as the starting point, and the non-river network grid is traced and traversed, and the river network code of the river network grid is set as the code of all non-river network grid sub-watersheds that are imported into the current river network grid. The invention can divide the inland river basin without river outlet into sub-basins, and ensure that the lakes are located in the same sub-basin.
Description
技术领域technical field
本发明涉及水文模型领域,具体涉及一种内流河流域的子流域划分方法。The invention relates to the field of hydrological models, in particular to a method for dividing sub-basins of inland river basins.
背景技术Background technique
在水文模型中,常规的提取流域及子流域的方法包括使用GIS(GeographicInformation System,地理信息系统)软件的水文分析模块从DEM(Digital ElevationModel,数字高程模型)开始经历填洼、流向计算、汇流累积数计算、模拟河网提取、子流域划分等步骤;该方法能正确进行子流域划分的前提是需要有一个或多个可经一系列栅格流出DEM边界的流域出口。In the hydrological model, the conventional method of extracting watersheds and sub-watersheds includes using the hydrological analysis module of GIS (Geographic Information System, geographic information system) software to start from DEM (Digital Elevation Model, digital elevation model) to experience filling, flow direction calculation, and confluence accumulation. Number calculation, simulated river network extraction, sub-watershed division and other steps; the premise that this method can correctly divide the sub-watershed is that there must be one or more watershed outlets that can flow out of the DEM boundary through a series of grids.
对于内流河流域而言,流域出口一般位于流域内部中心,且周边栅格高出一大截,而且一个大的内流河流域往往由多个相对独立的小内流区组成。如果采用上述常规方法提取流域及子流域,存在以下问题:For inland river basins, the outlet of the basin is generally located in the center of the basin, and the surrounding grid is much higher, and a large inland river basin is often composed of multiple relatively independent small inflow areas. If the above-mentioned conventional methods are used to extract watersheds and sub-watersheds, the following problems exist:
(1)在进行填洼时,流域内部的出口会被填平,且从边界较低的区域流出边界,在子流域划分时容易得出错误的上下游汇流关系以及将多个独立小内流区域合并为一个区域;(1) When filling the sub-basin, the outlet inside the watershed will be filled and flow out of the boundary from the area with a lower boundary. When dividing sub-watersheds, it is easy to get the wrong upstream and downstream confluence relationship and combine multiple independent small internal flows Regions are merged into one region;
(2)对于内流河流域而言,上游一般发源于山区水量充足,一般是常流河,中下游一般都是季节河,最末端一般是湿地或者尾闾湖泊,其水分基本用于蒸发不会流出流域外;为了方便湖泊水量平衡分析,需要将湖泊范围划分到同一个子流域内;常规方法无满足上述要求,常出现将湖泊划到多个子流域的问题;(2) For inland river basins, the upper reaches generally originate from mountainous areas with sufficient water and are generally perennial rivers, the middle and lower reaches are generally seasonal rivers, and the end is generally wetlands or tail lakes, whose water is basically used for evaporation It will flow out of the basin; in order to facilitate the analysis of lake water balance, it is necessary to divide the range of the lake into the same sub-basin; the conventional method does not meet the above requirements, and the problem of dividing the lake into multiple sub-basins often occurs;
(3)对于内流河流域中下游而言,由于区域内高差相对较小,按常规方法划分的子流域范围同水资源规划等其他已有成果往往相差较大,在模型模拟分析时不容易统一到相同的单元进行分析,而且会导致边界区域划分异常,使得周边非流域区域划到当前流域或者当前流域缺失一部分面积。(3) For the middle and lower reaches of inland river basins, due to the relatively small height difference within the region, the range of sub-basins divided by conventional methods is often quite different from other existing achievements such as water resources planning, so it is not necessary to use them in model simulation analysis. It is easy to unify to the same unit for analysis, and it will lead to abnormal division of boundary areas, making the surrounding non-basin areas be divided into the current watershed or a part of the current watershed is missing.
发明内容Contents of the invention
本发明所要解决的技术问题是现有常规的提取流域以及子流域的方法,在对内流河流域进行子流域划时,存在子流域上下游汇流关系异常、将独立小内流区合并、湖泊划分到多个子流域以及子流域范围划分错误等问题。The technical problem to be solved by the present invention is that in the existing conventional methods for extracting watersheds and sub-basins, when sub-basins are divided into inland river basins, there are abnormal confluence relations between the upper and lower reaches of the sub-basins, merging of independent small inland water areas, and lakes Problems such as division into multiple sub-basins and incorrect division of sub-basins.
为了解决上述技术问题,本发明所采用的技术方案是提供一种内流河流域的子流域划分方法,包括以下步骤:In order to solve the above-mentioned technical problems, the technical solution adopted in the present invention is to provide a method for sub-basin division of inland river basins, including the following steps:
步骤S10、设待划分内流河流域内的局部高程最低点或者无出口的湖泊中心位置为内流河流域虚拟出口点,以该虚拟出口点作为内流河流域河流流向终点;Step S10, assuming that the local lowest elevation point in the inland river basin or the center of the lake without an outlet is the virtual outlet point of the inland river basin, and the virtual outlet point is used as the end point of the river flow in the inland river basin;
步骤S20、采用GIS软件将对应流域DEM中虚拟出口点所在位置栅格高程值置空,得到一个修正DEM图层DEM1;Step S20, use GIS software to empty the grid elevation value of the location of the virtual exit point in the corresponding watershed DEM, and obtain a corrected DEM layer DEM1;
步骤S30、根据内流河流域的DEM高程以及实测河网信息,绘制虚拟河网,且使该河网能够最终连向某个虚拟出口点,并根据DEM栅格位置和大小转成栅格,得到参考河网栅格;Step S30, draw a virtual river network according to the DEM elevation of the inland river basin and the measured river network information, and make the river network finally connect to a virtual exit point, and convert it into a grid according to the position and size of the DEM grid, Get the reference river grid;
步骤S40、将收集的内流河流域边界根据DEM栅格位置和大小转化成栅格;Step S40, converting the collected inland river basin boundary into a grid according to the position and size of the DEM grid;
步骤S50、将参考河网栅格和内流河流域边界栅格信息烧录到DEM1中,并分别对参考河网栅格和内流河流域边界栅格所在位置进行高程修正,得到内流河流域边界栅格位置高出原始DEM一定高程,参考河网栅格位置高程低于原始DEM一定高程的修正DEM图层DEM2;Step S50, burn the information of the reference river network grid and the boundary grid of the inland river basin into DEM1, and perform elevation correction on the positions of the reference river network grid and the boundary grid of the inland river basin respectively, to obtain the inland river The location of the watershed boundary grid is higher than the original DEM by a certain elevation, and the reference river network grid location elevation is lower than the original DEM by a certain elevation of the corrected DEM layer DEM2;
步骤S60、对DEM2采用GIS软件的水文分析模块提取模拟河网;Step S60, using the hydrological analysis module of GIS software to extract the simulated river network for DEM2;
步骤S70、对收集的内流河流域内的各个湖泊范围进行唯一且不重复的湖泊编码,并根据DEM栅格位置和大小将其转化成栅格;Step S70, perform unique and non-repetitive lake coding on each lake range in the collected inland river basin, and convert it into a grid according to the position and size of the DEM grid;
步骤S80、依次从每个虚拟出口点开始,根据栅格流向对模拟河网栅格进行溯源遍历,对每个河段进行唯一不重复河网编码,且使具有相同湖泊编码的模拟河网栅格的河网编码相同;Step S80, start from each virtual exit point in turn, trace the source of the simulated river network grid according to the grid flow direction, perform a unique and non-repeated river network code for each river section, and make the simulated river network grid with the same lake code The river network codes of grids are the same;
步骤S90、以每一个模拟河网栅格作为起点,根据栅格流向对非模拟河网栅格进行溯源遍历,查找所有汇入当前模拟河网栅格的非河网栅格,并设查找到的非河网栅格子的子流域编码为该模拟河网栅格的河网编码,再按照子流域编码对内流河流域进行子流域划分。Step S90, taking each simulated river network grid as a starting point, trace the source of the non-simulated river network grid according to the grid flow direction, find all non-river network grids imported into the current simulated river network grid, and find The sub-watershed code of the non-river network grid is the river network code of the simulated river network grid, and then the inland river basin is divided into sub-watersheds according to the sub-watershed code.
在上述方法中,在设定虚拟出口点前先收集待划分内流河流域区域信息;In the above method, the area information of the inland river basin to be divided is collected before setting the virtual exit point;
待划分内流河流域区域信息包括该内流河流域DEM高程;内流河流域内的湖泊数量、范围及其位置信息;内流河流域边界信息;The area information of the inland river basin to be divided includes the DEM elevation of the inland river basin; the number, range and location information of the lakes in the inland river basin; the boundary information of the inland river basin;
其中,内流河流域边界信息包括内边界信息和外边界信息;外边界为包含整个内流河流域范围的边界,内边界为内流河流域内水资源分区的边界。Among them, the inland river basin boundary information includes inner boundary information and outer boundary information; the outer boundary is the boundary that includes the entire inland river basin, and the inner boundary is the boundary of water resource divisions in the inland river basin.
在上述方法中,在步骤S10中,在整个内流河流域范围内,当存在独立、不联系的多个水资源分区时,在每个独立、不联系的水资源分区内要分别设置虚拟出口。In the above method, in step S10, within the entire inland river basin, when there are multiple independent and unconnected water resource divisions, virtual outlets should be set up in each independent and unconnected water resource division .
在上述方法中,在步骤S30中,绘制的虚拟河网包括两种形式:In the above method, in step S30, the drawn virtual river network includes two forms:
第一种为延长已有实测河网至某个虚拟出口的虚拟河网;The first is to extend the existing measured river network to a virtual river network with a virtual outlet;
第二种为在大面积无实测河网区域,根据DEM高程新绘制且与实测河网相对独立,使其最终连向某个虚拟出口的虚拟河网。The second is a virtual river network that is newly drawn according to the DEM elevation and is relatively independent from the measured river network in a large area without a measured river network, so that it is finally connected to a virtual outlet.
在上述方法中,在步骤S30中,绘制的虚拟河网先将虚拟河网与实测河网合并成一个线状矢量图层,再将合并后的线状矢量图层根据DEM栅格位置和大小转成栅格。In the above method, in step S30, the drawn virtual river network first merges the virtual river network and the measured river network into a linear vector layer, and then combines the linear vector layer according to the position and size of the DEM grid Convert to raster.
在上述方法中,在绘制虚拟河网时,当河流上有湖泊时,在湖泊内部绘制一条连接上下游河段的虚拟河网。In the above method, when drawing the virtual river network, when there is a lake on the river, a virtual river network connecting the upstream and downstream sections is drawn inside the lake.
在上述方法中,在步骤S50中,根据参考河网栅格和内流河流域边界栅格信息,按照优先级分别对参考河网栅格和内流河流域边界栅格所在位置进行高程修正,具体为:In the above method, in step S50, according to the information of the reference river network grid and the boundary grid of the inland river basin, the elevation correction is performed on the positions of the reference river network grid and the boundary grid of the inland river basin according to the priority, Specifically:
将内流河流域边界栅格所在位置的DEM1高程数值增加一个固定值;相应的,将参考河网栅格所在位置的DEM1高程数值减小一个固定值;Increase the DEM1 elevation value at the location of the inland river basin boundary grid by a fixed value; correspondingly, decrease the DEM1 elevation value at the location of the reference river network grid by a fixed value;
如果一个栅格既是外边界栅格又是参考河网栅格,则作为边界栅格处理,将所在位置的DEM1高程数值增加一个固定值;If a grid is both an outer boundary grid and a reference river network grid, it will be treated as a boundary grid, and the elevation value of DEM1 at the location will be increased by a fixed value;
如果一个栅格既是内边界栅格又是参考河网栅格,则作为河网栅格处理,将所在位置的DEM1高程数值减小一个固定值。If a grid is both an inner boundary grid and a reference river network grid, it will be treated as a river network grid, and the elevation value of DEM1 at the location will be reduced by a fixed value.
在上述方法中,湖泊编码、河网编码为从1开始的连续自然数编码。In the above method, lake codes and river network codes are continuous natural number codes starting from 1.
在上述方法中,步骤S80具体为:In the above method, step S80 is specifically:
根据栅格流向对模拟河网栅格进行溯源遍历,对每个河网栅格赋予一个唯一的编码;Traverse the simulated river network grid according to the grid flow direction, and assign a unique code to each river network grid;
如果没有遇到分岔的模拟河网栅格或者湖泊栅格,则下一河网栅格编码等于当前栅格的河网编码;If there is no branched simulated river grid or lake grid, the next river grid code is equal to the river network code of the current grid;
如果遇到分岔的模拟河网栅格或者湖泊栅格,则下一个河网栅格的河网编码等于当前栅格的河网编码加1;If a bifurcated simulated river network grid or lake grid is encountered, the river network code of the next river network grid is equal to the river network code of the current grid plus 1;
如果遇到湖泊栅格,且当前模拟河网栅格也具有相同的湖泊编码,则不论是否分岔,下一模拟河网栅格的河网编码都等于当前模拟河网栅格河网编码;If a lake grid is encountered and the current simulated river network grid also has the same lake code, no matter whether it is bifurcated or not, the river network code of the next simulated river network grid is equal to the river network code of the current simulated river network grid;
河网编码相同的模拟河网栅格属于同一个河段;Simulated river network grids with the same river network code belong to the same river segment;
当某个虚拟出口上游河流遍历完成后,再对其他虚拟出口进行溯源遍历,此时新溯源遍历的起始河网编码为前一阶段最大编码加1。After the upstream river traversal of a certain virtual outlet is completed, the source tracing traversal of other virtual outlets is performed. At this time, the initial river network code of the new source tracing traversal is the maximum code of the previous stage plus 1.
与现有技术相比,本发明以DEM为基础,结合实测河网、流域边界、湖泊范围等信息,采用多个虚拟出口点分别提取不同的子流域范围,并在考虑湖泊范围的基础上,进行河网编码,能够保证划分得到的子流域基本符合内流河流域内上下游关系,且使一个湖泊只位于一个子流域内,保证子流域范围划分正确性。Compared with the prior art, the present invention is based on DEM, combined with information such as the measured river network, watershed boundary, lake range, etc., using multiple virtual exit points to extract different sub-watershed ranges, and considering the lake range, River network coding can ensure that the divided sub-basin basically conforms to the upstream and downstream relationship in the inland river basin, and makes a lake only located in one sub-basin, ensuring the correctness of sub-basin division.
附图说明Description of drawings
图1为本发明提供的一种内流河流域的子流域划分方法的流程图;Fig. 1 is the flow chart of the sub-basin division method of a kind of inland river basin provided by the present invention;
图2为本发明中具有两个湖泊和两个分区的具体实施例示意图;Fig. 2 is a schematic diagram of a specific embodiment with two lakes and two partitions in the present invention;
图3为本发明中对图2进行虚拟出口设置后的示意图;Fig. 3 is a schematic diagram after the virtual exit is set to Fig. 2 in the present invention;
图4为本发明中对图3进行虚拟河网绘制后的示意图;Fig. 4 is the schematic diagram after carrying out virtual river network drawing to Fig. 3 in the present invention;
图5为本发明中对图4进行模拟河网提取后的示意图;Fig. 5 is the schematic diagram after carrying out simulation river network extraction to Fig. 4 in the present invention;
图6为本发明中对图5进行河网编码后的示意图;Fig. 6 is the schematic diagram after carrying out river network coding to Fig. 5 in the present invention;
图7为本发明中对图6的非模拟河网栅格进行子流域编码后实现子流域划分的示意图。FIG. 7 is a schematic diagram of implementing sub-watershed division after sub-watershed encoding is performed on the non-simulated river network grid shown in FIG. 6 in the present invention.
具体实施方式Detailed ways
本发明提供了一种内流河流域的子流域划分方法,以DEM为基础,结合实测河网、流域边界、湖泊水面范围等信息,采用多个虚拟出口点分别提取不同的子流域范围,能够保证划分得到的子流域基本符合内流河流域内上下游关系,且使一个湖泊只位于一个子流域内,保证子流域范围划分正确性。下面结合说明书附图和具体实施方式对本发明做出详细说明。The invention provides a method for sub-basin division of inland river basins. Based on DEM, combined with information such as measured river networks, basin boundaries, and lake water surface ranges, multiple virtual exit points are used to extract different sub-basin ranges, which can Ensure that the divided sub-basin basically conforms to the upstream and downstream relationship in the inland river basin, and make a lake only in one sub-basin to ensure the correctness of sub-basin division. The present invention will be described in detail below in conjunction with the accompanying drawings and specific embodiments.
如图1所示,本发明提供的一种内流河流域的子流域划分方法,包括以下步骤:As shown in Figure 1, a sub-basin division method of an inland river basin provided by the present invention comprises the following steps:
步骤S10、设待划分内流河流域内低洼地(在整个内流河流域范围内的局部高程最低点)或者无出口的湖泊中心位置为内流河流域虚拟出口点,以该虚拟出口点作为内流河流域河流流向终点;Step S10, assuming that the low-lying land in the inland river basin to be divided (the lowest local elevation point within the entire inland river basin) or the central position of the lake without an outlet is the virtual outlet point of the inland river basin, and the virtual outlet point is used as the inland river basin. The river flows to the end of the river basin;
在设定虚拟出口点前先收集待划分内流河流域区域信息,包括该内流河流域DEM高程,内流河流域内的湖泊数量、范围及其位置信息,内流河流域边界等信息;其中,内流河流域边界信息包括内边界信息和外边界信息,外边界为包含整个内流河流域范围的边界(如图3中外围实线),内边界为内流河流域内水资源分区的边界(如图3中内部虚线);然后,根据各水资源分区内DEM高程,在高程最低的点(低洼地或者无出口的湖泊中心位置)设置虚拟出口点;由于一个内流河流域内存在独立不联系的水资源分区,所以需要分别在上述互不联系的不同水资源分区内设置虚拟出口点,因此根据流域特征具体情况,一个内流河流域可以设置多个虚拟出口点,至少有1个虚拟出口点。如图2所示,在该实施例中,收集的该内流河流域区域信息包括2个湖泊(黑色区域),分别位于常流河上的湖泊a和河流尾闾的湖泊b,流域内有两个水资源分区,水资源分区边界为图2中虚线,将整个内流河流域分为分区I和分区II两个水资源分区;根据DEM高程,分别在分区I和分区II中设立了虚拟出口点,如图3所示,分别为靠近分区边界处的圆圈A和圆圈B。Before setting the virtual exit point, collect the information of the inland river basin area to be divided, including the DEM elevation of the inland river basin, the number, scope and location information of lakes in the inland river basin, and the boundary of the inland river basin; among them , the boundary information of inland river basins includes inner boundary information and outer boundary information, the outer boundary is the boundary that includes the entire inland river basin (as shown in the outer solid line in Figure 3), and the inner boundary is the boundary of water resources divisions in the inland river basin (as shown in the internal dotted line in Figure 3); then, according to the DEM elevation in each water resource division, set a virtual exit point at the point with the lowest elevation (low-lying land or the center of a lake with no exit); Therefore, it is necessary to set up virtual exit points in the above-mentioned different water resource partitions that are not connected with each other. Therefore, according to the characteristics of the basin, multiple virtual exit points can be set in an inland river basin, and at least one virtual exit point can be set. exit point. As shown in Figure 2, in this embodiment, the collected inland river basin area information includes two lakes (black areas), lake a on the perennial river and lake b at the tail of the river, respectively. There are two lakes in the watershed. The water resource division boundary is the dotted line in Figure 2, which divides the entire inland river basin into two water resource divisions, Division I and Division II; according to the DEM elevation, virtual exits are set up in Division I and Division II respectively Points, as shown in Fig. 3, are respectively circle A and circle B near the boundary of the partition.
步骤S20、采用GIS软件将对应流域DEM中虚拟出口点所在位置栅格高程值置空(即设置为Null值),得到一个在虚拟出口点位置被掏空的修正DEM图层,称为DEM1。Step S20, use GIS software to empty the grid elevation value at the position of the virtual exit point in the DEM of the corresponding watershed (that is, set it to a Null value), and obtain a corrected DEM layer that is hollowed out at the position of the virtual exit point, called DEM1.
步骤S30、根据内流河流域的DEM高程以及实测河网(线状矢量)信息,绘制(手动)虚拟河网(线状矢量),且使该河网能够最终连向某个虚拟出口点,并根据DEM栅格位置和大小转成栅格,得到参考河网栅格。Step S30, according to the DEM elevation of the inland river basin and the measured river network (linear vector) information, draw (manually) a virtual river network (linear vector), and make the river network finally connected to a certain virtual exit point, And according to the position and size of the DEM grid, it is converted into a grid, and the reference river network grid is obtained.
在本发明中,绘制的虚拟河网包括两种形式,一种为实测河网的延伸,即延长实测河网至某个虚拟出口点;另一种是单独存在的独立虚拟河网,在大面积没有河道的区域,根据DEM高程新绘制与实测河网相对独立的河网,使其最终连向某个虚拟出口点。绘制完虚拟河网后,需要将其与实测河网合并成一个线状矢量图层后,再将合并后的线状矢量图层根据DEM栅格位置和大小转成栅格。当河流上有湖泊时,则需要在湖泊内绘制一条虚拟河网连接上下游河段。如图4为对图3所示实施例进行的虚拟河网绘制,在常流河上的湖泊a中绘制一条虚拟河网确保其上下游河段相连,再根据DEM高程将分区I和分区II的实测河网延长至对应的虚拟出口点;并为了对分区II左上角大面积没有河道区域进行子流域划分,在该处添加了一条独立虚拟河网,并连向对应虚拟出口点B,这样就可以将该区域独立划分为一个子流域(即图6中的2号河段,如果不添加该虚拟河段,则7中2号和4号子流域将合并为1个子流域)。In the present invention, the drawn virtual river network includes two forms, one is an extension of the measured river network, that is, extending the measured river network to a certain virtual exit point; For areas without river channels, a new river network that is relatively independent from the measured river network is drawn according to the DEM elevation, so that it is finally connected to a virtual exit point. After the virtual river network is drawn, it needs to be merged with the measured river network into a linear vector layer, and then the merged linear vector layer is converted into a grid according to the position and size of the DEM grid. When there are lakes on the river, it is necessary to draw a virtual river network in the lake to connect the upstream and downstream river sections. Figure 4 is the drawing of the virtual river network for the embodiment shown in Figure 3, a virtual river network is drawn in the lake a on the perennial river to ensure that its upstream and downstream sections are connected, and then according to the DEM elevation, the area of subregion I and subregion II The measured river network is extended to the corresponding virtual exit point; and in order to divide the large area without river channels in the upper left corner of Division II into sub-watersheds, an independent virtual river network is added there and connected to the corresponding virtual exit point B, so that This area can be divided into a sub-basin independently (that is, the No. 2 reach in Figure 6, if the virtual reach is not added, the No. 2 and No. 4 sub-basins in 7 will be merged into one sub-basin).
步骤S40、将收集的内流河流域边界(线状矢量)根据DEM栅格位置和大小转化成栅格;Step S40, converting the collected inland river basin boundary (linear vector) into a grid according to the DEM grid position and size;
步骤S50、将参考河网栅格和内流河流域边界(包括内边界和外边界)栅格信息烧录到DEM1中,并分别对参考河网栅格和内流河流域边界栅格所在位置进行高程修正,得到一个在虚拟出口点位置被掏空,内流河流域边界栅格位置高出原始DEM一定高程,参考河网栅格位置高程低于原始DEM一定高程的修正DEM图层,称为DEM2。Step S50, burn the grid information of the reference river network grid and the boundary of the inland river basin (including the inner boundary and the outer boundary) into DEM1, and respectively record the positions of the reference river network grid and the boundary grid of the inland river basin Elevation correction is carried out to obtain a corrected DEM layer in which the position of the virtual exit point is hollowed out, the grid position of the boundary of the inland river basin is higher than the original DEM by a certain elevation, and the elevation of the reference river network grid position is lower than the original DEM by a certain elevation, called for DEM2.
在本发明步骤S50中,根据参考河网栅格和内流河流域边界栅格信息,按照优先级对DEM1内参考河网栅格、外边界栅格、内边界栅格所在位置的高程进行修正,具体为:In step S50 of the present invention, according to the information of the reference river network grid and the border grid of inland river basins, the elevations of the positions of the reference river network grid, outer boundary grid, and inner boundary grid in DEM1 are corrected according to priority ,Specifically:
将内流河流域边界(内边界和外边界)栅格所在位置的DEM1高程数值增加一个固定值(例如1000m);相应的,将参考河网栅格所在位置的DEM1高程数值减小一个固定值(例如1000m);Increase the DEM1 elevation value at the location of the inland river basin boundary (inner boundary and outer boundary) grid by a fixed value (for example, 1000m); correspondingly, decrease the DEM1 elevation value at the location of the reference river network grid by a fixed value (e.g. 1000m);
如果一个栅格即是外边界栅格又是参考河网栅格,则作为外边界栅格处理(高程数值增加一个固定值);如果一个栅格即是内边界栅格又是参考河网栅格,则作为河网栅格处理(高程数值减小一个固定值)。If a grid is both the outer boundary grid and the reference river grid, it will be treated as the outer boundary grid (the elevation value is increased by a fixed value); if a grid is both the inner boundary grid and the reference river grid grid, it is treated as a river network grid (the elevation value is reduced by a fixed value).
步骤S60、对DEM2采用GIS软件的水文分析模块提取模拟河网,即经过填洼、流向计算、汇流累计数计算、模拟河网阈值设置及提取等步骤得到模拟河网,如图5中点划线为对图4进行提取得到的模拟河网;一般提取的模拟河网密度要大于实测河网,且河流长度也不一致。Step S60, using the hydrological analysis module of GIS software to extract the simulated river network from DEM2, that is, to obtain the simulated river network through the steps of filling, flow direction calculation, cumulative confluence calculation, threshold setting and extraction of the simulated river network, as shown in Figure 5. The line is the simulated river network extracted from Figure 4; generally, the density of the simulated river network extracted is greater than that of the measured river network, and the length of the rivers is also inconsistent.
步骤S70、对收集的内流河流域内的各个湖泊范围(面状矢量)进行唯一且不重复的湖泊编码,并根据DEM栅格位置和大小将其转化成栅格;其中,湖泊编码为从1开始的连续自然数编码。Step S70, carry out unique and non-repetitive lake encoding for each lake range (area vector) in the collected inland river basin, and convert it into a grid according to the DEM grid position and size; wherein, the lake encoding is from 1 The first consecutive natural numbers are encoded.
步骤S80、依次以每个虚拟出口点开始,根据栅格流向对模拟河网栅格进行溯源遍历,对每个河段进行河网编码,且使具有相同湖泊编码的模拟河网栅格的河网编码相同,即在编码过程中考虑湖区范围的影响,使得同一个编码的湖区位于相同的子流域中。在本发明中,步骤S80具体为:Step S80, starting with each virtual exit point in turn, tracing the source of the simulated river network grid according to the grid flow direction, performing river network codes for each river section, and making the rivers of the simulated river network grids with the same lake code The network codes are the same, that is, the influence of the range of the lake area is considered during the coding process, so that the lake areas of the same code are located in the same sub-basin. In the present invention, step S80 is specifically:
根据栅格流向对模拟河网栅格进行溯源遍历,对每个河网栅格赋予一个唯一的编码;Traverse the simulated river network grid according to the grid flow direction, and assign a unique code to each river network grid;
如果没有遇到分岔的模拟河网栅格或者湖泊栅格,则下一河网栅格编码等于当前栅格的河网编码;If there is no branched simulated river grid or lake grid, the next river grid code is equal to the river network code of the current grid;
如果遇到分岔的模拟河网栅格或者湖泊栅格,则下一个河网栅格的河网编码等于当前栅格的河网编码加1;If a bifurcated simulated river network grid or lake grid is encountered, the river network code of the next river network grid is equal to the river network code of the current grid plus 1;
如果遇到湖泊栅格,且当前模拟河网栅格也具有相同的湖泊编码,则不论是否分岔,下一模拟河网栅格的河网编码都等于当前模拟河网栅格河网编码,以使得位于同一个湖泊范围内的河网栅格具有相同河网编码;If a lake grid is encountered and the current simulated river network grid also has the same lake code, no matter whether it is bifurcated or not, the river network code of the next simulated river network grid is equal to the river network code of the current simulated river network grid, In order to make the river network rasters within the same lake range have the same river network code;
河网编码相同的模拟河网栅格属于同一个河段,河段的河网编码是从1开始的连续自然数编码;The simulated river network grids with the same river network code belong to the same river section, and the river network code of the river section is a continuous natural number code starting from 1;
当某个虚拟出口上游河流遍历完成后,再对其他虚拟出口进行溯源遍历,此时新溯源遍历的起始河网编码为前一阶段最大编码加1。After the upstream river traversal of a certain virtual outlet is completed, the source tracing traversal of other virtual outlets is performed. At this time, the initial river network code of the new source tracing traversal is the maximum code of the previous stage plus 1.
以图5为例,图5所示的模拟河网栅格依次从2个虚拟出口点开始溯源遍历,先遍历分区II再遍历分区I,对每个河段进行编码,共18个河段,如图6所示;其中,河段的河网编码为1的对象是对位于尾闾湖泊水体范围内4条河段,因为这些河段位于同一个湖泊内,具有相同的湖泊编码,所以河网编码相同,其余河网编码对象则是无分岔的单独河段。Taking Fig. 5 as an example, the simulated river network grid shown in Fig. 5 traces the origin from two virtual exit points in turn, first traverses the partition II and then traverses the partition I, and encodes each river section, a total of 18 river sections, As shown in Figure 6; among them, the objects whose river network code is 1 are 4 river sections located in the water body of the tail lake, because these river sections are located in the same lake and have the same lake code, so the river The network codes are the same, and the other river network code objects are individual river sections without bifurcations.
步骤S90、以每一个模拟河网栅格作为起点,根据栅格流向对非模拟河网栅格进行溯源遍历,查找到所有汇入当前模拟河网栅格的非河网栅格,并设查找到的非河网栅格子的子流域编码为该模拟河网栅格的河网编码,最后按照子流域编码对内流河流域进行子流域划分,即相同子流域编码为同一子流域,不同子流域编码为不同子流域,从而实现内流河流域子流域划分,如图7所示,共划分得到18个子流域。Step S90, taking each simulated river network grid as a starting point, trace the source of the non-simulated river network grid according to the grid flow direction, find all the non-river network grids imported into the current simulated river network grid, and set the search The sub-watershed codes of the obtained non-river network grids are the river network codes of the simulated river network grids, and finally divide the inland river basins into sub-watersheds according to the sub-watershed codes, that is, the same sub-watershed codes are the same sub-watershed, and The sub-basins are coded into different sub-basins, so as to realize the sub-basin division of inland river basins. As shown in Figure 7, a total of 18 sub-basins are obtained.
本发明并不局限于上述最佳实施方式,任何人应该得知在本发明的启示下做出的结构变化,凡是与本发明具有相同或相近的技术方案,均落入本发明的保护范围之内。The present invention is not limited to the above-mentioned best implementation mode, and anyone should know that the structural changes made under the inspiration of the present invention, all technical solutions that are identical or similar to the present invention, all fall within the scope of protection of the present invention Inside.
Claims (8)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201811313462.3A CN109472868B (en) | 2018-11-06 | 2018-11-06 | A sub-basin division method for inland river basins |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201811313462.3A CN109472868B (en) | 2018-11-06 | 2018-11-06 | A sub-basin division method for inland river basins |
Publications (2)
Publication Number | Publication Date |
---|---|
CN109472868A CN109472868A (en) | 2019-03-15 |
CN109472868B true CN109472868B (en) | 2019-10-18 |
Family
ID=65672294
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201811313462.3A Active CN109472868B (en) | 2018-11-06 | 2018-11-06 | A sub-basin division method for inland river basins |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN109472868B (en) |
Families Citing this family (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110147423B (en) * | 2019-05-21 | 2021-06-25 | 中国科学院南京地理与湖泊研究所 | An automatic watershed division method for inner-flow lake basins based on lake confluence relationship |
CN110717251B (en) * | 2019-09-19 | 2020-11-24 | 中国水利水电科学研究院 | A sub-basin division method of distributed hydrological model considering multiple elements |
CN112650827B (en) * | 2020-12-31 | 2023-11-21 | 北京师范大学 | Watershed and river coding method and device based on Strahler classification |
CN113128009B (en) * | 2021-04-27 | 2021-12-07 | 中国水利水电科学研究院 | Sub-basin unit division method considering mountain area plain landform difference |
CN112906252B (en) * | 2021-04-27 | 2021-12-07 | 中国水利水电科学研究院 | Sub-basin dividing method considering lake reservoir range |
CN116126983A (en) * | 2022-12-10 | 2023-05-16 | 黄河水利委员会黄河水利科学研究院 | Method for determining multi-stage drainage basin outlet position based on DEM |
CN118468554B (en) * | 2024-05-09 | 2024-12-20 | 兰州大学 | Coastal river basin automatic nesting and dividing method considering islands |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102915227A (en) * | 2012-09-03 | 2013-02-06 | 南京师范大学 | Parallel method for large-area drainage basin extraction |
CN102915547A (en) * | 2012-10-12 | 2013-02-06 | 吴立新 | Catchment area dividing method based on triangle patch |
CN105160658A (en) * | 2015-08-10 | 2015-12-16 | 南京师范大学 | Ridge line extraction method based on subbasin boundaries and flow path characteristics |
CN108090164A (en) * | 2017-12-13 | 2018-05-29 | 武汉大学 | A kind of basin large scale calculates the coding method of magnanimity grid |
CN108399309A (en) * | 2018-03-16 | 2018-08-14 | 中国水利水电科学研究院 | A kind of watershed partitioning method of large scale complex topographic area hydrological distribution model |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7249257B2 (en) * | 2001-03-05 | 2007-07-24 | Digimarc Corporation | Digitally watermarked maps and signs and related navigational tools |
US9117305B2 (en) * | 2012-06-29 | 2015-08-25 | Weyerhaeuser Nr Company | Method and apparatus for deriving stream network vectors from digital elevation map data |
-
2018
- 2018-11-06 CN CN201811313462.3A patent/CN109472868B/en active Active
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102915227A (en) * | 2012-09-03 | 2013-02-06 | 南京师范大学 | Parallel method for large-area drainage basin extraction |
CN102915547A (en) * | 2012-10-12 | 2013-02-06 | 吴立新 | Catchment area dividing method based on triangle patch |
CN105160658A (en) * | 2015-08-10 | 2015-12-16 | 南京师范大学 | Ridge line extraction method based on subbasin boundaries and flow path characteristics |
CN108090164A (en) * | 2017-12-13 | 2018-05-29 | 武汉大学 | A kind of basin large scale calculates the coding method of magnanimity grid |
CN108399309A (en) * | 2018-03-16 | 2018-08-14 | 中国水利水电科学研究院 | A kind of watershed partitioning method of large scale complex topographic area hydrological distribution model |
Non-Patent Citations (3)
Title |
---|
《Coding of watershed and river hierarchy to support GIS-based hydrological analyses at different scales》;HORHAN T;《Computers & Geosciences》;20091231;第35卷(第3期);第688-696页 * |
《基于DEM 河网干支拓扑关系的子流域编码规则》;刘佳嘉 等;《河海大学学报(自然科学版)》;20130731;第41卷(第4期);第288-293页 * |
《基于DEM与实测河网的流域编码方法》;罗翔宇 等;《水科学进展》;20060331;第17卷(第2期);第259-264页 * |
Also Published As
Publication number | Publication date |
---|---|
CN109472868A (en) | 2019-03-15 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN109472868B (en) | A sub-basin division method for inland river basins | |
CN110717251B (en) | A sub-basin division method of distributed hydrological model considering multiple elements | |
CN105138722A (en) | Digital river-lake network based method for dividing water collection unit of river basin of plain river network region | |
CN103092572B (en) | The parallel method of distributing numerical control under a kind of cluster environment | |
CN108399309A (en) | A kind of watershed partitioning method of large scale complex topographic area hydrological distribution model | |
CN109815611B (en) | Basin boundary generating method based on digital basin | |
CN108804804A (en) | A kind of big quantity sub-basin fast encoding method based on the digital network of waterways | |
CN104899865B (en) | Mountain range line drawing method based on Gaussian scale-space | |
CN111680171B (en) | A construction method of river system flood forecasting scheme based on thematic knowledge map | |
CN102902844A (en) | Sub-water basin partitioning method based on DEM (Dynamic Effect Model) data with large data quantity | |
CN106981092B (en) | Priority-Flood-based internal flow domain extraction method | |
CN109840260A (en) | A kind of extensive real-time rainfall automatic Observation station ranked data processing method based on dynamic interpolation | |
CN106780737A (en) | A kind of method that utilization digital elevation model calculates Geomorphologic Instantaneous Unit Hydrograph probability | |
CN106897519A (en) | A kind of inland lake gathering ground demarcation method based on DEM | |
CN115964855B (en) | Sub-watershed dividing method based on water engineering and hydrologic station | |
CN106897529A (en) | Sub-basin based on sewage network topological relation confluxes calculation order computational methods | |
CN107944102A (en) | The grid joining method of basin large scale Complex River | |
CN114648617A (en) | Water system extraction method based on digital elevation model DEM | |
CN109388891B (en) | Super-large-scale virtual river network extraction and confluence method | |
CN110766792A (en) | Grid calculation order coding method based on ArcGIS hydrological analysis tool | |
CN117725065A (en) | A method for sub-basin division of distributed hydrological model considering multiple elements | |
CN112231993B (en) | Channel cross section generalization method and device based on Classification-Puck | |
CN109697521A (en) | Method based on arbitrary cross-section building flood forecasting scheme | |
CN107276807B (en) | Hierarchical network community tree pruning method based on community dynamic compactness | |
CN117473103B (en) | Flood forecasting method, system, storage medium and equipment based on knowledge graph |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |