CN110852474B - Land water reserve prediction method, device and equipment based on decision tree algorithm - Google Patents

Land water reserve prediction method, device and equipment based on decision tree algorithm Download PDF

Info

Publication number
CN110852474B
CN110852474B CN201910904377.2A CN201910904377A CN110852474B CN 110852474 B CN110852474 B CN 110852474B CN 201910904377 A CN201910904377 A CN 201910904377A CN 110852474 B CN110852474 B CN 110852474B
Authority
CN
China
Prior art keywords
information
surface parameter
parameter information
decision tree
land
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
Application number
CN201910904377.2A
Other languages
Chinese (zh)
Other versions
CN110852474A (en
Inventor
荆文龙
刘杨晓月
李勇
杨骥
夏小琳
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangzhou Institute of Geography of GDAS
Original Assignee
Guangzhou Institute of Geography of GDAS
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Guangzhou Institute of Geography of GDAS filed Critical Guangzhou Institute of Geography of GDAS
Priority to CN201910904377.2A priority Critical patent/CN110852474B/en
Publication of CN110852474A publication Critical patent/CN110852474A/en
Application granted granted Critical
Publication of CN110852474B publication Critical patent/CN110852474B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/04Forecasting or optimisation specially adapted for administrative or management purposes, e.g. linear programming or "cutting stock problem"
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical operations
    • G06F17/18Complex mathematical operations for evaluating statistical data, e.g. average values, frequency distributions, probability functions, regression analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/24Classification techniques
    • G06F18/243Classification techniques relating to the number of classes
    • G06F18/24323Tree-organised classifiers

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • General Engineering & Computer Science (AREA)
  • Mathematical Physics (AREA)
  • Mathematical Optimization (AREA)
  • Pure & Applied Mathematics (AREA)
  • Operations Research (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Evolutionary Biology (AREA)
  • Mathematical Analysis (AREA)
  • Economics (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Human Resources & Organizations (AREA)
  • Strategic Management (AREA)
  • Computational Mathematics (AREA)
  • Game Theory and Decision Science (AREA)
  • Marketing (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Development Economics (AREA)
  • Evolutionary Computation (AREA)
  • Probability & Statistics with Applications (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Algebra (AREA)
  • Artificial Intelligence (AREA)
  • Databases & Information Systems (AREA)
  • Software Systems (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention provides a land water reserve prediction method, a land water reserve prediction device and land water reserve prediction equipment based on a decision tree algorithm, wherein the land water reserve prediction method comprises the following steps: acquiring surface parameter information, land water reserve information and the spatial resolution of the land water reserve information; resampling the ground surface parameter information by reducing the spatial resolution to obtain first ground surface parameter information; constructing a decision tree regression model based on the first surface parameter information and the land water reserve information; acquiring target earth surface parameter information within the time to be predicted, and resampling the target earth surface parameter information to reduce the spatial resolution to obtain second earth surface parameter information; and inputting the second surface parameter information into the decision tree regression model to obtain land water storage quantity information corresponding to the target surface parameter information within the time to be predicted. Compared with the prior art, the method and the device can realize accurate prediction of the land water reserve information in the historical period, and further obtain the land water reserve dynamic change data of a long-time sequence.

Description

Land water reserve prediction method, device and equipment based on decision tree algorithm
Technical Field
The invention relates to the technical field of geographic information, in particular to a land water reserve prediction method, a land water reserve prediction device and land water reserve prediction equipment based on a decision tree algorithm.
Background
The earth is a dynamic system which changes along with time and space, and the redistribution of the mass of the earth system can cause the change of the earth gravity field at different time scales. Thus, material migration and exchange can be understood using gravity observations. In the research of substance migration, the land water reserves have great significance to global climate change, economic development and human life.
However, due to the limitation of the early scientific development level, a gravity satellite cannot be transmitted, and the change of the earth gravity field is detected by using the gravity satellite, so that the land water storage information in the historical period cannot be acquired, and the problem of researching the dynamic change of the land water storage of a long-time sequence is brought.
Disclosure of Invention
In order to overcome the problems in the related art, the embodiment of the invention provides a land water reserve prediction method, a land water reserve prediction device and land water reserve prediction equipment based on a decision tree algorithm.
According to a first aspect of the embodiments of the present invention, there is provided a land water reserve prediction method based on a decision tree algorithm, including the following steps:
acquiring surface parameter information, land water reserve information and the spatial resolution of the land water reserve information; the earth surface parameter information comprises river basin earth surface information, elevation data information and climate partition information;
resampling the land surface parameter information by reducing the spatial resolution to obtain first land surface parameter information, wherein the spatial resolution of the first land surface parameter information is the same as the spatial resolution of the land water storage information;
constructing a decision tree regression model based on the first surface parameter information and the land water reserve information, and establishing a nonlinear mapping relation between the first surface parameter information and the land water reserve information through the decision tree regression model; the first surface parameter information is used as an input sample of the decision tree regression model, and the land water reserve information is an output sample of the decision tree regression model;
acquiring target surface parameter information within the time to be predicted, and resampling the target surface parameter information by reducing the spatial resolution to obtain second surface parameter information, so that the spatial resolution of the second surface parameter information is the same as the spatial resolution of the land water storage information;
and inputting the second surface parameter information into the decision tree regression model to obtain land water storage quantity information corresponding to the target surface parameter information within the time to be predicted.
According to a second aspect of the embodiments of the present invention, there is provided a land water reserve prediction apparatus based on a decision tree algorithm, including:
the acquisition unit is used for acquiring surface parameter information, land water reserve information and the spatial resolution of the land water reserve information; the earth surface parameter information comprises river basin earth surface information, elevation data information and climate partition information;
the first resampling unit is used for resampling the land surface parameter information by reducing the spatial resolution to obtain first land surface parameter information, so that the spatial resolution of the first land surface parameter information is the same as the spatial resolution of the land water storage information;
the construction unit is used for constructing a decision tree regression model based on the first surface parameter information and the land water reserve information, and establishing a nonlinear mapping relation between the first surface parameter information and the land water reserve information through the decision tree regression model; the first surface parameter information is used as an input sample of the decision tree regression model, and the land water reserve information is an output sample of the decision tree regression model;
the second resampling unit is used for acquiring target surface parameter information within the time to be predicted, and resampling the target surface parameter information to reduce the spatial resolution to obtain second surface parameter information, so that the spatial resolution of the second surface parameter information is the same as the spatial resolution of the land water storage information;
and the confirming unit is used for inputting the second surface parameter information into the decision tree regression model to obtain land water storage amount information corresponding to the target surface parameter information within the time to be predicted.
According to a third aspect of the embodiments of the present invention, there is provided a decision tree algorithm-based land water reserve prediction device, comprising a memory, a processor and a computer program stored in the memory and operable on the processor, wherein the processor, when executing the computer program, implements the steps of the decision tree algorithm-based land water reserve prediction method according to the first aspect
According to a fourth aspect of embodiments of the present invention, there is provided a computer-readable storage medium storing a computer program which, when executed by a processor, implements the steps of the decision tree algorithm-based land water reserve prediction method according to the first aspect.
The method comprises the steps of obtaining surface parameter information, land water reserve information and the spatial resolution of the land water reserve information; the earth surface parameter information comprises river basin earth surface information, elevation data information and climate partition information; resampling the land surface parameter information by reducing the spatial resolution to obtain first land surface parameter information, wherein the spatial resolution of the first land surface parameter information is the same as the spatial resolution of the land water storage information; constructing a decision tree regression model based on the first surface parameter information and the land water reserve information, and establishing a nonlinear mapping relation between the first surface parameter information and the land water reserve information through the decision tree regression model; the first surface parameter information is used as an input sample of the decision tree regression model, and the land water reserve information is an output sample of the decision tree regression model; acquiring target surface parameter information within the time to be predicted, and resampling the target surface parameter information by reducing the spatial resolution to obtain second surface parameter information, so that the spatial resolution of the second surface parameter information is the same as the spatial resolution of the land water storage information; and inputting the second surface parameter information into the decision tree regression model to obtain land water storage quantity information corresponding to the target surface parameter information within the time to be predicted. According to the technical scheme, the influence of various land water reserve information on the land water reserve information is comprehensively considered, a nonlinear mapping relation model of the land water reserve information and the land parameter information is established based on the existing land water reserve information and the land parameter information, the land parameter information in the historical period is applied to the model, the land water reserve information in the historical period can be accurately predicted, and then the land water reserve dynamic change data of a long-time sequence can be obtained.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the invention, as claimed.
For a better understanding and practice, the invention is described in detail below with reference to the accompanying drawings.
Drawings
FIG. 1 is a flow chart diagram illustrating a land water reserve prediction method based on a decision tree algorithm according to a first exemplary embodiment of the present invention;
fig. 2 is a schematic flow chart of S103 in a land water reserve prediction method based on a decision tree algorithm according to a first exemplary embodiment of the present invention;
FIG. 3 is a flow chart of a land water reserve prediction method based on a decision tree algorithm according to a second exemplary embodiment of the present invention;
FIG. 4 is a schematic diagram of a land water reserve prediction device based on a decision tree algorithm according to an exemplary embodiment of the present invention;
fig. 5 is a schematic structural diagram of a land water reserve prediction device based on a decision tree algorithm according to an exemplary embodiment of the present invention.
Detailed Description
Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The embodiments described in the following exemplary embodiments do not represent all embodiments consistent with the present invention. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the invention, as detailed in the appended claims.
The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in this specification and the appended claims, the singular forms "a", "an", and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It should also be understood that the term "and/or" as used herein refers to and encompasses any and all possible combinations of one or more of the associated listed items.
It is to be understood that although the terms first, second, third, etc. may be used herein to describe various information, these information should not be limited to these terms. These terms are only used to distinguish one type of information from another. For example, first information may also be referred to as second information, and similarly, second information may also be referred to as first information, without departing from the scope of the present invention. The word "if/if" as used herein may be interpreted as "at … …" or "when … …" or "in response to a determination", depending on the context.
Referring to fig. 1, fig. 1 is a flowchart illustrating a land water storage prediction method based on a decision tree algorithm according to a first exemplary embodiment of the present invention. The main execution body of the mobile application configuration method of the embodiment is a land water reserve prediction device, and the land water reserve prediction method based on the decision tree algorithm shown in fig. 1 may include:
s101: acquiring surface parameter information, land water reserve information and the spatial resolution of the land water reserve information; the surface parameter information comprises river basin surface information, elevation data information and climate partition information.
The land water reserve predicting equipment acquires the land surface parameter information, the land water reserve information and the spatial resolution of the land water reserve information. The land water reserve information comprises underground water reserve, river water reserve, lake water reserve, glacier water reserve, soil water reserve and the like. In 2002, a gravity satellite Grace was developed and launched, which can accurately estimate the land water reserve information after 2002 by monitoring the change of the earth's gravity, but since the monitoring capability of the land water reserve is limited in the early years, the land water reserve information before 2002 is difficult to be accurately estimated, and thus, the land water reserve information is known after 2002.
The spatial resolution of the land water reserve information refers to the minimum distance between two objects which can be identified on the satellite remote sensing image, and is simply the minimum unit for distinguishing the land water reserve information. In the present embodiment, the spatial resolution of the land-water reserve information is represented by a ° × b °, where a ° represents longitude and b ° represents latitude. For example: 0.01 ° × 0.01 ° indicates a cell formed by 0.01 longitude × 0.01 latitude as the minimum cell that the land water reserve information can be resolved, and 1 ° × 1 ° indicates a cell formed by 1 longitude × 1 latitude as the minimum cell that the land water reserve information can be resolved. In the embodiment, the spatial resolution of the land water reserve information is 0.5 degrees multiplied by 0.5 degrees and 0.5 degrees multiplied by 0.5 degrees, so that the monitoring precision is ensured, the calculation amount is reasonably reduced, and the algorithm efficiency is improved.
The surface parameter information comprises river basin surface information, elevation data information and climate partition information. The watershed land surface information comprises 33 variable information, such as net short wave radiation flux, net long wave radiation flux, net latent heat flux, net sensible heat flux, snowfall ratio, precipitation ratio, evapotranspiration, rainstorm surface runoff speed, base flow underground water runoff speed, snow melting speed, snow surface temperature, surface average temperature, snow depth equivalent, snow depth, land surface soil humidity, vegetation root soil humidity, section soil humidity, canopy water evaporation rate, transpiration rate, bare soil direct evaporation rate, vegetation canopy surface water storage amount, snow evaporation rate, pneumatic conductivity, watershed water storage amount, underground water storage amount, wind speed, total precipitation rate, temperature, specific humidity, air pressure, descending short wave radiation, descending long wave radiation and the like. The Elevation data information is a Digital Elevation Model (DEM) that represents digitized Elevation information of the terrain on the ground. The climate partition information is obtained by dividing a target area into a plurality of small areas with similar climate characteristics based on the principle of climate decision and the requirement of production and construction. The land surface parameter information has direct or indirect influence on land water reserve information, and is also the land surface parameter information after 2002.
S102: and resampling the land surface parameter information by reducing the spatial resolution to obtain first land surface parameter information, wherein the spatial resolution of the first land surface parameter information is the same as the spatial resolution of the land water storage information.
And the land water reserve predicting equipment performs resampling on the land surface parameter information for reducing the spatial resolution to obtain first land surface parameter information, so that the spatial resolution of the first land surface parameter information is the same as the spatial resolution of the land water reserve information. In the field of remote sensing, resampling refers to a process of extracting a low-resolution image from a high-resolution remote sensing image, common resampling methods include a nearest neighbor interpolation method, a bilinear interpolation method and a cubic convolution interpolation method, and high-resolution data can form low-resolution data through resampling so as to match requirements on data resolution in numerous processing scenes. In this embodiment, the spatial resolution of each piece of surface parameter information is different and is different from the spatial resolution of the land water storage information, so that the spatial resolution of each piece of surface parameter information is converted into the same as the spatial resolution of the land water storage information by adopting a resampling method, and the spatial resolutions are kept consistent.
In addition, the land-water reserve predicting device may further adjust time resolutions of the first surface parameter information and the land-water reserve information, so that the time resolutions of the first surface parameter information and the land-water reserve information are kept consistent, for example, the first surface parameter information is the first surface parameter information of each day, and the land-water reserve information is also the land-water reserve information of each day, and a specific time resolution is not limited in this embodiment.
S103: constructing a decision tree regression model based on the first surface parameter information and the land water reserve information, and establishing a nonlinear mapping relation between the first surface parameter information and the land water reserve information through the decision tree regression model; the first surface parameter information is used as an input sample of the decision tree regression model, and the land water reserve information is an output sample of the decision tree regression model.
The decision tree algorithm belongs to the category of supervised learning in machine learning, and is simply a tree structure for decision making. The decision tree can be constructed based on an ID3 algorithm, a C4.5 algorithm, a CART algorithm and the like, wherein the C4.5 algorithm and the CART algorithm are derived from an ID3 algorithm. In this embodiment, a CART algorithm is selected to construct a decision tree, and the formed tree is called a CART tree. The land water reserve predicting equipment builds a decision tree regression model based on the first surface parameter information and the land water reserve information, and establishes a nonlinear mapping relation between the first surface parameter information and the land water reserve information through the decision tree regression model; the first surface parameter information is used as an input sample of the decision tree regression model, and the land water reserve information is an output sample of the decision tree regression model.
Further, to establish the decision tree regression model, S103 may include S1031 to S1032, as shown in fig. 2, where S1031 to S1032 are specifically as follows:
s1031: determining the earth surface parameter information as a division variable of the decision tree; wherein the partitioning variable partitions the node in the decision tree into two child nodes.
And determining the land surface parameter information as a division variable of the decision tree by land water storage equipment. The dividing variable divides the nodes in the decision tree into two sub-nodes. The key point of constructing the CART tree is how to select the optimal partition variable of the current node and the optimal value corresponding to the optimal partition variable from the partition variables and partition the sample data in the current node, so that the sample data in the two partitioned child nodes has the maximum sample difference.
S1032: based on sample data, calculating an optimal partition variable of each node in a decision tree and an optimal value corresponding to the optimal partition variable, and constructing a decision tree regression model; the sample data comprises the first surface parameter information and corresponding land water reserve information, and the calculation formulas of the optimal division variable and the optimal value are as follows:
Δi(s,t)=i(t)-pLi(tL)-pRi(tR)
Figure GDA0002570663640000061
Figure GDA0002570663640000062
Δ i (s, t) denotes the division of a node t into sub-nodes t with a division variable sLAnd tRAfter that, tLInner sample data and tRThe difference value between the internal sample data, and the division variable s corresponding to the maximum difference value is the optimal division of the node tDividing variables, wherein the value of the dividing variable s corresponding to the maximum difference value is an optimal value; n is a radical oftRepresenting the number of sample data in the node t; n is a radical oftLRepresents a child node tLThe number of internal sample data; y isiLand-water reserve information representing the ith sample data in the node t,yrepresents the arithmetic mean of the land-water reserve information of all sample data in the node t. In this embodiment, a traversal method is adopted to traverse all the partition variables not used for partitioning the nodes to obtain the optimal partition variable and the corresponding optimal value, so that the data nodes in the child nodes have the maximum sample difference, even if the value of Δ i (s, t) is the maximum.
The data nodes in the nodes can be divided into two subtrees when an optimal division variable and a corresponding optimal value are selected, the nodes are continuously divided more finely by selecting different surface parameter information as the optimal division variable, and finally a CART decision tree is obtained
S104: and acquiring target surface parameter information within the time to be predicted, and resampling the target surface parameter information for reducing the spatial resolution to obtain second surface parameter information, so that the spatial resolution of the second surface parameter information is the same as the spatial resolution of the land water storage information.
The land water storage prediction device acquires target land surface parameter information within the time to be predicted, resampling the target land surface parameter information for reducing the spatial resolution to obtain second land surface parameter information, and enabling the spatial resolution of the second land surface parameter information to be the same as that of the land water storage information. The time to be predicted needs to meet the requirement that only the surface parameter information exists in the time, and no land water storage information exists. In this embodiment, the spatial resolution of each target surface parameter information is different and different from the spatial resolution of the sample for establishing the decision tree regression model, so that the spatial resolution of each target surface parameter information is converted into the same as the spatial resolution of the sample for establishing the decision tree regression model by using the resampling method, so that the spatial resolutions are kept consistent.
S105: and inputting the second surface parameter information into the decision tree regression model to obtain land water storage quantity information corresponding to the target surface parameter information within the time to be predicted.
And the land water reserves predicting equipment inputs the second land parameter information into the decision tree regression model, namely, the second land parameter information is input into the decision tree, the second land parameter information is transmitted downwards in the decision tree, and if the second land parameter information is in the decision tree and finally reaches a leaf node C, the arithmetic mean value of land water reserves represented by all data nodes in the node C is the land water reserve information corresponding to the target land parameter information within the time to be predicted.
According to the scheme, the influence of various kinds of surface parameter information on the land water reserve information is comprehensively considered, a nonlinear mapping relation model of the land water reserve information and the surface parameter information is established based on a decision tree algorithm, the surface parameter information in the time to be predicted is applied to the model, accurate prediction of the land water reserve information in the time to be predicted is achieved, long-time sequence land water reserve dynamic change data can be established based on the prediction data, and then related research work on the land water reserve is promoted.
Referring to fig. 3, fig. 3 is a flowchart illustrating a land water storage prediction method based on a decision tree algorithm according to a second exemplary embodiment of the present invention. The main execution body of the mobile application configuration method of the embodiment is a land water reserve prediction device, and the land water reserve prediction method based on the decision tree algorithm shown in fig. 3 may include:
s201: acquiring surface parameter information, land water reserve information and the spatial resolution of the land water reserve information; the surface parameter information comprises river basin surface information, elevation data information and climate partition information.
S202: and resampling the land surface parameter information by reducing the spatial resolution to obtain first land surface parameter information, wherein the spatial resolution of the first land surface parameter information is the same as the spatial resolution of the land water storage information.
S203: calculating first average value information of the first surface parameter information; the first average value information is an average value of the first surface parameter information in a preset time period.
S204: calculating second average value information of the land water reserve information; and the second average value information is the average value of the land water storage amount information in a preset time period.
S205: constructing a decision tree regression model based on the first average information and the second average information, and establishing a nonlinear mapping relation of the first average information and the second average information through the decision tree regression model; the first average value information is used as an input sample of the decision tree regression model, and the second average value information is used as an output sample of the decision tree regression model.
S206: and acquiring target surface parameter information within the time to be predicted, and resampling the target surface parameter information for reducing the spatial resolution to obtain second surface parameter information, so that the spatial resolution of the second surface parameter information is the same as the spatial resolution of the land water storage information.
S207: calculating third average value information of the second surface parameter information; and the third average value information is an average value of the second surface parameter information in a preset time period.
S208: and inputting the third average value information into the decision tree regression model to obtain land water reserve information corresponding to the target land surface parameter information within the time to be predicted.
The difference between this embodiment and the first exemplary embodiment is that steps S203 to S205 and S207 to S208, steps S201 to S202 refer to the relevant description of steps S101 to S102, and step S206 refers to the relevant description of step S104, which are not described herein again, and steps S203 to S205 and S207 to S208 are specifically as follows:
s203: calculating first average value information of the first surface parameter information; the first average value information is an average value of the first surface parameter information in a preset time period.
The land-water reserve predicting device calculates first average value information of the first surface parameter information. The first average value information is an average value of the first surface parameter information in a preset time period. The preset time period may be any reasonable time period, such as daily, weekly, monthly or yearly, in this embodiment, the preset time period is set to be monthly, and the first average value information is an average value of the first surface parameter information in each month. For example, assuming that the first surface parameter information obtained in step S202 is the first surface parameter information for each day in 2003 to 2018, the first surface parameter information for each day in 2003 to 2018 is divided according to the natural months, and an arithmetic mean of all the first surface parameter information in each natural month is calculated, that is, the first mean information.
S204: calculating second average value information of the land water reserve information; and the second average value information is the average value of the land water storage amount information in a preset time period.
The land-water reserve predicting device calculates second average value information of the land-water reserve information. Wherein the second average value information is an average value of the land water storage amount information within a preset time period. The preset time period may be any reasonable time period such as daily, weekly, monthly or yearly, in this embodiment, the preset time period is set to be monthly, and the second average value information is an average value of the inland water storage amount information per month. For example, assuming that the land-water storage information obtained in step S201 is the daily land-water storage information in 2003 to 2018, the daily land-water storage information in 2003 to 2018 is divided according to the natural months, and an arithmetic mean of all the land-water storage information in each natural month is calculated, that is, the second mean information.
S205: constructing the decision tree regression model based on the first average value information and the second average value information, and establishing a nonlinear mapping relation between the first surface parameter information and the land water reserve information through the decision tree regression model; and the first average value information is used as an input sample of the decision tree regression model, and the second average value information is used as an output sample of the decision tree regression model.
The land water reserve predicting equipment constructs the decision tree regression model based on the first average value information and the second average value information, and establishes a nonlinear mapping relation between the first surface parameter information and the land water reserve information through the decision tree regression model; and the first average value information is used as an input sample of the decision tree regression model, and the second average value information is used as an output sample of the decision tree regression model. In this embodiment, the decision tree regression model is constructed in the same manner as described in step S103, and the CART decision tree is constructed.
By calculating the first average value information and the second average value information, the time resolution of the land water storage information and the time resolution of the first surface parameter information can be adjusted, so that the time resolutions of the land water storage information and the first surface parameter information are kept consistent, and meanwhile, as the land water storage information and the first surface parameter information are possibly mass data, the operation can reduce the total amount of data, maintain the validity of the data and be beneficial to the construction of a decision tree regression model.
S207: calculating third average value information of the second surface parameter information; and the third average value information is an average value of the second surface parameter information in a preset time period.
The land and water storage prediction device calculates a third average value of the second surface parameter information. And the third average value information is the average value of the second surface parameter information in a preset time period. The preset time period may be any reasonable time period, such as daily, weekly, monthly or yearly, in this embodiment, the preset time period is set to be monthly, and the first average value information is an average value of the second geographic parameter information within each month. For example, assuming that the second surface parameter information obtained in step S206 is the first surface parameter information every day from 1990 to 2001, the second surface parameter information every day from 1990 to 2001 is divided according to the natural month, and an arithmetic average of all the second surface parameter information in each natural month is calculated, that is, the third average information.
S208: and inputting the third average value information into the decision tree regression model to obtain land water reserve information corresponding to the target land surface parameter information within the time to be predicted.
And inputting the third average value information into the decision tree regression model by the land water reserve predicting device, wherein the third average value information is transmitted downwards in the decision tree, and assuming that the third average value information is in the ith decision tree and finally reaches the leaf node C, the arithmetic average value of the land water reserve represented by all the data nodes in the node C is the land water reserve information corresponding to the target surface parameter information within the time to be predicted.
And the time resolution of the second surface parameter information, the first surface parameter information and the land water storage information can be adjusted by calculating the third average value information of the second surface parameter information, so that the time resolution of the second surface parameter information, the first surface parameter information and the land water storage information is kept consistent, and the prediction result of the land water storage information in the time to be predicted is more accurate.
Referring to fig. 4, fig. 4 is a schematic structural diagram of a land water reserve prediction device based on a decision tree algorithm according to an exemplary embodiment of the present invention. The included units are used for executing steps in the embodiments corresponding to fig. 1 to fig. 3, and refer to the related descriptions in the embodiments corresponding to fig. 1 to fig. 3. For convenience of explanation, only the portions related to the present embodiment are shown. Referring to fig. 4, the decision tree algorithm-based land water reserve prediction apparatus 4 includes:
the acquisition unit 310 is used for acquiring surface parameter information, land water reserve information and the spatial resolution of the land water reserve information; the earth surface parameter information comprises river basin earth surface information, elevation data information and climate partition information;
the first resampling unit 320 is configured to perform resampling for reducing spatial resolution on the surface parameter information to obtain first surface parameter information, so that the spatial resolution of the first surface parameter information is the same as the spatial resolution of the land water storage information;
a constructing unit 330, configured to construct a decision tree regression model based on the first surface parameter information and the land water reserve information, and establish a nonlinear mapping relationship between the first surface parameter information and the land water reserve information through the decision tree regression model; the first surface parameter information is used as an input sample of the decision tree regression model, and the land water reserve information is an output sample of the decision tree regression model;
the second resampling unit 340 is configured to obtain target surface parameter information within a time to be predicted, and perform resampling for reducing spatial resolution on the target surface parameter information to obtain second surface parameter information, so that the spatial resolution of the second surface parameter information is the same as the spatial resolution of the land water storage information;
and the determining unit 350 is configured to input the second surface parameter information into the decision tree regression model to obtain land water storage amount information corresponding to the target surface parameter information within the time to be predicted.
Referring to fig. 5, fig. 5 is a schematic diagram of a land water reserve prediction apparatus according to an embodiment of the present invention. As shown in fig. 5, the land-water reserve predicting apparatus 4 of this embodiment includes: a processor 400, a memory 410, and a computer program 420, such as a land water reserve prediction program based on a decision tree algorithm, stored in the memory 410 and operable on the processor 400. The processor 400, when executing the computer program 420, implements the steps in each of the above embodiments of the decision tree algorithm-based land water reserve prediction method, such as the steps S101 to S105 shown in fig. 1. Alternatively, the processor 400, when executing the computer program 420, implements the functions of the modules/units in the above-mentioned device embodiments, such as the functions of the modules 310 to 350 shown in the figure.
Illustratively, the computer program 420 may be partitioned into one or more modules/units that are stored in the memory 410 and executed by the processor 400 to implement the present invention. The one or more modules/units may be a series of computer program instruction segments capable of performing specific functions for describing the execution process of the computer program 420 in the land water reserve prediction apparatus 4. For example, the computer program 420 may be divided into an acquisition unit, a first resampling unit, a construction unit, a second resampling unit, and a determination unit, each unit having the following specific functions:
the acquisition unit is used for acquiring surface parameter information, land water reserve information and the spatial resolution of the land water reserve information; the earth surface parameter information comprises river basin earth surface information, elevation data information and climate partition information;
the first resampling unit is used for resampling the land surface parameter information by reducing the spatial resolution to obtain first land surface parameter information, so that the spatial resolution of the first land surface parameter information is the same as the spatial resolution of the land water storage information;
the construction unit is used for constructing a decision tree regression model based on the first surface parameter information and the land water reserve information, and establishing a nonlinear mapping relation between the first surface parameter information and the land water reserve information through the decision tree regression model; the first surface parameter information is used as an input sample of the decision tree regression model, and the land water reserve information is an output sample of the decision tree regression model;
the second resampling unit is used for acquiring target surface parameter information within the time to be predicted, and resampling the target surface parameter information to reduce the spatial resolution to obtain second surface parameter information, so that the spatial resolution of the second surface parameter information is the same as the spatial resolution of the land water storage information;
and the confirming unit is used for inputting the second surface parameter information into the decision tree regression model to obtain land water storage amount information corresponding to the target surface parameter information within the time to be predicted.
The land water reserve prediction apparatus 4 may include, but is not limited to, a processor 400, a memory 410. Those skilled in the art will appreciate that fig. 5 is merely an example of the land water reserve predicting device 4, and does not constitute a limitation of the land water reserve predicting device 4, and may include more or less components than those shown, or combine certain components, or different components, for example, the land water reserve predicting device 4 may further include an input-output device, a network access device, a bus, etc.
The Processor 400 may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), an off-the-shelf Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic, discrete hardware components, etc. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The memory 410 may be an internal storage unit of the land water reserve prediction apparatus 5, such as a hard disk or a memory of the land water reserve prediction apparatus 4. The memory 410 may also be an external storage device of the land water storage amount prediction device 4, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash Card (Flash Card), or the like, provided on the land water storage amount prediction device 4. Further, the memory 410 may also include both an internal storage unit and an external storage device of the land-water storage amount prediction device 4. The memory 410 is used to store the computer program and other programs and data required by the land water reserve prediction apparatus. The memory 410 may also be used to temporarily store data that has been output or is to be output.
It will be apparent to those skilled in the art that, for convenience and brevity of description, only the above-mentioned division of the functional units and modules is illustrated, and in practical applications, the above-mentioned function distribution may be performed by different functional units and modules according to needs, that is, the internal structure of the apparatus is divided into different functional units or modules to perform all or part of the above-mentioned functions. Each functional unit and module in the embodiments may be integrated in one processing unit, or each unit may exist alone physically, or two or more units are integrated in one unit, and the integrated unit may be implemented in a form of hardware, or in a form of software functional unit. In addition, specific names of the functional units and modules are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present application. The specific working processes of the units and modules in the system may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the above embodiments, the descriptions of the respective embodiments have respective emphasis, and reference may be made to the related descriptions of other embodiments for parts that are not described or illustrated in a certain embodiment.
Those of ordinary skill in the art will appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
In the embodiments provided in the present invention, it should be understood that the disclosed apparatus/terminal device and method may be implemented in other ways. For example, the above-described embodiments of the apparatus/terminal device are merely illustrative, and for example, the division of the modules or units is only one logical division, and there may be other divisions when actually implemented, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated modules/units, if implemented in the form of software functional units and sold or used as separate products, may be stored in a computer readable storage medium. Based on such understanding, all or part of the flow of the method according to the embodiments of the present invention may also be implemented by a computer program, which may be stored in a computer-readable storage medium, and when the computer program is executed by a processor, the steps of the method embodiments may be implemented. . Wherein the computer program comprises computer program code, which may be in the form of source code, object code, an executable file or some intermediate form, etc. The computer-readable medium may include: any entity or device capable of carrying the computer program code, recording medium, usb disk, removable hard disk, magnetic disk, optical disk, computer Memory, Read-Only Memory (ROM), Random Access Memory (RAM), electrical carrier wave signals, telecommunications signals, software distribution medium, and the like. It should be noted that the computer readable medium may contain content that is subject to appropriate increase or decrease as required by legislation and patent practice in jurisdictions, for example, in some jurisdictions, computer readable media does not include electrical carrier signals and telecommunications signals as is required by legislation and patent practice. The present invention is not limited to the above-described embodiments, and various modifications and variations of the present invention are intended to be included within the scope of the claims and the equivalent technology of the present invention if they do not depart from the spirit and scope of the present invention.

Claims (10)

1. A land water reserve prediction method based on a decision tree algorithm is characterized by comprising the following steps:
acquiring surface parameter information, land water reserve information and the spatial resolution of the land water reserve information; the earth surface parameter information comprises river basin earth surface information, elevation data information and climate partition information;
resampling the land surface parameter information by reducing the spatial resolution to obtain first land surface parameter information, wherein the spatial resolution of the first land surface parameter information is the same as the spatial resolution of the land water storage information;
constructing a decision tree regression model based on the first surface parameter information and the land water reserve information, and establishing a nonlinear mapping relation between the first surface parameter information and the land water reserve information through the decision tree regression model; the first surface parameter information is used as an input sample of the decision tree regression model, and the land water reserve information is an output sample of the decision tree regression model;
acquiring target surface parameter information within the time to be predicted, and resampling the target surface parameter information by reducing the spatial resolution to obtain second surface parameter information, so that the spatial resolution of the second surface parameter information is the same as the spatial resolution of the land water storage information;
and inputting the second surface parameter information into the decision tree regression model to obtain land water storage quantity information corresponding to the target surface parameter information within the time to be predicted.
2. The decision tree algorithm-based land water reserve prediction method of claim 1, wherein a decision tree regression model is constructed based on the first surface parameter information and the land water reserve information, and a nonlinear mapping relation between the first surface parameter information and the land water reserve information is established through the decision tree regression model, comprising the steps of:
determining the earth surface parameter information as a division variable of the decision tree; wherein the partitioning variable partitions a node in the decision tree into two child nodes;
based on sample data, calculating an optimal partition variable of each node in a decision tree and an optimal value corresponding to the optimal partition variable, and constructing a decision tree regression model; the sample data comprises the first surface parameter information and corresponding land water reserve information, and the calculation formulas of the optimal division variable and the optimal value are as follows:
Δi(s,t)=i(t)-pLi(tL)-pRi(tR)
Figure FDA0002592315860000011
Figure FDA0002592315860000012
Δ i (s, t) denotes the division of a node t into sub-nodes t with a division variable sLAnd tRAfter that, tLInner sample data and tRThe difference value between the internal sample data, the partition variable s corresponding to the maximum difference value is the optimal partition variable of the node t, and the partition variable s corresponding to the maximum difference value is the optimal value; n is a radical oftRepresenting the number of sample data in the node t; n is a radical oftLRepresents a child node tLThe number of internal sample data; y isiLand-water reserve information representing the ith sample data in the node t,ythe arithmetic mean value of the land water reserve information of all sample data in the node t is represented; (t) represents the overall diversity of the land-water reserves of all sample data in the node t; i (t)L) Represents a child node tLGlobal variability of land and water reserves of all sample data in the field, i (t)R) Represents a child node tRThe overall difference of the land water reserves of all sample data; p is a radical ofLRepresents a child node tLThe ratio between the number of internal sample data and the number of sample data in node t, pRRepresents a child node tRThe ratio between the number of internal sample data and the number of sample data within node t.
3. The decision tree algorithm-based land water reserve prediction method according to claim 1 or 2, wherein a decision tree regression model is constructed based on the first surface parameter information and the land water reserve information, and a nonlinear mapping relation between the first surface parameter information and the land water reserve information is established through the decision tree regression model, further comprising the steps of:
calculating first average value information of the first surface parameter information; the first average value information is an average value of the first surface parameter information within a preset time period;
calculating second average value information of the land water reserve information; the second average value information is an average value of the land water reserve information in a preset time period;
constructing a decision tree regression model based on the first average information and the second average information, and establishing a nonlinear mapping relation of the first average information and the second average information through the decision tree regression model; the first average value information is used as an input sample of the decision tree regression model, and the second average value information is used as an output sample of the decision tree regression model.
4. The method for predicting land water reserves based on the decision tree algorithm according to claim 1 or 2, wherein the step of inputting the second surface parameter information into the decision tree regression model to obtain land water reserve information corresponding to the target surface parameter information within the time to be predicted comprises the steps of:
calculating third average value information of the second surface parameter information; the third average value information is an average value of the second surface parameter information within a preset time period;
and inputting the third average value information into the decision tree regression model to obtain land water reserve information corresponding to the target land surface parameter information within the time to be predicted.
5. The decision tree algorithm-based land water reserve prediction method according to claim 1 or 2, wherein:
the spatial resolution of the land water reserve information is 0.5 ° × 0.5 °.
6. A land water reserve prediction apparatus based on a decision tree algorithm, comprising:
the acquisition unit is used for acquiring surface parameter information, land water reserve information and the spatial resolution of the land water reserve information; the earth surface parameter information comprises river basin earth surface information, elevation data information and climate partition information;
the first resampling unit is used for resampling the land surface parameter information by reducing the spatial resolution to obtain first land surface parameter information, so that the spatial resolution of the first land surface parameter information is the same as the spatial resolution of the land water storage information;
the construction unit is used for constructing a decision tree regression model based on the first surface parameter information and the land water reserve information, and establishing a nonlinear mapping relation between the first surface parameter information and the land water reserve information through the decision tree regression model; the first surface parameter information is used as an input sample of the decision tree regression model, and the land water reserve information is an output sample of the decision tree regression model;
the second resampling unit is used for acquiring target surface parameter information within the time to be predicted, and resampling the target surface parameter information to reduce the spatial resolution to obtain second surface parameter information, so that the spatial resolution of the second surface parameter information is the same as the spatial resolution of the land water storage information;
and the confirming unit is used for inputting the second surface parameter information into the decision tree regression model to obtain land water storage amount information corresponding to the target surface parameter information within the time to be predicted.
7. The decision tree algorithm-based land water reserve prediction device of claim 6, wherein the construction unit comprises:
the first operation unit is used for calculating first average value information of the first surface parameter information; the first average value information is an average value of the first surface parameter information within a preset time period;
the second operation unit is used for calculating second average value information of the land water reserve information; the second average value information is an average value of the land water reserve information in a preset time period;
the first construction unit is used for constructing a decision tree regression model based on the first average information and the second average information, and establishing a nonlinear mapping relation of the first average information and the second average information through the decision tree regression model; the first average value information is used as an input sample of the decision tree regression model, and the second average value information is used as an output sample of the decision tree regression model.
8. The decision tree algorithm-based land water reserve prediction device according to claim 6 or 7, wherein the confirmation unit comprises:
a third calculating unit, configured to calculate third average value information of the second surface parameter information; the third average value information is an average value of the second surface parameter information within a preset time period;
and the first confirmation unit is used for inputting the third average value information into the decision tree regression model to obtain land water reserve information corresponding to the target land surface parameter information within the time to be predicted.
9. Land water reserve prediction device based on a decision tree algorithm, comprising a memory, a processor and a computer program stored in said memory and executable on said processor, characterized in that said processor, when executing said computer program, carries out the steps of the method according to any one of claims 1 to 5.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 5.
CN201910904377.2A 2019-09-24 2019-09-24 Land water reserve prediction method, device and equipment based on decision tree algorithm Active CN110852474B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910904377.2A CN110852474B (en) 2019-09-24 2019-09-24 Land water reserve prediction method, device and equipment based on decision tree algorithm

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910904377.2A CN110852474B (en) 2019-09-24 2019-09-24 Land water reserve prediction method, device and equipment based on decision tree algorithm

Publications (2)

Publication Number Publication Date
CN110852474A CN110852474A (en) 2020-02-28
CN110852474B true CN110852474B (en) 2020-11-06

Family

ID=69597046

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910904377.2A Active CN110852474B (en) 2019-09-24 2019-09-24 Land water reserve prediction method, device and equipment based on decision tree algorithm

Country Status (1)

Country Link
CN (1) CN110852474B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113609434B (en) * 2021-08-10 2023-08-18 中国科学院科技战略咨询研究院 Method and device for monitoring influence of climate change on forestry
CN114491967B (en) * 2021-12-30 2023-03-24 中国科学院地理科学与资源研究所 Land water reserve prediction method, device, equipment and storage medium
CN116628442B (en) * 2023-05-12 2023-12-22 中国科学院地理科学与资源研究所 Groundwater reserve change space downscaling method based on artificial neural network

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108876172A (en) * 2018-06-28 2018-11-23 武汉大学 A kind of surface soil moisture content assessment method based on modified MODIS Water-supplying for vegetation
CN109521182A (en) * 2018-10-30 2019-03-26 武汉大学 A kind of PolSAR soil moisture content inversion method based on two component decomposition models

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2854132A1 (en) * 2011-10-31 2013-05-10 Insurance Bureau Of Canada System and method for predicting and preventing flooding
CN106446444B (en) * 2016-10-14 2019-11-08 中国科学院遥感与数字地球研究所 Soil moisture space predicting method based on Bayes's maximum entropy and priori knowledge
US20180128938A1 (en) * 2016-11-07 2018-05-10 Baker Hughes Incorporated Prediction of methane hydrate production parameters
CN109035105B (en) * 2018-06-15 2021-02-02 河海大学 Quantitative estimation method for monthly-scale evapotranspiration
CN110175214A (en) * 2019-02-01 2019-08-27 中国空间技术研究院 A kind of method and system changed using Gravity Satellite data monitoring extreme climate
CN110096743B (en) * 2019-03-28 2023-04-07 南京信息工程大学 Method for estimating surface water vapor pressure based on remote sensing data and elevation information

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108876172A (en) * 2018-06-28 2018-11-23 武汉大学 A kind of surface soil moisture content assessment method based on modified MODIS Water-supplying for vegetation
CN109521182A (en) * 2018-10-30 2019-03-26 武汉大学 A kind of PolSAR soil moisture content inversion method based on two component decomposition models

Also Published As

Publication number Publication date
CN110852474A (en) 2020-02-28

Similar Documents

Publication Publication Date Title
Sadler et al. Modeling urban coastal flood severity from crowd-sourced flood reports using Poisson regression and Random Forest
CN110852474B (en) Land water reserve prediction method, device and equipment based on decision tree algorithm
CN110852473B (en) Land water reserve prediction method and equipment based on neural network algorithm
Bhatt et al. A tightly coupled GIS and distributed hydrologic modeling framework
Langella et al. High-resolution space–time rainfall analysis using integrated ANN inference systems
Prabhakar et al. Land use and land cover effect on groundwater storage
CN110852472B (en) Land water reserve prediction method and equipment based on random forest algorithm
Singh et al. Analysis of drivers of trends in groundwater levels under rice–wheat ecosystem in Haryana, India
Shukla et al. Evaluating hydrological responses to urbanization in a tropical river basin: A water resources management perspective
CN114491967B (en) Land water reserve prediction method, device, equipment and storage medium
Garg et al. Assessment of the effect of slope on runoff potential of a watershed using NRCS-CN method
Wurster et al. Development of a concept for non-monetary assessment of urban ecosystem services at the site level
Pathak et al. Assessment of annual water-balance models for diverse Indian watersheds
CN112585505A (en) Determining location-specific weather information for agronomic decision support
Jaafar Feasibility of groundwater recharge dam projects in arid environments
Hafeez et al. A new integrated continental hydrological simulation system
Chatterjee Soil erosion assessment in a humid, Eastern Himalayan watershed undergoing rapid land use changes, using RUSLE, GIS and high-resolution satellite imagery
CN112285808B (en) Method for reducing scale of APHRODITE precipitation data
Faid et al. Monitoring land-use change-associated land development using multitemporal Landsat data and geoinformatics in Kom Ombo area, South Egypt
CN110837913B (en) Method and equipment for predicting land water reserves based on extreme gradient algorithm
Kumar Geospatial approach in modeling soil erosion processes in predicting soil erosion and nutrient loss in hilly and mountainous landscape
CN114324410A (en) Multi-terrain microwave remote sensing soil humidity downscaling method
Gull et al. Hydrological modeling for streamflow and sediment yield simulation using the SWAT model in a forest-dominated watershed of north-eastern Himalayas of Kashmir Valley, India
Fry et al. A low-cost GPS-based protocol to create high-resolution digital elevation models for remote mountain areas
Majumdar et al. Open Agent Based Runoff and Erosion Simulation (oares): a Generic Cross Platform Tool for Spatio-Temporal Watershed Monitoring Using Climate Forecast System Reanalysis Weather Data

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
CP01 Change in the name or title of a patent holder

Address after: 510075 one of the compound No. 100, Xianlie Middle Road, Yuexiu District, Guangzhou City, Guangdong Province

Patentee after: Guangzhou Institute of geography, Guangdong Academy of Sciences

Address before: 510075 one of the compound No. 100, Xianlie Middle Road, Yuexiu District, Guangzhou City, Guangdong Province

Patentee before: GUANGZHOU INSTITUTE OF GEOGRAPHY

CP01 Change in the name or title of a patent holder