当前位置:网站首页>Tshydro tool
Tshydro tool
2022-07-05 07:14:00 【RS&Hydrology】
One 、 Tool is introduced
https://github.com/cavios/tshydro
tshydro:R package that estimates water level time series from satellite altimetry data.
The core of the package is a state-space model with a mixture distribution to account for erroneous observations.
Model input :
height
track
time
Model output :
time
water level
water level sd
The dynamic model is mainly used to deal with all the water levels of the lake , Constructing water level time series of lakes .
Dynamic model refers to the combination of error mixed model and spatial state model , It includes two parts: process model and observation model .
The process model is used to represent the relationship between the real water levels ; The observation model is used to reflect the relationship between the actual observed water level and the real water level .
Two 、 Use steps
(1) Download Kit tshydro, Refer to https://blog.csdn.net/qq_32649321/article/details/120038222
test tshydro Is the package installed successfully , Input at the console :library(tsHydro)
Indicates successful installation !
(2) Load test data , verification tshydro Model
data(namco)
fit<-get.TS(namco)
plot(fit)
https://github.com/cavios/tshydro
3、 ... and 、 Reference material
http://lps16.esa.int/posterfiles/paper1290/Altimetry%20for%20inland%20water.pdf
Validation of CryoSat-2 SAR mode based lake levels.
边栏推荐
- 【软件测试】05 -- 软件测试的原则
- M2DGR 多源多场景 地面机器人SLAM数据集
- Oracle code use
- [vscode] search using regular expressions
- 1290_FreeRTOS中prvTaskIsTaskSuspended()接口实现分析
- Anaconda navigator click open no response, can not start error prompt attributeerror: 'STR' object has no attribute 'get‘
- Unity 之 ExecuteAlways正在取代ExecuteInEditMode
- iNFTnews | 喝茶送虚拟股票?浅析奈雪的茶“发币”
- Raspberry pie 4B arm platform aarch64 PIP installation pytorch
- Netease to B, soft outside, hard in
猜你喜欢
随机推荐
2022.06.27_ One question per day
Ros2 - common command line (IV)
mysql设置触发器问题
Sre core system understanding
Ros2 - first acquaintance with ros2 (I)
Volcano resource reservation feature
Ros2 - ros2 vs. ros1 (II)
Ros2 - workspace (V)
Use the Paping tool to detect TCP port connectivity
Logical structure and physical structure
ModuleNotFoundError: No module named ‘picamera‘
testing framework
ROS2——配置开发环境(五)
解读最早的草图-图像翻译工作SketchyGAN
Unity UGUI不同的UI面板或者UI之间如何进行坐标匹配和变换
SOC_SD_CMD_FSM
Binary search (half search)
The SQL implementation has multiple records with the same ID, and the latest one is taken
Implementation of one-dimensional convolutional neural network CNN based on FPGA (VIII) implementation of activation layer
npm install -g/--save/--save-dev的区别