- 基础信息(gromis_basic_db)
- 区域服务
- 水库信息查询
- 水库信息
- 大坝信息
- 溢洪道信息
- 泄洪洞信息
- 用户关联水库
- 文件资料
- 引调水基础信息
- 通航建筑物信息
- 过鱼建筑物信息
- 生态流量设施信息
- 泵站基础信息
- 防洪效益信息
- 灌溉效益信息
- 工业园区供水效益
- 供水水厂效益信息
- 发电效益信息
- 生态景观效益信息
- 其他效益信息
- 渠(沟)道基础信息
- 大坝监测设施情况
- 水库运行管理情况
- 库(湖)容曲线表
- 库(湖)容曲线核查表
- 放空建筑物信息
- 地图图斑
- 任务信息
- 水库基础信息核查资料收集清单
- 水库公用文件
- 水雨情测站设施情况
- 调查任务通知信息
- 任务审核日志
- 数据填报操作
- 统计服务
- 任务变更记录
- 基础业务(gromis_business_db)
- 监测数据(gromis_monitoring_db)
- 系统管理(gromis_sys_db)
- 四预模块(gromis_fp_db)
- 工程部位目录
- 工程部位评估表
- 预警统计表
- 点位预警表
- 预演方案
- 预警评估
- 安全监测
- 大坝安全分析
- 模型接口 V0 (设计院)
- 模型接口 V1 (设计院)
- API服务提供
- 模型调度
- 备份
性态预测接口
开发中
开发环境
http://192.168.11.46:13000
开发环境
http://192.168.11.46:13000
GET
/fp/propertyPrediction/executePrediction
请求参数
Query 参数
historyStartDate
string
历史段起始时间
示例值:
2023-11-11
historyEndDate
string
历史段结束时间
示例值:
2024-11-11
proId
string
大坝ID
p
string
测点ID
pi
string
测值项ID
monitorType
string
监测项目类型
modelType
string
模型类型
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://192.168.11.46:13000/fp/propertyPrediction/executePrediction?historyStartDate=2023-11-11&historyEndDate=2024-11-11&proId&p&pi&monitorType&modelType'
返回响应
🟢200成功
application/json
Body
p
integer
测点ID
pi
string
测值项ID
predict
array [array]
可选
string
可选
number
可选
original
array [array]
可选
string
可选
number
可选
modelFitted
array [array]
拟合数据
number
可选
modelRsquared
number
模型相关系数
modelStd
number
标准差
modelVariable
array [array]
变量序列
number
可选
modelResidual
array [array]
残差
number
可选
historyMaxValue
number
极大值阈值
historyMinValue
number
极小值阈值
twoRMSE
number
2倍中误差
threeRMSE
number
3倍中误差
predictionStatus
array [array]
可选
string
可选
modelRSS
number
模型残差和
示例
{
"p": 0,
"pi": "string",
"predict": [
[
"string",
0
]
],
"original": [
[
"string",
0
]
],
"modelFitted": [
[
0
]
],
"modelRsquared": 0,
"modelStd": 0,
"modelVariable": [
[
0
]
],
"modelResidual": [
[
0
]
],
"historyMaxValue": 0,
"historyMinValue": 0,
"twoRMSE": 0,
"threeRMSE": 0,
"predictionStatus": [
[
"string"
]
],
"modelRSS": 0
}