当前位置:网站首页>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.
边栏推荐
- [idea] efficient plug-in save actions to improve your work efficiency
- SD_ CMD_ RECEIVE_ SHIFT_ REGISTER
- postmessage通信
- M2dgr slam data set of multi-source and multi scene ground robot
- 并发编程 — 如何中断/停止一个运行中的线程?
- 二分查找(折半查找)
- [software testing] 05 -- principles of software testing
- [software testing] 02 -- software defect management
- 数学分析_笔记_第8章:重积分
- 现在有html文件,和用vs制作的mvc(连接了数据库),怎么两个相连?
猜你喜欢
PowerManagerService(一)— 初始化
【Node】nvm 版本管理工具
Docker installs MySQL and uses Navicat to connect
Steps and FAQs of connecting windows Navicat to Alibaba cloud server MySQL
Special training of C language array
iNFTnews | 喝茶送虚拟股票?浅析奈雪的茶“发币”
【软件测试】02 -- 软件缺陷管理
Anaconda navigator click open no response, can not start error prompt attributeerror: 'STR' object has no attribute 'get‘
Brief description of inux camera (Mipi interface)
【软件测试】06 -- 软件测试的基本流程
随机推荐
2022年中纪实 -- 一个普通人的经历
[vscode] recommended plug-ins
ROS2——topic话题(八)
The differences and connections among cookies, sessions, JWT, and tokens
Database SQL practice 3. Find the current salary details of the current leaders of each department and their corresponding department number Dept_ no
Unity ugui how to match and transform coordinates between different UI panels or uis
乐鑫面试流程
SD_CMD_SEND_SHIFT_REGISTER
Concurrent programming - how to interrupt / stop a running thread?
window navicat连接阿里云服务器mysql步骤及常见问题
[solved] there is something wrong with the image
ImportError: No module named ‘Tkinter‘
并发编程 — 死锁排查及处理
Ros2 - install ros2 (III)
Volcano resource reservation feature
IPage能正常显示数据,但是total一直等于0
[software testing] 05 -- principles of software testing
Energy conservation and creating energy gap
PHY驱动调试之 --- MDIO/MDC接口22号和45号条款(一)
postmessage通信